|
1011 | 1011 | ], |
1012 | 1012 | "difficulty": 3 |
1013 | 1013 | }, |
1014 | | - { |
1015 | | - "slug": "robot-name", |
1016 | | - "name": "Robot Name", |
1017 | | - "uuid": "1f3cded8-c357-448d-9640-63e8e6ea8efe", |
1018 | | - "practices": [], |
1019 | | - "prerequisites": [ |
1020 | | - "dynamic-variables", |
1021 | | - "randomness", |
1022 | | - "hash-sets" |
1023 | | - ], |
1024 | | - "difficulty": 3 |
1025 | | - }, |
1026 | 1014 | { |
1027 | 1015 | "slug": "rotational-cipher", |
1028 | 1016 | "name": "Rotational Cipher", |
|
1053 | 1041 | ], |
1054 | 1042 | "difficulty": 3 |
1055 | 1043 | }, |
| 1044 | + { |
| 1045 | + "slug": "series", |
| 1046 | + "name": "Series", |
| 1047 | + "uuid": "3bb91e4a-d234-40e9-b56c-fb06a9d84985", |
| 1048 | + "practices": [], |
| 1049 | + "prerequisites": [ |
| 1050 | + "strings", |
| 1051 | + "sequences", |
| 1052 | + "combinators", |
| 1053 | + "locals", |
| 1054 | + "errors" |
| 1055 | + ], |
| 1056 | + "difficulty": 3 |
| 1057 | + }, |
1056 | 1058 | { |
1057 | 1059 | "slug": "sum-of-multiples", |
1058 | 1060 | "name": "Sum of Multiples", |
|
1147 | 1149 | ], |
1148 | 1150 | "difficulty": 4 |
1149 | 1151 | }, |
| 1152 | + { |
| 1153 | + "slug": "diamond", |
| 1154 | + "name": "Diamond", |
| 1155 | + "uuid": "3da8114d-a1d4-4b45-9cb6-30bbef6624d3", |
| 1156 | + "practices": [], |
| 1157 | + "prerequisites": [ |
| 1158 | + "strings", |
| 1159 | + "tabulation", |
| 1160 | + "higher-order-sequences", |
| 1161 | + "locals" |
| 1162 | + ], |
| 1163 | + "difficulty": 4 |
| 1164 | + }, |
1150 | 1165 | { |
1151 | 1166 | "slug": "flatten-array", |
1152 | 1167 | "name": "Flatten Array", |
|
1162 | 1177 | ], |
1163 | 1178 | "difficulty": 4 |
1164 | 1179 | }, |
| 1180 | + { |
| 1181 | + "slug": "grade-school", |
| 1182 | + "name": "Grade School", |
| 1183 | + "uuid": "fb1fe9a5-d2ce-4e44-850f-7c0518e0422c", |
| 1184 | + "practices": [], |
| 1185 | + "prerequisites": [ |
| 1186 | + "tuples", |
| 1187 | + "mutation", |
| 1188 | + "assocs", |
| 1189 | + "higher-order-sequences", |
| 1190 | + "curry-compose-fry", |
| 1191 | + "locals" |
| 1192 | + ], |
| 1193 | + "difficulty": 4 |
| 1194 | + }, |
1165 | 1195 | { |
1166 | 1196 | "slug": "kindergarten-garden", |
1167 | 1197 | "name": "Kindergarten Garden", |
|
1273 | 1303 | ], |
1274 | 1304 | "difficulty": 4 |
1275 | 1305 | }, |
| 1306 | + { |
| 1307 | + "slug": "roman-numerals", |
| 1308 | + "name": "Roman Numerals", |
| 1309 | + "uuid": "31e438b9-e2c9-4d35-9b3f-dc8a97dcb787", |
| 1310 | + "practices": [], |
| 1311 | + "prerequisites": [ |
| 1312 | + "numbers", |
| 1313 | + "tabulation", |
| 1314 | + "higher-order-sequences", |
| 1315 | + "arrays", |
| 1316 | + "locals" |
| 1317 | + ], |
| 1318 | + "difficulty": 4 |
| 1319 | + }, |
1276 | 1320 | { |
1277 | 1321 | "slug": "sieve", |
1278 | 1322 | "name": "Sieve", |
|
1498 | 1542 | ], |
1499 | 1543 | "difficulty": 5 |
1500 | 1544 | }, |
| 1545 | + { |
| 1546 | + "slug": "robot-name", |
| 1547 | + "name": "Robot Name", |
| 1548 | + "uuid": "1f3cded8-c357-448d-9640-63e8e6ea8efe", |
| 1549 | + "practices": [], |
| 1550 | + "prerequisites": [ |
| 1551 | + "dynamic-variables", |
| 1552 | + "randomness", |
| 1553 | + "hash-sets" |
| 1554 | + ], |
| 1555 | + "difficulty": 5 |
| 1556 | + }, |
1501 | 1557 | { |
1502 | 1558 | "slug": "run-length-encoding", |
1503 | 1559 | "name": "Run-Length Encoding", |
|
1629 | 1685 | ], |
1630 | 1686 | "difficulty": 6 |
1631 | 1687 | }, |
| 1688 | + { |
| 1689 | + "slug": "flower-field", |
| 1690 | + "name": "Flower Field", |
| 1691 | + "uuid": "d635beb6-bc14-4846-909c-b6216c3f4d41", |
| 1692 | + "practices": [], |
| 1693 | + "prerequisites": [ |
| 1694 | + "strings", |
| 1695 | + "tabulation", |
| 1696 | + "higher-order-sequences", |
| 1697 | + "locals" |
| 1698 | + ], |
| 1699 | + "difficulty": 6 |
| 1700 | + }, |
1632 | 1701 | { |
1633 | 1702 | "slug": "food-chain", |
1634 | 1703 | "name": "Food Chain", |
|
1643 | 1712 | ], |
1644 | 1713 | "difficulty": 6 |
1645 | 1714 | }, |
| 1715 | + { |
| 1716 | + "slug": "intergalactic-transmission", |
| 1717 | + "name": "Intergalactic Transmission", |
| 1718 | + "uuid": "e2ce391c-7d7e-4442-aea6-71f310206ace", |
| 1719 | + "practices": [], |
| 1720 | + "prerequisites": [ |
| 1721 | + "bitwise-operations", |
| 1722 | + "arrays", |
| 1723 | + "windows", |
| 1724 | + "reductions", |
| 1725 | + "higher-order-sequences", |
| 1726 | + "combinators", |
| 1727 | + "strings", |
| 1728 | + "errors" |
| 1729 | + ], |
| 1730 | + "difficulty": 6 |
| 1731 | + }, |
1646 | 1732 | { |
1647 | 1733 | "slug": "ocr-numbers", |
1648 | 1734 | "name": "OCR Numbers", |
|
1672 | 1758 | ], |
1673 | 1759 | "difficulty": 6 |
1674 | 1760 | }, |
| 1761 | + { |
| 1762 | + "slug": "piecing-it-together", |
| 1763 | + "name": "Piecing It Together", |
| 1764 | + "uuid": "46be0bec-ed8e-4d32-9640-556acdbb5221", |
| 1765 | + "practices": [], |
| 1766 | + "prerequisites": [ |
| 1767 | + "assocs", |
| 1768 | + "combinators", |
| 1769 | + "arrays", |
| 1770 | + "higher-order-sequences", |
| 1771 | + "booleans", |
| 1772 | + "locals", |
| 1773 | + "errors" |
| 1774 | + ], |
| 1775 | + "difficulty": 6 |
| 1776 | + }, |
1675 | 1777 | { |
1676 | 1778 | "slug": "rail-fence-cipher", |
1677 | 1779 | "name": "Rail Fence Cipher", |
|
0 commit comments