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

config.json 968B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "simple-linked-list",
  42. "linked-list",
  43. "nth-prime",
  44. "pascals-triangle",
  45. "beer-song"
  46. ],
  47. "deprecated": [
  48. ],
  49. "ignored": [
  50. "_template",
  51. ".gradle",
  52. "docs"
  53. ],
  54. "foregone": [
  55. "leap",
  56. "grains",
  57. "say"
  58. ]
  59. }