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

config.json 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329
  1. {
  2. "active": true,
  3. "blurb": "Java is a very widely used Object Oriented programming language. It's safe, simple to use and portable so that you can \"write once, run anywhere\".",
  4. "exercises": [
  5. {
  6. "core": true,
  7. "difficulty": 1,
  8. "slug": "hello-world",
  9. "topics": [
  10. "strings"
  11. ],
  12. "unlocked_by": null,
  13. "uuid": "f77dc7e3-35a8-4300-a7c8-2c1765e9644d"
  14. },
  15. {
  16. "core": true,
  17. "difficulty": 1,
  18. "slug": "two-fer",
  19. "topics": [
  20. "conditionals",
  21. "strings"
  22. ],
  23. "unlocked_by": null,
  24. "uuid": "74515d45-565b-4be2-96c4-77e58efa9257"
  25. },
  26. {
  27. "core": false,
  28. "difficulty": 1,
  29. "slug": "reverse-string",
  30. "topics": [
  31. "strings"
  32. ],
  33. "unlocked_by": "two-fer",
  34. "uuid": "2c8afeed-480e-41f3-ad58-590fa8f88029"
  35. },
  36. {
  37. "core": false,
  38. "difficulty": 2,
  39. "slug": "armstrong-numbers",
  40. "topics": [
  41. "integers",
  42. "mathematics"
  43. ],
  44. "unlocked_by": null,
  45. "uuid": "8e1dd48c-e05e-4a72-bf0f-5aed8dd123f5"
  46. },
  47. {
  48. "core": false,
  49. "difficulty": 2,
  50. "slug": "rna-transcription",
  51. "topics": [
  52. "loops",
  53. "maps",
  54. "strings"
  55. ],
  56. "unlocked_by": null,
  57. "uuid": "8e983ed2-62f7-439a-a144-fb8fdbdf4d30"
  58. },
  59. {
  60. "core": false,
  61. "difficulty": 3,
  62. "slug": "pangram",
  63. "topics": [
  64. "pattern_matching",
  65. "regular_expressions",
  66. "strings"
  67. ],
  68. "unlocked_by": null,
  69. "uuid": "133b0f84-bdc7-4508-a0a1-5732a7db81ef"
  70. },
  71. {
  72. "core": true,
  73. "difficulty": 3,
  74. "slug": "hamming",
  75. "topics": [
  76. "integers",
  77. "loops",
  78. "strings"
  79. ],
  80. "unlocked_by": null,
  81. "uuid": "ce899ca6-9cc7-47ba-b76f-1bbcf2630b76"
  82. },
  83. {
  84. "core": true,
  85. "difficulty": 3,
  86. "slug": "gigasecond",
  87. "topics": [
  88. "dates",
  89. "integers",
  90. "time"
  91. ],
  92. "unlocked_by": null,
  93. "uuid": "bf1641c8-dc0d-4d38-9cfe-b4c132ea3553"
  94. },
  95. {
  96. "core": false,
  97. "difficulty": 3,
  98. "slug": "space-age",
  99. "topics": [
  100. "conditionals",
  101. "floating_point_numbers",
  102. "mathematics"
  103. ],
  104. "unlocked_by": null,
  105. "uuid": "e5b524cd-3a1c-468a-8981-13e8eeccb29d"
  106. },
  107. {
  108. "core": false,
  109. "difficulty": 3,
  110. "slug": "acronym",
  111. "topics": [
  112. "loops",
  113. "parsing",
  114. "searching",
  115. "strings"
  116. ],
  117. "unlocked_by": null,
  118. "uuid": "c31bbc6d-bdcf-44f7-bf35-5f98752e38d0"
  119. },
  120. {
  121. "core": true,
  122. "difficulty": 3,
  123. "slug": "scrabble-score",
  124. "topics": [
  125. "games",
  126. "loops",
  127. "pattern_matching",
  128. "strings",
  129. "transforming"
  130. ],
  131. "unlocked_by": null,
  132. "uuid": "afae9f2d-8baf-4bd7-8d7c-d486337f7c97"
  133. },
  134. {
  135. "core": false,
  136. "difficulty": 3,
  137. "slug": "raindrops",
  138. "topics": [
  139. "conditionals",
  140. "integers",
  141. "mathematics",
  142. "strings"
  143. ],
  144. "unlocked_by": "hello-world",
  145. "uuid": "d916e4f8-fda1-41c0-ab24-79e8fc3f1272"
  146. },
  147. {
  148. "core": true,
  149. "difficulty": 3,
  150. "slug": "difference-of-squares",
  151. "topics": [
  152. "integers",
  153. "loops",
  154. "mathematics"
  155. ],
  156. "unlocked_by": null,
  157. "uuid": "b0da59c6-1b55-405c-b163-007ebf09f5e8"
  158. },
  159. {
  160. "core": true,
  161. "difficulty": 3,
  162. "slug": "secret-handshake",
  163. "topics": [
  164. "bitwise_operations",
  165. "conditionals",
  166. "cryptography",
  167. "enumerations",
  168. "integers",
  169. "loops",
  170. "mathematics",
  171. "transforming"
  172. ],
  173. "unlocked_by": null,
  174. "uuid": "71c7c174-7e2c-43c2-bdd6-7515fcb12a91"
  175. },
  176. {
  177. "core": false,
  178. "difficulty": 3,
  179. "slug": "perfect-numbers",
  180. "topics": [
  181. "enumerations",
  182. "exception_handling",
  183. "filtering",
  184. "integers",
  185. "mathematics"
  186. ],
  187. "unlocked_by": "difference-of-squares",
  188. "uuid": "d0dcc898-ec38-4822-9e3c-1a1829c9b2d9"
  189. },
  190. {
  191. "core": false,
  192. "difficulty": 3,
  193. "slug": "protein-translation",
  194. "topics": [
  195. "arrays",
  196. "conditionals",
  197. "loops",
  198. "strings"
  199. ],
  200. "unlocked_by": "rna-transcription",
  201. "uuid": "331073b3-bd1a-4868-b767-a64ce9fd9d97"
  202. },
  203. {
  204. "core": false,
  205. "difficulty": 4,
  206. "slug": "proverb",
  207. "topics": [
  208. "arrays",
  209. "loops",
  210. "strings"
  211. ],
  212. "unlocked_by": "two-fer",
  213. "uuid": "9906491b-a638-408d-86a4-4ad320a92658"
  214. },
  215. {
  216. "core": false,
  217. "difficulty": 4,
  218. "slug": "isbn-verifier",
  219. "topics": [
  220. "integers",
  221. "loops",
  222. "strings"
  223. ],
  224. "unlocked_by": "hamming",
  225. "uuid": "838bc1d7-b2de-482a-9bfc-c881b4ccb04c"
  226. },
  227. {
  228. "core": false,
  229. "difficulty": 4,
  230. "slug": "sum-of-multiples",
  231. "topics": [
  232. "arrays",
  233. "conditionals",
  234. "integers",
  235. "loops",
  236. "mathematics"
  237. ],
  238. "unlocked_by": "difference-of-squares",
  239. "uuid": "2f244afc-3e7b-4f89-92af-e2b427f4ef35"
  240. },
  241. {
  242. "core": false,
  243. "difficulty": 4,
  244. "slug": "luhn",
  245. "topics": [
  246. "algorithms",
  247. "booleans",
  248. "loops",
  249. "mathematics",
  250. "strings",
  251. "type_conversion"
  252. ],
  253. "unlocked_by": "hamming",
  254. "uuid": "5227a76c-8ecb-4e5f-b023-6af65a057c41"
  255. },
  256. {
  257. "core": true,
  258. "difficulty": 4,
  259. "slug": "matrix",
  260. "topics": [
  261. "arrays",
  262. "integers",
  263. "loops",
  264. "pattern_matching",
  265. "strings",
  266. "type_conversion"
  267. ],
  268. "unlocked_by": null,
  269. "uuid": "c1d4e0b4-6a0f-4be9-8222-345966621f53"
  270. },
  271. {
  272. "core": true,
  273. "difficulty": 4,
  274. "slug": "triangle",
  275. "topics": [
  276. "booleans",
  277. "classes",
  278. "exception_handling",
  279. "mathematics"
  280. ],
  281. "unlocked_by": null,
  282. "uuid": "ec268d8e-997b-4553-8c67-8bdfa1ecb888"
  283. },
  284. {
  285. "core": false,
  286. "difficulty": 4,
  287. "slug": "largest-series-product",
  288. "topics": [
  289. "integers",
  290. "loops",
  291. "mathematics",
  292. "strings",
  293. "type_conversion"
  294. ],
  295. "unlocked_by": "hamming",
  296. "uuid": "b7310b6e-435c-4d5f-b2bd-31e586d0f238"
  297. },
  298. {
  299. "core": false,
  300. "difficulty": 4,
  301. "slug": "sieve",
  302. "topics": [
  303. "algorithms",
  304. "integers",
  305. "lists",
  306. "loops",
  307. "mathematics"
  308. ],
  309. "unlocked_by": "difference-of-squares",
  310. "uuid": "6791d01f-bae4-4b63-ae76-86529ac49e36"
  311. },
  312. {
  313. "core": false,
  314. "difficulty": 4,
  315. "slug": "twelve-days",
  316. "topics": [
  317. "arrays",
  318. "conditionals",
  319. "loops",
  320. "strings"
  321. ],
  322. "unlocked_by": "two-fer",
  323. "uuid": "581afdbb-dfb6-4dc5-9554-a025b5469a3c"
  324. },
  325. {
  326. "core": true,
  327. "difficulty": 4,
  328. "slug": "rotational-cipher",
  329. "topics": [
  330. "cryptography",
  331. "integers",
  332. "strings"
  333. ],
  334. "unlocked_by": null,
  335. "uuid": "9eb41883-55ef-4681-b5ac-5c2259302772"
  336. },
  337. {
  338. "core": false,
  339. "difficulty": 4,
  340. "slug": "kindergarten-garden",
  341. "topics": [
  342. "arrays",
  343. "enumerations",
  344. "lists",
  345. "logic",
  346. "loops",
  347. "pattern_recognition",
  348. "strings"
  349. ],
  350. "unlocked_by": "matrix",
  351. "uuid": "0b92ffee-c092-4ab1-ad78-76c8cf80e1b5"
  352. },
  353. {
  354. "core": false,
  355. "difficulty": 4,
  356. "slug": "collatz-conjecture",
  357. "topics": [
  358. "conditionals",
  359. "exception_handling",
  360. "integers",
  361. "mathematics",
  362. "recursion"
  363. ],
  364. "unlocked_by": "triangle",
  365. "uuid": "1500d39a-c9d9-4d3a-9e77-fdc1837fc6ad"
  366. },
  367. {
  368. "core": false,
  369. "difficulty": 4,
  370. "slug": "nth-prime",
  371. "topics": [
  372. "arrays",
  373. "exception_handling",
  374. "integers",
  375. "lists",
  376. "loops"
  377. ],
  378. "unlocked_by": "triangle",
  379. "uuid": "2c69db99-648d-4bd7-8012-1fbdeff6ca0a"
  380. },
  381. {
  382. "core": true,
  383. "difficulty": 4,
  384. "slug": "saddle-points",
  385. "topics": [
  386. "arrays",
  387. "conditionals",
  388. "integers",
  389. "lists",
  390. "loops",
  391. "mathematics",
  392. "matrices",
  393. "sets"
  394. ],
  395. "unlocked_by": null,
  396. "uuid": "8dfc2f0d-1141-46e9-95e2-6f35ccf6f160"
  397. },
  398. {
  399. "core": false,
  400. "difficulty": 4,
  401. "slug": "error-handling",
  402. "topics": [
  403. "exception_handling",
  404. "optional_values"
  405. ],
  406. "unlocked_by": "triangle",
  407. "uuid": "846ae792-7ca7-43e1-b523-bb1ec9fa08eb"
  408. },
  409. {
  410. "core": false,
  411. "difficulty": 4,
  412. "slug": "diamond",
  413. "topics": [
  414. "arrays",
  415. "lists",
  416. "loops",
  417. "strings",
  418. "text_formatting"
  419. ],
  420. "unlocked_by": "two-fer",
  421. "uuid": "ecbd997b-86f4-4e11-9ff0-706ac2899415"
  422. },
  423. {
  424. "core": false,
  425. "difficulty": 4,
  426. "slug": "isogram",
  427. "topics": [
  428. "conditionals",
  429. "loops",
  430. "parsing",
  431. "strings"
  432. ],
  433. "unlocked_by": "hello-world",
  434. "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
  435. },
  436. {
  437. "core": false,
  438. "difficulty": 4,
  439. "slug": "variable-length-quantity",
  440. "topics": [
  441. "bitwise_operations",
  442. "conditionals",
  443. "exception_handling",
  444. "lists",
  445. "loops",
  446. "transforming"
  447. ],
  448. "unlocked_by": "secret-handshake",
  449. "uuid": "d8a2c7ba-2040-4cfe-ab15-f90b3b61dd89"
  450. },
  451. {
  452. "core": true,
  453. "difficulty": 5,
  454. "slug": "flatten-array",
  455. "topics": [
  456. "arrays",
  457. "lists",
  458. "loops",
  459. "recursion"
  460. ],
  461. "unlocked_by": null,
  462. "uuid": "a732a838-8170-458a-a85e-d6b4c46f97a1"
  463. },
  464. {
  465. "core": false,
  466. "difficulty": 5,
  467. "slug": "pig-latin",
  468. "topics": [
  469. "arrays",
  470. "lists",
  471. "strings",
  472. "transforming"
  473. ],
  474. "unlocked_by": "hello-world",
  475. "uuid": "38bc80ae-d842-4c04-a797-48edf322504d"
  476. },
  477. {
  478. "core": false,
  479. "difficulty": 5,
  480. "slug": "phone-number",
  481. "topics": [
  482. "conditionals",
  483. "pattern_matching",
  484. "regular_expressions",
  485. "strings"
  486. ],
  487. "unlocked_by": "hamming",
  488. "uuid": "5f9139e7-9fbb-496a-a0d7-a946283033de"
  489. },
  490. {
  491. "core": false,
  492. "difficulty": 5,
  493. "slug": "nucleotide-count",
  494. "topics": [
  495. "conditionals",
  496. "exception_handling",
  497. "integers",
  498. "maps",
  499. "parsing",
  500. "searching",
  501. "strings"
  502. ],
  503. "unlocked_by": "hamming",
  504. "uuid": "2d80fdfc-5bd7-4b67-9fbe-8ab820d89051"
  505. },
  506. {
  507. "core": true,
  508. "difficulty": 5,
  509. "slug": "word-count",
  510. "topics": [
  511. "conditionals",
  512. "integers",
  513. "loops",
  514. "maps",
  515. "strings"
  516. ],
  517. "unlocked_by": null,
  518. "uuid": "3603b770-87a5-4758-91f3-b4d1f9075bc1"
  519. },
  520. {
  521. "core": false,
  522. "difficulty": 5,
  523. "slug": "run-length-encoding",
  524. "topics": [
  525. "integers",
  526. "pattern_matching",
  527. "strings",
  528. "transforming"
  529. ],
  530. "unlocked_by": "rotational-cipher",
  531. "uuid": "4499a3f9-73a7-48bf-8753-d5b6abf588c9"
  532. },
  533. {
  534. "core": true,
  535. "difficulty": 5,
  536. "slug": "robot-name",
  537. "topics": [
  538. "pattern_matching",
  539. "randomness",
  540. "regular_expressions",
  541. "strings",
  542. "text_formatting"
  543. ],
  544. "unlocked_by": null,
  545. "uuid": "d7c2eed9-64c7-4c4a-b45d-c787d460337f"
  546. },
  547. {
  548. "core": false,
  549. "difficulty": 5,
  550. "slug": "prime-factors",
  551. "topics": [
  552. "arrays",
  553. "conditionals",
  554. "integers",
  555. "lists",
  556. "loops",
  557. "mathematics"
  558. ],
  559. "unlocked_by": "triangle",
  560. "uuid": "599c08ec-7338-46ed-99f8-a76f78f724e6"
  561. },
  562. {
  563. "core": false,
  564. "difficulty": 5,
  565. "slug": "allergies",
  566. "topics": [
  567. "booleans",
  568. "conditionals",
  569. "enumerations",
  570. "integers",
  571. "lists",
  572. "loops"
  573. ],
  574. "unlocked_by": "gigasecond",
  575. "uuid": "6a617ddb-04e3-451c-bb30-27ccd0be9125"
  576. },
  577. {
  578. "core": false,
  579. "difficulty": 5,
  580. "slug": "bob",
  581. "topics": [
  582. "booleans",
  583. "conditionals",
  584. "strings"
  585. ],
  586. "unlocked_by": "two-fer",
  587. "uuid": "34cd328c-cd96-492b-abd4-2b8716cdcd9a"
  588. },
  589. {
  590. "core": false,
  591. "difficulty": 5,
  592. "slug": "pascals-triangle",
  593. "topics": [
  594. "algorithms",
  595. "arrays",
  596. "exception_handling",
  597. "integers",
  598. "mathematics",
  599. "matrices"
  600. ],
  601. "unlocked_by": "matrix",
  602. "uuid": "d2a76905-1c8c-4b03-b4f7-4fbff19329f3"
  603. },
  604. {
  605. "core": false,
  606. "difficulty": 5,
  607. "slug": "bracket-push",
  608. "topics": [
  609. "stacks",
  610. "strings"
  611. ],
  612. "unlocked_by": "flatten-array",
  613. "uuid": "85aa50ac-0141-49eb-bc6f-62f3f7a97647"
  614. },
  615. {
  616. "core": false,
  617. "difficulty": 5,
  618. "slug": "series",
  619. "topics": [
  620. "conditionals",
  621. "lists",
  622. "loops",
  623. "strings",
  624. "type_conversion"
  625. ],
  626. "unlocked_by": "hamming",
  627. "uuid": "af80d7f4-c7d0-4d0b-9c30-09da120f6bb9"
  628. },
  629. {
  630. "core": false,
  631. "difficulty": 5,
  632. "slug": "atbash-cipher",
  633. "topics": [
  634. "cryptography",
  635. "security",
  636. "strings"
  637. ],
  638. "unlocked_by": "rotational-cipher",
  639. "uuid": "d36ce010-210f-4e9a-9d6c-cb933e0a59af"
  640. },
  641. {
  642. "core": false,
  643. "difficulty": 5,
  644. "slug": "two-bucket",
  645. "topics": [
  646. "algorithms",
  647. "loops",
  648. "conditionals",
  649. "mathematics"
  650. ],
  651. "unlocked_by": "triangle",
  652. "uuid": "210bf628-b385-443b-8329-3483cc6e8d7e"
  653. },
  654. {
  655. "core": false,
  656. "difficulty": 6,
  657. "slug": "alphametics",
  658. "topics": [
  659. "mathematics",
  660. "logic",
  661. "conditionals"
  662. ],
  663. "unlocked_by": "secret-handshake",
  664. "uuid": "0639a1f8-5af4-4877-95c1-5db8e97c30bf"
  665. },
  666. {
  667. "core": false,
  668. "difficulty": 6,
  669. "slug": "spiral-matrix",
  670. "topics": [
  671. "arrays",
  672. "integers",
  673. "loops",
  674. "mathematics",
  675. "matrices"
  676. ],
  677. "unlocked_by": "matrix",
  678. "uuid": "163fcc6b-c054-4232-a88b-0aded846a6eb"
  679. },
  680. {
  681. "core": false,
  682. "difficulty": 6,
  683. "slug": "roman-numerals",
  684. "topics": [
  685. "integers",
  686. "logic",
  687. "loops",
  688. "maps",
  689. "mathematics",
  690. "strings"
  691. ],
  692. "unlocked_by": "hamming",
  693. "uuid": "3e728cd4-5e5f-4c69-8a53-bc36d020fcdb"
  694. },
  695. {
  696. "core": false,
  697. "difficulty": 6,
  698. "slug": "transpose",
  699. "topics": [
  700. "arrays",
  701. "lists",
  702. "loops",
  703. "matrices",
  704. "strings",
  705. "text_formatting"
  706. ],
  707. "unlocked_by": "matrix",
  708. "uuid": "57b76837-4610-466f-9373-d5c2697625f1"
  709. },
  710. {
  711. "core": false,
  712. "difficulty": 6,
  713. "slug": "house",
  714. "topics": [
  715. "arrays",
  716. "conditionals",
  717. "loops",
  718. "strings",
  719. "text_formatting"
  720. ],
  721. "unlocked_by": "two-fer",
  722. "uuid": "6b51aca3-3451-4a64-ad7b-00b151d7548a"
  723. },
  724. {
  725. "core": false,
  726. "difficulty": 6,
  727. "slug": "food-chain",
  728. "topics": [
  729. "arrays",
  730. "lists",
  731. "strings"
  732. ],
  733. "unlocked_by": "two-fer",
  734. "uuid": "dd3e6fd6-5359-4978-acd7-c39374cead4d"
  735. },
  736. {
  737. "core": false,
  738. "difficulty": 6,
  739. "slug": "beer-song",
  740. "topics": [
  741. "conditionals",
  742. "loops",
  743. "strings",
  744. "text_formatting",
  745. "variables"
  746. ],
  747. "unlocked_by": "two-fer",
  748. "uuid": "56943095-de76-40bf-b42b-fa3e70f8df5e"
  749. },
  750. {
  751. "core": false,
  752. "difficulty": 6,
  753. "slug": "queen-attack",
  754. "topics": [
  755. "arrays",
  756. "classes",
  757. "conditionals",
  758. "games",
  759. "mathematics",
  760. "matrices"
  761. ],
  762. "unlocked_by": "scrabble-score",
  763. "uuid": "5404109e-3ed9-4691-8eaf-af8b36024a44"
  764. },
  765. {
  766. "core": false,
  767. "difficulty": 6,
  768. "slug": "etl",
  769. "topics": [
  770. "lists",
  771. "maps",
  772. "transforming"
  773. ],
  774. "unlocked_by": "word-count",
  775. "uuid": "76d28d97-75d3-47eb-bb77-3d347b76f1b6"
  776. },
  777. {
  778. "core": false,
  779. "difficulty": 6,
  780. "slug": "grade-school",
  781. "topics": [
  782. "conditionals",
  783. "lists",
  784. "maps",
  785. "sorting",
  786. "strings"
  787. ],
  788. "unlocked_by": "word-count",
  789. "uuid": "b4af5da1-601f-4b0f-bfb8-4a381851090c"
  790. },
  791. {
  792. "core": false,
  793. "difficulty": 6,
  794. "slug": "robot-simulator",
  795. "topics": [
  796. "classes",
  797. "enumerations",
  798. "logic",
  799. "loops"
  800. ],
  801. "unlocked_by": "secret-handshake",
  802. "uuid": "993bde9d-7774-4e7a-a381-9eee75f28ecb"
  803. },
  804. {
  805. "core": true,
  806. "difficulty": 6,
  807. "slug": "binary-search",
  808. "topics": [
  809. "recursion",
  810. "arrays",
  811. "searching",
  812. "generics"
  813. ],
  814. "unlocked_by": null,
  815. "uuid": "50136dc3-caf7-4fa1-b7bd-0cba1bea9176"
  816. },
  817. {
  818. "core": false,
  819. "difficulty": 6,
  820. "slug": "minesweeper",
  821. "topics": [
  822. "conditionals",
  823. "games",
  824. "integers",
  825. "lists",
  826. "matrices",
  827. "strings"
  828. ],
  829. "unlocked_by": "scrabble-score",
  830. "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
  831. },
  832. {
  833. "core": false,
  834. "difficulty": 6,
  835. "slug": "wordy",
  836. "topics": [
  837. "exception_handling",
  838. "integers",
  839. "logic",
  840. "parsing",
  841. "pattern_matching",
  842. "regular_expressions",
  843. "strings",
  844. "transforming"
  845. ],
  846. "unlocked_by": "secret-handshake",
  847. "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a"
  848. },
  849. {
  850. "core": false,
  851. "difficulty": 6,
  852. "slug": "all-your-base",
  853. "topics": [
  854. "arrays",
  855. "conditionals",
  856. "exception_handling",
  857. "integers",
  858. "loops",
  859. "mathematics"
  860. ],
  861. "unlocked_by": "saddle-points",
  862. "uuid": "f7c2e4b5-1995-4dfe-b827-c9aff8ac5332"
  863. },
  864. {
  865. "core": true,
  866. "difficulty": 6,
  867. "slug": "bank-account",
  868. "topics": [
  869. "concurrency",
  870. "exception_handling",
  871. "integers"
  872. ],
  873. "unlocked_by": null,
  874. "uuid": "a242efc5-159d-492b-861d-12a1459fb334"
  875. },
  876. {
  877. "core": false,
  878. "difficulty": 6,
  879. "slug": "bowling",
  880. "topics": [
  881. "conditionals",
  882. "exception_handling",
  883. "games",
  884. "integers",
  885. "mathematics"
  886. ],
  887. "unlocked_by": "scrabble-score",
  888. "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"
  889. },
  890. {
  891. "core": true,
  892. "difficulty": 6,
  893. "slug": "linked-list",
  894. "topics": [
  895. "algorithms",
  896. "generics",
  897. "lists"
  898. ],
  899. "unlocked_by": null,
  900. "uuid": "7ba5084d-3b75-4406-a0d7-87c26387f9c0"
  901. },
  902. {
  903. "core": false,
  904. "difficulty": 6,
  905. "slug": "tournament",
  906. "topics": [
  907. "loops",
  908. "maps",
  909. "parsing",
  910. "sorting",
  911. "text_formatting"
  912. ],
  913. "unlocked_by": "matrix",
  914. "uuid": "486d342e-c834-40fc-b691-a4dab3f790da"
  915. },
  916. {
  917. "core": false,
  918. "difficulty": 6,
  919. "slug": "parallel-letter-frequency",
  920. "topics": [
  921. "concurrency",
  922. "maps",
  923. "strings"
  924. ],
  925. "unlocked_by": "bank-account",
  926. "uuid": "38a405e8-619d-400f-b53c-2f06461fdf9d"
  927. },
  928. {
  929. "core": false,
  930. "difficulty": 6,
  931. "slug": "rail-fence-cipher",
  932. "topics": [
  933. "strings",
  934. "loops",
  935. "conditionals"
  936. ],
  937. "unlocked_by": "rotational-cipher",
  938. "uuid": "6e4ad4ed-cc02-4132-973d-b9163ba0ea3d"
  939. },
  940. {
  941. "core": false,
  942. "difficulty": 7,
  943. "slug": "anagram",
  944. "topics": [
  945. "arrays",
  946. "conditionals",
  947. "equality",
  948. "lists",
  949. "loops",
  950. "strings"
  951. ],
  952. "unlocked_by": "hello-world",
  953. "uuid": "fb10dc2f-0ba1-44b6-8365-5e48e86d1283"
  954. },
  955. {
  956. "core": false,
  957. "difficulty": 7,
  958. "slug": "sublist",
  959. "topics": [
  960. "enumeration",
  961. "generics",
  962. "lists",
  963. "loops",
  964. "searching"
  965. ],
  966. "unlocked_by": "linked-list",
  967. "uuid": "d2aedbd7-092a-43d0-8a5e-ae3ebd5b9c7f"
  968. },
  969. {
  970. "core": false,
  971. "difficulty": 7,
  972. "slug": "word-search",
  973. "topics": [
  974. "games",
  975. "logic",
  976. "matrices",
  977. "pattern_matching",
  978. "searching",
  979. "strings"
  980. ],
  981. "unlocked_by": "scrabble-score",
  982. "uuid": "b53bde52-cb5f-4d43-86ec-18aa509d62f9"
  983. },
  984. {
  985. "core": false,
  986. "difficulty": 7,
  987. "slug": "simple-linked-list",
  988. "topics": [
  989. "algorithms",
  990. "exception_handling",
  991. "generics",
  992. "lists"
  993. ],
  994. "unlocked_by": "linked-list",
  995. "uuid": "e3e5ffe5-cfc1-467e-a28a-da0302130144"
  996. },
  997. {
  998. "core": false,
  999. "difficulty": 7,
  1000. "slug": "binary-search-tree",
  1001. "topics": [
  1002. "generics",
  1003. "graphs",
  1004. "searching",
  1005. "sorting",
  1006. "trees"
  1007. ],
  1008. "unlocked_by": "binary-search",
  1009. "uuid": "0a2d18aa-7b5e-4401-a952-b93d2060694f"
  1010. },
  1011. {
  1012. "core": false,
  1013. "difficulty": 7,
  1014. "slug": "meetup",
  1015. "topics": [
  1016. "conditionals",
  1017. "dates",
  1018. "enumerations",
  1019. "loops"
  1020. ],
  1021. "unlocked_by": "gigasecond",
  1022. "uuid": "602511d5-7e89-4def-b072-4dd311816810"
  1023. },
  1024. {
  1025. "core": false,
  1026. "difficulty": 7,
  1027. "slug": "crypto-square",
  1028. "topics": [
  1029. "cryptography",
  1030. "lists",
  1031. "mathematics",
  1032. "security",
  1033. "strings",
  1034. "text_formatting"
  1035. ],
  1036. "unlocked_by": "rotational-cipher",
  1037. "uuid": "162bebdc-9bf2-43c0-8460-a91f5fc16147"
  1038. },
  1039. {
  1040. "core": false,
  1041. "difficulty": 7,
  1042. "slug": "markdown",
  1043. "topics": [
  1044. "strings",
  1045. "conditionals",
  1046. "pattern_matching",
  1047. "refactoring"
  1048. ],
  1049. "unlocked_by": "scrabble-score",
  1050. "uuid": "cc18f2e5-4e36-47d6-aa60-8ca5ff54019a"
  1051. },
  1052. {
  1053. "core": false,
  1054. "difficulty": 7,
  1055. "slug": "poker",
  1056. "topics": [
  1057. "games",
  1058. "parsing",
  1059. "sorting"
  1060. ],
  1061. "unlocked_by": "scrabble-score",
  1062. "uuid": "57eeac00-741c-4843-907a-51f0ac5ea4cb"
  1063. },
  1064. {
  1065. "core": false,
  1066. "difficulty": 7,
  1067. "slug": "clock",
  1068. "topics": [
  1069. "equality",
  1070. "integers",
  1071. "logic",
  1072. "object_oriented_programming",
  1073. "strings",
  1074. "time"
  1075. ],
  1076. "unlocked_by": "saddle-points",
  1077. "uuid": "97c8fcd4-85b6-41cb-9de2-b4e1b4951222"
  1078. },
  1079. {
  1080. "core": false,
  1081. "difficulty": 7,
  1082. "slug": "zipper",
  1083. "topics": [
  1084. "integer",
  1085. "nodes",
  1086. "tree",
  1087. "links"
  1088. ],
  1089. "unlocked_by": "linked-list",
  1090. "uuid": "25d2c7a5-1ec8-464a-b3de-ad1b27464ef1"
  1091. },
  1092. {
  1093. "core": false,
  1094. "difficulty": 7,
  1095. "slug": "go-counting",
  1096. "topics": [
  1097. "algorithms",
  1098. "loops",
  1099. "conditionals",
  1100. "games"
  1101. ],
  1102. "unlocked_by": "scrabble-score",
  1103. "uuid": "2e760ae2-fadd-4d31-9639-c4554e2826e9"
  1104. },
  1105. {
  1106. "core": false,
  1107. "difficulty": 8,
  1108. "slug": "ocr-numbers",
  1109. "topics": [
  1110. "exception_handling",
  1111. "lists",
  1112. "loops",
  1113. "parsing",
  1114. "strings"
  1115. ],
  1116. "unlocked_by": "robot-name",
  1117. "uuid": "5cbc6a67-3a53-4aad-ae68-ff469525437f"
  1118. },
  1119. {
  1120. "core": false,
  1121. "difficulty": 8,
  1122. "slug": "circular-buffer",
  1123. "topics": [
  1124. "classes",
  1125. "exception_handling",
  1126. "queues"
  1127. ],
  1128. "unlocked_by": "linked-list",
  1129. "uuid": "626dc25a-062c-4053-a8c1-788e4dc44ca0"
  1130. },
  1131. {
  1132. "core": false,
  1133. "difficulty": 8,
  1134. "slug": "rectangles",
  1135. "topics": [
  1136. "arrays",
  1137. "logic",
  1138. "pattern_recognition",
  1139. "strings"
  1140. ],
  1141. "unlocked_by": "robot-name",
  1142. "uuid": "64cda115-919a-4eef-9a45-9ec5d1af98cc"
  1143. },
  1144. {
  1145. "core": false,
  1146. "difficulty": 8,
  1147. "slug": "book-store",
  1148. "topics": [
  1149. "algorithms",
  1150. "floating_point_numbers",
  1151. "integers",
  1152. "lists",
  1153. "mathematics"
  1154. ],
  1155. "unlocked_by": "flatten-array",
  1156. "uuid": "e5f05d00-fe5b-4d78-b2fa-934c1c9afb32"
  1157. },
  1158. {
  1159. "core": false,
  1160. "difficulty": 8,
  1161. "slug": "diffie-hellman",
  1162. "topics": [
  1163. "algorithms",
  1164. "integers",
  1165. "transforming"
  1166. ],
  1167. "unlocked_by": "linked-list",
  1168. "uuid": "9b191b2f-b1a4-4c0e-b911-36666bff614d"
  1169. },
  1170. {
  1171. "core": false,
  1172. "difficulty": 8,
  1173. "slug": "simple-cipher",
  1174. "topics": [
  1175. "cryptography",
  1176. "exception_handling",
  1177. "mathematics",
  1178. "randomness",
  1179. "security",
  1180. "strings"
  1181. ],
  1182. "unlocked_by": "rotational-cipher",
  1183. "uuid": "f654831f-c34b-44f5-9dd5-054efbb486f2"
  1184. },
  1185. {
  1186. "core": false,
  1187. "difficulty": 8,
  1188. "slug": "complex-numbers",
  1189. "topics": [
  1190. "floating_point_numbers",
  1191. "mathematics"
  1192. ],
  1193. "unlocked_by": "triangle",
  1194. "uuid": "52d11278-0d65-4b5b-b387-1374fced3243"
  1195. },
  1196. {
  1197. "core": false,
  1198. "difficulty": 8,
  1199. "slug": "rational-numbers",
  1200. "topics": [
  1201. "floating_point_numbers",
  1202. "mathematics",
  1203. "algorithms"
  1204. ],
  1205. "unlocked_by": "triangle",
  1206. "uuid": "50ed54ce-3047-4590-9fda-0a7e9aeeba30"
  1207. },
  1208. {
  1209. "core": false,
  1210. "difficulty": 8,
  1211. "slug": "list-ops",
  1212. "topics": [
  1213. "filtering",
  1214. "functional_programming",
  1215. "generics",
  1216. "lists",
  1217. "loops"
  1218. ],
  1219. "unlocked_by": "linked-list",
  1220. "uuid": "a9836565-5c39-4285-b83a-53408be36ccc"
  1221. },
  1222. {
  1223. "core": false,
  1224. "difficulty": 8,
  1225. "slug": "change",
  1226. "topics": [
  1227. "algorithms",
  1228. "exception_handling",
  1229. "integers",
  1230. "lists"
  1231. ],
  1232. "unlocked_by": "flatten-array",
  1233. "uuid": "bac1f4bc-eea9-43c1-8e95-097347f5925e"
  1234. },
  1235. {
  1236. "core": false,
  1237. "difficulty": 8,
  1238. "slug": "palindrome-products",
  1239. "topics": [
  1240. "conditionals",
  1241. "integers",
  1242. "lists",
  1243. "loops",
  1244. "maps",
  1245. "mathematics"
  1246. ],
  1247. "unlocked_by": "saddle-points",
  1248. "uuid": "873c05de-b5f5-4c5b-97f0-d1ede8a82832"
  1249. },
  1250. {
  1251. "core": false,
  1252. "difficulty": 9,
  1253. "slug": "pythagorean-triplet",
  1254. "topics": [
  1255. "integer",
  1256. "lists",
  1257. "logic",
  1258. "mathematics"
  1259. ],
  1260. "unlocked_by": "triangle",
  1261. "uuid": "88505f95-89e5-4a08-8ed2-208eb818cdf1"
  1262. },
  1263. {
  1264. "core": false,
  1265. "difficulty": 9,
  1266. "slug": "forth",
  1267. "topics": [
  1268. "exception_handling",
  1269. "lists",
  1270. "logic",
  1271. "parsing",
  1272. "stacks",
  1273. "strings"
  1274. ],
  1275. "unlocked_by": "secret-handshake",
  1276. "uuid": "f0c0316d-3fb5-455e-952a-91161e7fb298"
  1277. },
  1278. {
  1279. "core": false,
  1280. "difficulty": 10,
  1281. "slug": "custom-set",
  1282. "topics": [
  1283. "equality",
  1284. "generics",
  1285. "sets"
  1286. ],
  1287. "unlocked_by": "linked-list",
  1288. "uuid": "377fe38b-08ad-4f3a-8118-a43c10f7b9b2"
  1289. },
  1290. {
  1291. "deprecated": true,
  1292. "slug": "accumulate",
  1293. "uuid": "e58c29d2-80a7-40ef-bed0-4a184ae35f34"
  1294. },
  1295. {
  1296. "deprecated": true,
  1297. "slug": "binary",
  1298. "uuid": "9ea6e0fa-b91d-4d17-ac8f-6d2dc30fdd44"
  1299. },
  1300. {
  1301. "deprecated": true,
  1302. "slug": "hexadecimal",
  1303. "uuid": "6fe53a08-c123-465d-864a-ef18217203c4"
  1304. },
  1305. {
  1306. "deprecated": true,
  1307. "slug": "octal",
  1308. "uuid": "14a29e82-f9b1-4662-b678-06992e306c01"
  1309. },
  1310. {
  1311. "deprecated": true,
  1312. "slug": "strain",
  1313. "uuid": "2d195cd9-1814-490a-8dd6-a2c676f1d4cd"
  1314. },
  1315. {
  1316. "deprecated": true,
  1317. "slug": "trinary",
  1318. "uuid": "ee3a8abe-6b19-4b47-9cf6-4d39ae915fb7"
  1319. }
  1320. ],
  1321. "foregone": [
  1322. "leap",
  1323. "grains",
  1324. "say"
  1325. ],
  1326. "language": "Java",
  1327. "solution_pattern": "reference"
  1328. }