|
1646 | 1646 | "name": "Roman Numerals", |
1647 | 1647 | "uuid": "2fc4f834-a51c-42b8-a4d9-5263229e7648", |
1648 | 1648 | "practices": [], |
1649 | | - "prerequisites": ["conditionals", "loops", "pattern_recognition", "transforming"], |
| 1649 | + "prerequisites": [ |
| 1650 | + "conditionals", |
| 1651 | + "loops", |
| 1652 | + "pattern_recognition", |
| 1653 | + "transforming" |
| 1654 | + ], |
1650 | 1655 | "difficulty": 3, |
1651 | 1656 | "topics": [ |
1652 | 1657 | "conditionals", |
|
1660 | 1665 | "name": "Binary", |
1661 | 1666 | "uuid": "0ba4d3b9-2519-49ac-bd93-f960aca6c11f", |
1662 | 1667 | "practices": [], |
1663 | | - "prerequisites": ["conditionals", "loops", "exception_handling", "integers", "math", "regular_expressions", "strings"], |
| 1668 | + "prerequisites": [ |
| 1669 | + "conditionals", |
| 1670 | + "loops", |
| 1671 | + "exception_handling", |
| 1672 | + "integers", |
| 1673 | + "math", |
| 1674 | + "regular_expressions", |
| 1675 | + "strings" |
| 1676 | + ], |
1664 | 1677 | "difficulty": 4, |
1665 | 1678 | "topics": [ |
1666 | 1679 | "conditionals", |
|
1678 | 1691 | "name": "Hexadecimal", |
1679 | 1692 | "uuid": "8ed2c9fe-a13f-4313-abf9-125f351c85c9", |
1680 | 1693 | "practices": [], |
1681 | | - "prerequisites": ["conditionals", "loops", "integers", "math", "regular_expressions", "strings"], |
| 1694 | + "prerequisites": [ |
| 1695 | + "conditionals", |
| 1696 | + "loops", |
| 1697 | + "integers", |
| 1698 | + "math", |
| 1699 | + "regular_expressions", |
| 1700 | + "strings" |
| 1701 | + ], |
1682 | 1702 | "difficulty": 4, |
1683 | 1703 | "topics": [ |
1684 | 1704 | "conditionals", |
|
1695 | 1715 | "name": "Octal", |
1696 | 1716 | "uuid": "dec66f89-39d0-4857-9679-a035cf4259d7", |
1697 | 1717 | "practices": [], |
1698 | | - "prerequisites": ["conditionals", "loops", "integers", "math", "regular_expressions", "strings"], |
| 1718 | + "prerequisites": [ |
| 1719 | + "conditionals", |
| 1720 | + "loops", |
| 1721 | + "integers", |
| 1722 | + "math", |
| 1723 | + "regular_expressions", |
| 1724 | + "strings" |
| 1725 | + ], |
1699 | 1726 | "difficulty": 4, |
1700 | 1727 | "topics": [ |
1701 | 1728 | "conditionals", |
|
1721 | 1748 | "name": "Trinary", |
1722 | 1749 | "uuid": "1acf1d2d-a25e-4576-94de-0470abc872d9", |
1723 | 1750 | "practices": [], |
1724 | | - "prerequisites": ["conditionals", "loops", "integers", "math", "regular_expressions", "strings"], |
| 1751 | + "prerequisites": [ |
| 1752 | + "conditionals", |
| 1753 | + "loops", |
| 1754 | + "integers", |
| 1755 | + "math", |
| 1756 | + "regular_expressions", |
| 1757 | + "strings" |
| 1758 | + ], |
1725 | 1759 | "difficulty": 4, |
1726 | 1760 | "topics": [ |
1727 | 1761 | "conditionals", |
|
1738 | 1772 | "name": "All Your Base", |
1739 | 1773 | "uuid": "d2d3cd13-b06c-4c24-9964-fb1554f70dd4", |
1740 | 1774 | "practices": [], |
1741 | | - "prerequisites": ["conditionals", "loops", "exception_handling", "integers", "math", "parsing"], |
| 1775 | + "prerequisites": [ |
| 1776 | + "conditionals", |
| 1777 | + "loops", |
| 1778 | + "exception_handling", |
| 1779 | + "integers", |
| 1780 | + "math", |
| 1781 | + "parsing" |
| 1782 | + ], |
1742 | 1783 | "difficulty": 5, |
1743 | 1784 | "topics": [ |
1744 | 1785 | "conditionals", |
|
1763 | 1804 | "name": "Queen Attack", |
1764 | 1805 | "uuid": "007a4cd4-7324-4512-8905-ead0c78146f7", |
1765 | 1806 | "practices": [], |
1766 | | - "prerequisites": ["conditionals", "loops", "equality", "exception_handling", "optional_values", "parsing", "text_formatting"], |
| 1807 | + "prerequisites": [ |
| 1808 | + "conditionals", |
| 1809 | + "loops", |
| 1810 | + "equality", |
| 1811 | + "exception_handling", |
| 1812 | + "optional_values", |
| 1813 | + "parsing", |
| 1814 | + "text_formatting" |
| 1815 | + ], |
1767 | 1816 | "difficulty": 8, |
1768 | 1817 | "topics": [ |
1769 | 1818 | "conditionals", |
|
0 commit comments