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

config.json 5.5KB

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