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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "scrabble-score",
  23. "roman-numerals",
  24. "binary",
  25. "prime-factors",
  26. "raindrops",
  27. "allergies",
  28. "strain",
  29. "atbash-cipher",
  30. "accumulate",
  31. "crypto-square",
  32. "trinary",
  33. "rna-transcription",
  34. "hexadecimal",
  35. "sieve",
  36. "simple-cipher",
  37. "octal",
  38. "luhn",
  39. "pig-latin",
  40. "linked-list",
  41. "nth-prime",
  42. "pascals-triangle"
  43. ],
  44. "deprecated": [
  45. ],
  46. "ignored": [
  47. "_template",
  48. ".gradle",
  49. "docs"
  50. ],
  51. "foregone": [
  52. "leap",
  53. "grains",
  54. "say"
  55. ]
  56. }