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

config.json 951B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. ],
  46. "deprecated": [
  47. ],
  48. "ignored": [
  49. "_template",
  50. ".gradle",
  51. "docs"
  52. ],
  53. "foregone": [
  54. "leap",
  55. "grains",
  56. "say"
  57. ]
  58. }