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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. "prime-factors",
  26. "raindrops",
  27. "allergies",
  28. "strain",
  29. "atbash-cipher",
  30. "accumulate",
  31. "crypto-square",
  32. "rna-transcription",
  33. "sieve",
  34. "simple-cipher",
  35. "luhn",
  36. "pig-latin",
  37. "simple-linked-list",
  38. "sum-of-multiples",
  39. "linked-list",
  40. "nth-prime",
  41. "pascals-triangle",
  42. "beer-song",
  43. "difference-of-squares",
  44. "largest-series-product",
  45. "queen-attack",
  46. "minesweeper",
  47. "series",
  48. "robot-simulator",
  49. "bracket-push",
  50. "pythagorean-triplet",
  51. "binary-search-tree",
  52. "binary-search",
  53. "all-your-base",
  54. "custom-set",
  55. "wordy",
  56. "palindrome-products",
  57. "twelve-days",
  58. "sublist"
  59. ],
  60. "exercises": [
  61. {
  62. "slug": "hello-world",
  63. "difficulty": 1,
  64. "topics": []
  65. },
  66. {
  67. "slug": "etl",
  68. "difficulty": 1,
  69. "topics": []
  70. },
  71. {
  72. "slug": "nucleotide-count",
  73. "difficulty": 1,
  74. "topics": []
  75. },
  76. {
  77. "slug": "word-count",
  78. "difficulty": 1,
  79. "topics": []
  80. },
  81. {
  82. "slug": "pangram",
  83. "difficulty": 1,
  84. "topics": []
  85. },
  86. {
  87. "slug": "anagram",
  88. "difficulty": 1,
  89. "topics": []
  90. },
  91. {
  92. "slug": "hamming",
  93. "difficulty": 1,
  94. "topics": []
  95. },
  96. {
  97. "slug": "bob",
  98. "difficulty": 1,
  99. "topics": []
  100. },
  101. {
  102. "slug": "robot-name",
  103. "difficulty": 1,
  104. "topics": []
  105. },
  106. {
  107. "slug": "meetup",
  108. "difficulty": 1,
  109. "topics": []
  110. },
  111. {
  112. "slug": "phone-number",
  113. "difficulty": 1,
  114. "topics": []
  115. },
  116. {
  117. "slug": "grade-school",
  118. "difficulty": 1,
  119. "topics": []
  120. },
  121. {
  122. "slug": "space-age",
  123. "difficulty": 1,
  124. "topics": []
  125. },
  126. {
  127. "slug": "gigasecond",
  128. "difficulty": 1,
  129. "topics": []
  130. },
  131. {
  132. "slug": "triangle",
  133. "difficulty": 1,
  134. "topics": []
  135. },
  136. {
  137. "slug": "acronym",
  138. "difficulty": 1,
  139. "topics": []
  140. },
  141. {
  142. "slug": "scrabble-score",
  143. "difficulty": 1,
  144. "topics": []
  145. },
  146. {
  147. "slug": "roman-numerals",
  148. "difficulty": 1,
  149. "topics": []
  150. },
  151. {
  152. "slug": "prime-factors",
  153. "difficulty": 1,
  154. "topics": []
  155. },
  156. {
  157. "slug": "raindrops",
  158. "difficulty": 1,
  159. "topics": []
  160. },
  161. {
  162. "slug": "allergies",
  163. "difficulty": 1,
  164. "topics": []
  165. },
  166. {
  167. "slug": "strain",
  168. "difficulty": 1,
  169. "topics": []
  170. },
  171. {
  172. "slug": "atbash-cipher",
  173. "difficulty": 1,
  174. "topics": []
  175. },
  176. {
  177. "slug": "accumulate",
  178. "difficulty": 1,
  179. "topics": []
  180. },
  181. {
  182. "slug": "crypto-square",
  183. "difficulty": 1,
  184. "topics": []
  185. },
  186. {
  187. "slug": "rna-transcription",
  188. "difficulty": 1,
  189. "topics": []
  190. },
  191. {
  192. "slug": "sieve",
  193. "difficulty": 1,
  194. "topics": []
  195. },
  196. {
  197. "slug": "simple-cipher",
  198. "difficulty": 1,
  199. "topics": []
  200. },
  201. {
  202. "slug": "luhn",
  203. "difficulty": 1,
  204. "topics": []
  205. },
  206. {
  207. "slug": "pig-latin",
  208. "difficulty": 1,
  209. "topics": []
  210. },
  211. {
  212. "slug": "simple-linked-list",
  213. "difficulty": 1,
  214. "topics": []
  215. },
  216. {
  217. "slug": "sum-of-multiples",
  218. "difficulty": 1,
  219. "topics": []
  220. },
  221. {
  222. "slug": "linked-list",
  223. "difficulty": 1,
  224. "topics": []
  225. },
  226. {
  227. "slug": "nth-prime",
  228. "difficulty": 1,
  229. "topics": []
  230. },
  231. {
  232. "slug": "pascals-triangle",
  233. "difficulty": 1,
  234. "topics": []
  235. },
  236. {
  237. "slug": "beer-song",
  238. "difficulty": 1,
  239. "topics": []
  240. },
  241. {
  242. "slug": "difference-of-squares",
  243. "difficulty": 1,
  244. "topics": []
  245. },
  246. {
  247. "slug": "largest-series-product",
  248. "difficulty": 1,
  249. "topics": []
  250. },
  251. {
  252. "slug": "queen-attack",
  253. "difficulty": 1,
  254. "topics": []
  255. },
  256. {
  257. "slug": "minesweeper",
  258. "difficulty": 1,
  259. "topics": []
  260. },
  261. {
  262. "slug": "series",
  263. "difficulty": 1,
  264. "topics": []
  265. },
  266. {
  267. "slug": "robot-simulator",
  268. "difficulty": 1,
  269. "topics": []
  270. },
  271. {
  272. "slug": "bracket-push",
  273. "difficulty": 1,
  274. "topics": []
  275. },
  276. {
  277. "slug": "pythagorean-triplet",
  278. "difficulty": 1,
  279. "topics": []
  280. },
  281. {
  282. "slug": "binary-search-tree",
  283. "difficulty": 1,
  284. "topics": []
  285. },
  286. {
  287. "slug": "binary-search",
  288. "difficulty": 1,
  289. "topics": []
  290. },
  291. {
  292. "slug": "all-your-base",
  293. "difficulty": 1,
  294. "topics": []
  295. },
  296. {
  297. "slug": "custom-set",
  298. "difficulty": 1,
  299. "topics": []
  300. },
  301. {
  302. "slug": "wordy",
  303. "difficulty": 1,
  304. "topics": []
  305. },
  306. {
  307. "slug": "palindrome-products",
  308. "difficulty": 1,
  309. "topics": []
  310. },
  311. {
  312. "slug": "twelve-days",
  313. "difficulty": 1,
  314. "topics": []
  315. },
  316. {
  317. "slug": "sublist",
  318. "difficulty": 1,
  319. "topics": []
  320. }
  321. ],
  322. "deprecated": [
  323. "binary",
  324. "hexadecimal",
  325. "octal",
  326. "trinary"
  327. ],
  328. "ignored": [
  329. "_template",
  330. ".gradle",
  331. "build",
  332. "docs",
  333. "gradle",
  334. "scripts"
  335. ],
  336. "foregone": [
  337. "leap",
  338. "grains",
  339. "say"
  340. ]
  341. }