lots of exercises in java... from https://github.com/exercism/java

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "slug": "java",
  3. "language": "Java",
  4. "repository": "https://github.com/exercism/xjava",
  5. "active": true,
  6. "problems": [
  7. "hello-world",
  8. "etl",
  9. "nucleotide-count",
  10. "word-count",
  11. "pangram",
  12. "anagram",
  13. "hamming",
  14. "bob",
  15. "robot-name",
  16. "meetup",
  17. "phone-number",
  18. "grade-school",
  19. "space-age",
  20. "gigasecond",
  21. "triangle",
  22. "acronym",
  23. "scrabble-score",
  24. "roman-numerals",
  25. "binary",
  26. "prime-factors",
  27. "raindrops",
  28. "allergies",
  29. "strain",
  30. "atbash-cipher",
  31. "accumulate",
  32. "crypto-square",
  33. "trinary",
  34. "rna-transcription",
  35. "hexadecimal",
  36. "sieve",
  37. "simple-cipher",
  38. "octal",
  39. "luhn",
  40. "pig-latin",
  41. "linked-list",
  42. "nth-prime",
  43. "pascals-triangle"
  44. ],
  45. "deprecated": [
  46. ],
  47. "ignored": [
  48. "_template",
  49. ".gradle",
  50. "docs"
  51. ],
  52. "foregone": [
  53. "leap",
  54. "grains",
  55. "say"
  56. ]
  57. }