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

config.json 840B

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