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

config.json 26KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229
  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": "diamond",
  402. "topics": [
  403. "arrays",
  404. "lists",
  405. "loops",
  406. "strings",
  407. "text_formatting"
  408. ],
  409. "unlocked_by": "two-fer",
  410. "uuid": "ecbd997b-86f4-4e11-9ff0-706ac2899415"
  411. },
  412. {
  413. "core": false,
  414. "difficulty": 4,
  415. "slug": "isogram",
  416. "topics": [
  417. "conditionals",
  418. "loops",
  419. "parsing",
  420. "strings"
  421. ],
  422. "unlocked_by": "hello-world",
  423. "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
  424. },
  425. {
  426. "core": true,
  427. "difficulty": 5,
  428. "slug": "flatten-array",
  429. "topics": [
  430. "arrays",
  431. "lists",
  432. "loops",
  433. "recursion"
  434. ],
  435. "unlocked_by": null,
  436. "uuid": "a732a838-8170-458a-a85e-d6b4c46f97a1"
  437. },
  438. {
  439. "core": false,
  440. "difficulty": 5,
  441. "slug": "pig-latin",
  442. "topics": [
  443. "arrays",
  444. "lists",
  445. "strings",
  446. "transforming"
  447. ],
  448. "unlocked_by": "hello-world",
  449. "uuid": "38bc80ae-d842-4c04-a797-48edf322504d"
  450. },
  451. {
  452. "core": false,
  453. "difficulty": 5,
  454. "slug": "phone-number",
  455. "topics": [
  456. "conditionals",
  457. "pattern_matching",
  458. "regular_expressions",
  459. "strings"
  460. ],
  461. "unlocked_by": "hamming",
  462. "uuid": "5f9139e7-9fbb-496a-a0d7-a946283033de"
  463. },
  464. {
  465. "core": false,
  466. "difficulty": 5,
  467. "slug": "nucleotide-count",
  468. "topics": [
  469. "conditionals",
  470. "exception_handling",
  471. "integers",
  472. "maps",
  473. "parsing",
  474. "searching",
  475. "strings"
  476. ],
  477. "unlocked_by": "hamming",
  478. "uuid": "2d80fdfc-5bd7-4b67-9fbe-8ab820d89051"
  479. },
  480. {
  481. "core": true,
  482. "difficulty": 5,
  483. "slug": "word-count",
  484. "topics": [
  485. "conditionals",
  486. "integers",
  487. "loops",
  488. "maps",
  489. "strings"
  490. ],
  491. "unlocked_by": null,
  492. "uuid": "3603b770-87a5-4758-91f3-b4d1f9075bc1"
  493. },
  494. {
  495. "core": false,
  496. "difficulty": 5,
  497. "slug": "run-length-encoding",
  498. "topics": [
  499. "integers",
  500. "pattern_matching",
  501. "strings",
  502. "transforming"
  503. ],
  504. "unlocked_by": "rotational-cipher",
  505. "uuid": "4499a3f9-73a7-48bf-8753-d5b6abf588c9"
  506. },
  507. {
  508. "core": true,
  509. "difficulty": 5,
  510. "slug": "robot-name",
  511. "topics": [
  512. "pattern_matching",
  513. "randomness",
  514. "regular_expressions",
  515. "strings",
  516. "text_formatting"
  517. ],
  518. "unlocked_by": null,
  519. "uuid": "d7c2eed9-64c7-4c4a-b45d-c787d460337f"
  520. },
  521. {
  522. "core": false,
  523. "difficulty": 5,
  524. "slug": "prime-factors",
  525. "topics": [
  526. "arrays",
  527. "conditionals",
  528. "integers",
  529. "lists",
  530. "loops",
  531. "mathematics"
  532. ],
  533. "unlocked_by": "triangle",
  534. "uuid": "599c08ec-7338-46ed-99f8-a76f78f724e6"
  535. },
  536. {
  537. "core": false,
  538. "difficulty": 5,
  539. "slug": "allergies",
  540. "topics": [
  541. "booleans",
  542. "conditionals",
  543. "enumerations",
  544. "integers",
  545. "lists",
  546. "loops"
  547. ],
  548. "unlocked_by": "gigasecond",
  549. "uuid": "6a617ddb-04e3-451c-bb30-27ccd0be9125"
  550. },
  551. {
  552. "core": false,
  553. "difficulty": 5,
  554. "slug": "bob",
  555. "topics": [
  556. "booleans",
  557. "conditionals",
  558. "strings"
  559. ],
  560. "unlocked_by": "two-fer",
  561. "uuid": "34cd328c-cd96-492b-abd4-2b8716cdcd9a"
  562. },
  563. {
  564. "core": false,
  565. "difficulty": 5,
  566. "slug": "pascals-triangle",
  567. "topics": [
  568. "algorithms",
  569. "arrays",
  570. "exception_handling",
  571. "integers",
  572. "mathematics",
  573. "matrices"
  574. ],
  575. "unlocked_by": "matrix",
  576. "uuid": "d2a76905-1c8c-4b03-b4f7-4fbff19329f3"
  577. },
  578. {
  579. "core": false,
  580. "difficulty": 5,
  581. "slug": "bracket-push",
  582. "topics": [
  583. "stacks",
  584. "strings"
  585. ],
  586. "unlocked_by": "flatten-array",
  587. "uuid": "85aa50ac-0141-49eb-bc6f-62f3f7a97647"
  588. },
  589. {
  590. "core": false,
  591. "difficulty": 5,
  592. "slug": "series",
  593. "topics": [
  594. "conditionals",
  595. "lists",
  596. "loops",
  597. "strings",
  598. "type_conversion"
  599. ],
  600. "unlocked_by": "hamming",
  601. "uuid": "af80d7f4-c7d0-4d0b-9c30-09da120f6bb9"
  602. },
  603. {
  604. "core": false,
  605. "difficulty": 5,
  606. "slug": "atbash-cipher",
  607. "topics": [
  608. "cryptography",
  609. "security",
  610. "strings"
  611. ],
  612. "unlocked_by": "rotational-cipher",
  613. "uuid": "d36ce010-210f-4e9a-9d6c-cb933e0a59af"
  614. },
  615. {
  616. "core": false,
  617. "difficulty": 6,
  618. "slug": "spiral-matrix",
  619. "topics": [
  620. "arrays",
  621. "integers",
  622. "loops",
  623. "mathematics",
  624. "matrices"
  625. ],
  626. "unlocked_by": "matrix",
  627. "uuid": "163fcc6b-c054-4232-a88b-0aded846a6eb"
  628. },
  629. {
  630. "core": false,
  631. "difficulty": 6,
  632. "slug": "roman-numerals",
  633. "topics": [
  634. "integers",
  635. "logic",
  636. "loops",
  637. "maps",
  638. "mathematics",
  639. "strings"
  640. ],
  641. "unlocked_by": "hamming",
  642. "uuid": "3e728cd4-5e5f-4c69-8a53-bc36d020fcdb"
  643. },
  644. {
  645. "core": false,
  646. "difficulty": 6,
  647. "slug": "transpose",
  648. "topics": [
  649. "arrays",
  650. "lists",
  651. "loops",
  652. "matrices",
  653. "strings",
  654. "text_formatting"
  655. ],
  656. "unlocked_by": "matrix",
  657. "uuid": "57b76837-4610-466f-9373-d5c2697625f1"
  658. },
  659. {
  660. "core": false,
  661. "difficulty": 6,
  662. "slug": "house",
  663. "topics": [
  664. "arrays",
  665. "conditionals",
  666. "loops",
  667. "strings",
  668. "text_formatting"
  669. ],
  670. "unlocked_by": "two-fer",
  671. "uuid": "6b51aca3-3451-4a64-ad7b-00b151d7548a"
  672. },
  673. {
  674. "core": false,
  675. "difficulty": 6,
  676. "slug": "food-chain",
  677. "topics": [
  678. "arrays",
  679. "lists",
  680. "strings"
  681. ],
  682. "unlocked_by": "two-fer",
  683. "uuid": "dd3e6fd6-5359-4978-acd7-c39374cead4d"
  684. },
  685. {
  686. "core": false,
  687. "difficulty": 6,
  688. "slug": "beer-song",
  689. "topics": [
  690. "conditionals",
  691. "loops",
  692. "strings",
  693. "text_formatting",
  694. "variables"
  695. ],
  696. "unlocked_by": "two-fer",
  697. "uuid": "56943095-de76-40bf-b42b-fa3e70f8df5e"
  698. },
  699. {
  700. "core": false,
  701. "difficulty": 6,
  702. "slug": "queen-attack",
  703. "topics": [
  704. "arrays",
  705. "classes",
  706. "conditionals",
  707. "games",
  708. "mathematics",
  709. "matrices"
  710. ],
  711. "unlocked_by": "scrabble-score",
  712. "uuid": "5404109e-3ed9-4691-8eaf-af8b36024a44"
  713. },
  714. {
  715. "core": false,
  716. "difficulty": 6,
  717. "slug": "etl",
  718. "topics": [
  719. "lists",
  720. "maps",
  721. "transforming"
  722. ],
  723. "unlocked_by": "word-count",
  724. "uuid": "76d28d97-75d3-47eb-bb77-3d347b76f1b6"
  725. },
  726. {
  727. "core": false,
  728. "difficulty": 6,
  729. "slug": "grade-school",
  730. "topics": [
  731. "conditionals",
  732. "lists",
  733. "maps",
  734. "sorting",
  735. "strings"
  736. ],
  737. "unlocked_by": "word-count",
  738. "uuid": "b4af5da1-601f-4b0f-bfb8-4a381851090c"
  739. },
  740. {
  741. "core": false,
  742. "difficulty": 6,
  743. "slug": "robot-simulator",
  744. "topics": [
  745. "classes",
  746. "enumerations",
  747. "logic",
  748. "loops"
  749. ],
  750. "unlocked_by": "secret-handshake",
  751. "uuid": "993bde9d-7774-4e7a-a381-9eee75f28ecb"
  752. },
  753. {
  754. "core": true,
  755. "difficulty": 6,
  756. "slug": "binary-search",
  757. "topics": [
  758. "recursion",
  759. "arrays",
  760. "searching",
  761. "generics"
  762. ],
  763. "unlocked_by": null,
  764. "uuid": "50136dc3-caf7-4fa1-b7bd-0cba1bea9176"
  765. },
  766. {
  767. "core": false,
  768. "difficulty": 6,
  769. "slug": "minesweeper",
  770. "topics": [
  771. "conditionals",
  772. "games",
  773. "integers",
  774. "lists",
  775. "matrices",
  776. "strings"
  777. ],
  778. "unlocked_by": "scrabble-score",
  779. "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
  780. },
  781. {
  782. "core": false,
  783. "difficulty": 6,
  784. "slug": "wordy",
  785. "topics": [
  786. "exception_handling",
  787. "integers",
  788. "logic",
  789. "parsing",
  790. "pattern_matching",
  791. "regular_expressions",
  792. "strings",
  793. "transforming"
  794. ],
  795. "unlocked_by": "secret-handshake",
  796. "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a"
  797. },
  798. {
  799. "core": false,
  800. "difficulty": 6,
  801. "slug": "all-your-base",
  802. "topics": [
  803. "arrays",
  804. "conditionals",
  805. "exception_handling",
  806. "integers",
  807. "loops",
  808. "mathematics"
  809. ],
  810. "unlocked_by": "saddle-points",
  811. "uuid": "f7c2e4b5-1995-4dfe-b827-c9aff8ac5332"
  812. },
  813. {
  814. "core": true,
  815. "difficulty": 6,
  816. "slug": "bank-account",
  817. "topics": [
  818. "concurrency",
  819. "exception_handling",
  820. "integers"
  821. ],
  822. "unlocked_by": null,
  823. "uuid": "a242efc5-159d-492b-861d-12a1459fb334"
  824. },
  825. {
  826. "core": false,
  827. "difficulty": 6,
  828. "slug": "bowling",
  829. "topics": [
  830. "conditionals",
  831. "exception_handling",
  832. "games",
  833. "integers",
  834. "mathematics"
  835. ],
  836. "unlocked_by": "scrabble-score",
  837. "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"
  838. },
  839. {
  840. "core": true,
  841. "difficulty": 6,
  842. "slug": "linked-list",
  843. "topics": [
  844. "algorithms",
  845. "generics",
  846. "lists"
  847. ],
  848. "unlocked_by": null,
  849. "uuid": "7ba5084d-3b75-4406-a0d7-87c26387f9c0"
  850. },
  851. {
  852. "core": false,
  853. "difficulty": 6,
  854. "slug": "tournament",
  855. "topics": [
  856. "loops",
  857. "maps",
  858. "parsing",
  859. "sorting",
  860. "text_formatting"
  861. ],
  862. "unlocked_by": "matrix",
  863. "uuid": "486d342e-c834-40fc-b691-a4dab3f790da"
  864. },
  865. {
  866. "core": false,
  867. "difficulty": 6,
  868. "slug": "parallel-letter-frequency",
  869. "topics": [
  870. "concurrency",
  871. "maps",
  872. "strings"
  873. ],
  874. "unlocked_by": "bank-account",
  875. "uuid": "38a405e8-619d-400f-b53c-2f06461fdf9d"
  876. },
  877. {
  878. "core": false,
  879. "difficulty": 6,
  880. "slug": "rail-fence-cipher",
  881. "topics": [
  882. "strings",
  883. "loops",
  884. "conditionals"
  885. ],
  886. "unlocked_by": "rotational-cipher",
  887. "uuid": "6e4ad4ed-cc02-4132-973d-b9163ba0ea3d"
  888. },
  889. {
  890. "core": false,
  891. "difficulty": 7,
  892. "slug": "anagram",
  893. "topics": [
  894. "arrays",
  895. "conditionals",
  896. "equality",
  897. "lists",
  898. "loops",
  899. "strings"
  900. ],
  901. "unlocked_by": "hello-world",
  902. "uuid": "fb10dc2f-0ba1-44b6-8365-5e48e86d1283"
  903. },
  904. {
  905. "core": false,
  906. "difficulty": 7,
  907. "slug": "sublist",
  908. "topics": [
  909. "enumeration",
  910. "generics",
  911. "lists",
  912. "loops",
  913. "searching"
  914. ],
  915. "unlocked_by": "linked-list",
  916. "uuid": "d2aedbd7-092a-43d0-8a5e-ae3ebd5b9c7f"
  917. },
  918. {
  919. "core": false,
  920. "difficulty": 7,
  921. "slug": "word-search",
  922. "topics": [
  923. "games",
  924. "logic",
  925. "matrices",
  926. "pattern_matching",
  927. "searching",
  928. "strings"
  929. ],
  930. "unlocked_by": "scrabble-score",
  931. "uuid": "b53bde52-cb5f-4d43-86ec-18aa509d62f9"
  932. },
  933. {
  934. "core": false,
  935. "difficulty": 7,
  936. "slug": "simple-linked-list",
  937. "topics": [
  938. "algorithms",
  939. "exception_handling",
  940. "generics",
  941. "lists"
  942. ],
  943. "unlocked_by": "linked-list",
  944. "uuid": "e3e5ffe5-cfc1-467e-a28a-da0302130144"
  945. },
  946. {
  947. "core": false,
  948. "difficulty": 7,
  949. "slug": "binary-search-tree",
  950. "topics": [
  951. "generics",
  952. "graphs",
  953. "searching",
  954. "sorting",
  955. "trees"
  956. ],
  957. "unlocked_by": "binary-search",
  958. "uuid": "0a2d18aa-7b5e-4401-a952-b93d2060694f"
  959. },
  960. {
  961. "core": false,
  962. "difficulty": 7,
  963. "slug": "meetup",
  964. "topics": [
  965. "conditionals",
  966. "dates",
  967. "enumerations",
  968. "loops"
  969. ],
  970. "unlocked_by": "gigasecond",
  971. "uuid": "602511d5-7e89-4def-b072-4dd311816810"
  972. },
  973. {
  974. "core": false,
  975. "difficulty": 7,
  976. "slug": "crypto-square",
  977. "topics": [
  978. "cryptography",
  979. "lists",
  980. "mathematics",
  981. "security",
  982. "strings",
  983. "text_formatting"
  984. ],
  985. "unlocked_by": "rotational-cipher",
  986. "uuid": "162bebdc-9bf2-43c0-8460-a91f5fc16147"
  987. },
  988. {
  989. "core": false,
  990. "difficulty": 7,
  991. "slug": "markdown",
  992. "topics": [
  993. "strings",
  994. "conditionals",
  995. "pattern_matching",
  996. "refactoring"
  997. ],
  998. "unlocked_by": "scrabble-score",
  999. "uuid": "cc18f2e5-4e36-47d6-aa60-8ca5ff54019a"
  1000. },
  1001. {
  1002. "core": false,
  1003. "difficulty": 7,
  1004. "slug": "poker",
  1005. "topics": [
  1006. "games",
  1007. "parsing",
  1008. "sorting"
  1009. ],
  1010. "unlocked_by": "scrabble-score",
  1011. "uuid": "57eeac00-741c-4843-907a-51f0ac5ea4cb"
  1012. },
  1013. {
  1014. "core": false,
  1015. "difficulty": 7,
  1016. "slug": "clock",
  1017. "topics": [
  1018. "equality",
  1019. "integers",
  1020. "logic",
  1021. "object_oriented_programming",
  1022. "strings",
  1023. "time"
  1024. ],
  1025. "unlocked_by": "saddle-points",
  1026. "uuid": "97c8fcd4-85b6-41cb-9de2-b4e1b4951222"
  1027. },
  1028. {
  1029. "core": false,
  1030. "difficulty": 8,
  1031. "slug": "ocr-numbers",
  1032. "topics": [
  1033. "exception_handling",
  1034. "lists",
  1035. "loops",
  1036. "parsing",
  1037. "strings"
  1038. ],
  1039. "unlocked_by": "robot-name",
  1040. "uuid": "5cbc6a67-3a53-4aad-ae68-ff469525437f"
  1041. },
  1042. {
  1043. "core": false,
  1044. "difficulty": 8,
  1045. "slug": "circular-buffer",
  1046. "topics": [
  1047. "classes",
  1048. "exception_handling",
  1049. "queues"
  1050. ],
  1051. "unlocked_by": "linked-list",
  1052. "uuid": "626dc25a-062c-4053-a8c1-788e4dc44ca0"
  1053. },
  1054. {
  1055. "core": false,
  1056. "difficulty": 8,
  1057. "slug": "rectangles",
  1058. "topics": [
  1059. "arrays",
  1060. "logic",
  1061. "pattern_recognition",
  1062. "strings"
  1063. ],
  1064. "unlocked_by": "robot-name",
  1065. "uuid": "64cda115-919a-4eef-9a45-9ec5d1af98cc"
  1066. },
  1067. {
  1068. "core": false,
  1069. "difficulty": 8,
  1070. "slug": "book-store",
  1071. "topics": [
  1072. "algorithms",
  1073. "floating_point_numbers",
  1074. "integers",
  1075. "lists",
  1076. "mathematics"
  1077. ],
  1078. "unlocked_by": "flatten-array",
  1079. "uuid": "e5f05d00-fe5b-4d78-b2fa-934c1c9afb32"
  1080. },
  1081. {
  1082. "core": false,
  1083. "difficulty": 8,
  1084. "slug": "simple-cipher",
  1085. "topics": [
  1086. "cryptography",
  1087. "exception_handling",
  1088. "mathematics",
  1089. "randomness",
  1090. "security",
  1091. "strings"
  1092. ],
  1093. "unlocked_by": "rotational-cipher",
  1094. "uuid": "f654831f-c34b-44f5-9dd5-054efbb486f2"
  1095. },
  1096. {
  1097. "core": false,
  1098. "difficulty": 8,
  1099. "slug": "complex-numbers",
  1100. "topics": [
  1101. "classes",
  1102. "floating_point_numbers",
  1103. "mathematics"
  1104. ],
  1105. "unlocked_by": "triangle",
  1106. "uuid": "52d11278-0d65-4b5b-b387-1374fced3243"
  1107. },
  1108. {
  1109. "core": false,
  1110. "difficulty": 8,
  1111. "slug": "list-ops",
  1112. "topics": [
  1113. "filtering",
  1114. "functional_programming",
  1115. "generics",
  1116. "lists",
  1117. "loops"
  1118. ],
  1119. "unlocked_by": "linked-list",
  1120. "uuid": "a9836565-5c39-4285-b83a-53408be36ccc"
  1121. },
  1122. {
  1123. "core": false,
  1124. "difficulty": 8,
  1125. "slug": "change",
  1126. "topics": [
  1127. "algorithms",
  1128. "exception_handling",
  1129. "integers",
  1130. "lists"
  1131. ],
  1132. "unlocked_by": "flatten-array",
  1133. "uuid": "bac1f4bc-eea9-43c1-8e95-097347f5925e"
  1134. },
  1135. {
  1136. "core": false,
  1137. "difficulty": 8,
  1138. "slug": "palindrome-products",
  1139. "topics": [
  1140. "conditionals",
  1141. "integers",
  1142. "lists",
  1143. "loops",
  1144. "maps",
  1145. "mathematics"
  1146. ],
  1147. "unlocked_by": "saddle-points",
  1148. "uuid": "873c05de-b5f5-4c5b-97f0-d1ede8a82832"
  1149. },
  1150. {
  1151. "core": false,
  1152. "difficulty": 9,
  1153. "slug": "pythagorean-triplet",
  1154. "topics": [
  1155. "integer",
  1156. "lists",
  1157. "logic",
  1158. "mathematics"
  1159. ],
  1160. "unlocked_by": "triangle",
  1161. "uuid": "88505f95-89e5-4a08-8ed2-208eb818cdf1"
  1162. },
  1163. {
  1164. "core": false,
  1165. "difficulty": 9,
  1166. "slug": "forth",
  1167. "topics": [
  1168. "exception_handling",
  1169. "lists",
  1170. "logic",
  1171. "parsing",
  1172. "stacks",
  1173. "strings"
  1174. ],
  1175. "unlocked_by": "secret-handshake",
  1176. "uuid": "f0c0316d-3fb5-455e-952a-91161e7fb298"
  1177. },
  1178. {
  1179. "core": false,
  1180. "difficulty": 10,
  1181. "slug": "custom-set",
  1182. "topics": [
  1183. "equality",
  1184. "generics",
  1185. "sets"
  1186. ],
  1187. "unlocked_by": "linked-list",
  1188. "uuid": "377fe38b-08ad-4f3a-8118-a43c10f7b9b2"
  1189. },
  1190. {
  1191. "deprecated": true,
  1192. "slug": "accumulate",
  1193. "uuid": "e58c29d2-80a7-40ef-bed0-4a184ae35f34"
  1194. },
  1195. {
  1196. "deprecated": true,
  1197. "slug": "binary",
  1198. "uuid": "9ea6e0fa-b91d-4d17-ac8f-6d2dc30fdd44"
  1199. },
  1200. {
  1201. "deprecated": true,
  1202. "slug": "hexadecimal",
  1203. "uuid": "6fe53a08-c123-465d-864a-ef18217203c4"
  1204. },
  1205. {
  1206. "deprecated": true,
  1207. "slug": "octal",
  1208. "uuid": "14a29e82-f9b1-4662-b678-06992e306c01"
  1209. },
  1210. {
  1211. "deprecated": true,
  1212. "slug": "strain",
  1213. "uuid": "2d195cd9-1814-490a-8dd6-a2c676f1d4cd"
  1214. },
  1215. {
  1216. "deprecated": true,
  1217. "slug": "trinary",
  1218. "uuid": "ee3a8abe-6b19-4b47-9cf6-4d39ae915fb7"
  1219. }
  1220. ],
  1221. "foregone": [
  1222. "leap",
  1223. "grains",
  1224. "say"
  1225. ],
  1226. "language": "Java",
  1227. "solution_pattern": "reference"
  1228. }