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

config.json 893B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "pascals-triangle"
  42. ],
  43. "deprecated": [
  44. ],
  45. "ignored": [
  46. "_template",
  47. ".gradle",
  48. "docs"
  49. ],
  50. "foregone": [
  51. "leap",
  52. "grains",
  53. "say"
  54. ]
  55. }