@cyrilverloop/codingame-configuration 1.2.1 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +35 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.js +6 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.php +7 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/config.json +33 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/01 - test 1.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/02 - test 2.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/03 - test 3.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/04 - test 4.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/05 - test 5.txt +1 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/01 - test 1.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/02 - test 2.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/03 - test 3.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/04 - test 4.txt +11 -0
- package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/05 - test 5.txt +11 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.js +9 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.php +11 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/config.json +33 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/01 - test 1.txt +11 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/02 - test 2.txt +16 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/03 - test 3.txt +16 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/04 - test 4.txt +21 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/05 - test 5.txt +31 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/01 - test 1.txt +10 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/02 - test 2.txt +15 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/03 - test 3.txt +15 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/04 - test 4.txt +20 -0
- package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/05 - test 5.txt +30 -0
- package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.js +7 -0
- package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.php +8 -0
- package/config/easy/CardCountingwhenEasilyDistracted/config.json +133 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/01 - test 1.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/02 - test 2.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/03 - test 3.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/04 - test 4.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/05 - test 5.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/06 - test 6.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/07 - test 7.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/08 - test 8.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/09 - test 9.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/10 - test 10.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/11 - test 11.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/12 - test 12.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/13 - test 13 Not a chance.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/14 - test 14.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/15 - test 15.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/16 - test 16 For sure.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/17 - test 17.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/18 - test 18.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/19 - test 19.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/20 - test 20 Anything but 10.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/21 - test 21.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/22 - test 22.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/23 - test 23.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/24 - test 24.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/input/25 - test 25.txt +2 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/01 - test 1.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/02 - test 2.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/03 - test 3.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/04 - test 4.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/05 - test 5.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/06 - test 6.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/07 - test 7.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/08 - test 8.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/09 - test 9.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/10 - test 10.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/11 - test 11.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/12 - test 12.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/13 - test 13 Not a chance.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/14 - test 14.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/15 - test 15.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/16 - test 16 For sure.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/17 - test 17.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/18 - test 18.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/19 - test 19.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/20 - test 20 Anything but 10.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/21 - test 21.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/22 - test 22.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/23 - test 23.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/24 - test 24.txt +1 -0
- package/config/easy/CardCountingwhenEasilyDistracted/output/25 - test 25.txt +1 -0
- package/config/easy/CountYourCoins/code/CGCode.js +15 -0
- package/config/easy/CountYourCoins/code/CGCode.php +18 -0
- package/config/easy/CountYourCoins/config.json +43 -0
- package/config/easy/CountYourCoins/input/01 - Easy !.txt +4 -0
- package/config/easy/CountYourCoins/input/02 - It/342/200/231s obviously way too much !.txt" +4 -0
- package/config/easy/CountYourCoins/input/03 - It/342/200/231s way too much.. But less obvious.txt" +4 -0
- package/config/easy/CountYourCoins/input/04 - Two coin types.txt +4 -0
- package/config/easy/CountYourCoins/input/05 - That/342/200/231s hard to evaluate....txt" +4 -0
- package/config/easy/CountYourCoins/input/06 - Why do I have so many different coins.txt +4 -0
- package/config/easy/CountYourCoins/input/07 - How does this even fit in my pocket.txt +4 -0
- package/config/easy/CountYourCoins/output/01 - Easy !.txt +1 -0
- package/config/easy/CountYourCoins/output/02 - It/342/200/231s obviously way too much !.txt" +1 -0
- package/config/easy/CountYourCoins/output/03 - It/342/200/231s way too much.. But less obvious.txt" +1 -0
- package/config/easy/CountYourCoins/output/04 - Two coin types.txt +1 -0
- package/config/easy/CountYourCoins/output/05 - That/342/200/231s hard to evaluate....txt" +1 -0
- package/config/easy/CountYourCoins/output/06 - Why do I have so many different coins.txt +1 -0
- package/config/easy/CountYourCoins/output/07 - How does this even fit in my pocket.txt +1 -0
- package/config/easy/CreateTurnHereSigns/code/CGCode.js +6 -0
- package/config/easy/CreateTurnHereSigns/code/CGCode.php +7 -0
- package/config/easy/CreateTurnHereSigns/config.json +73 -0
- package/config/easy/CreateTurnHereSigns/input/01 - test 1.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/02 - test 2.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/03 - test 3.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/04 - test 4.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/05 - test 5.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/06 - test 6.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/07 - test 7.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/08 - test 8.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/09 - test 9.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/10 - test 10.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/11 - test 11.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/12 - test 12.txt +1 -0
- package/config/easy/CreateTurnHereSigns/input/13 - test 13.txt +1 -0
- package/config/easy/CreateTurnHereSigns/output/01 - test 1.txt +9 -0
- package/config/easy/CreateTurnHereSigns/output/02 - test 2.txt +11 -0
- package/config/easy/CreateTurnHereSigns/output/03 - test 3.txt +13 -0
- package/config/easy/CreateTurnHereSigns/output/04 - test 4.txt +7 -0
- package/config/easy/CreateTurnHereSigns/output/05 - test 5.txt +19 -0
- package/config/easy/CreateTurnHereSigns/output/06 - test 6.txt +27 -0
- package/config/easy/CreateTurnHereSigns/output/07 - test 7.txt +21 -0
- package/config/easy/CreateTurnHereSigns/output/08 - test 8.txt +11 -0
- package/config/easy/CreateTurnHereSigns/output/09 - test 9.txt +17 -0
- package/config/easy/CreateTurnHereSigns/output/10 - test 10.txt +5 -0
- package/config/easy/CreateTurnHereSigns/output/11 - test 11.txt +7 -0
- package/config/easy/CreateTurnHereSigns/output/12 - test 12.txt +5 -0
- package/config/easy/CreateTurnHereSigns/output/13 - test 13.txt +7 -0
- package/config/easy/DigitalScoreboard/code/CGCode.js +8 -0
- package/config/easy/DigitalScoreboard/code/CGCode.php +10 -0
- package/config/easy/DigitalScoreboard/config.json +48 -0
- package/config/easy/DigitalScoreboard/input/01 - Addition Only - Test 1.txt +23 -0
- package/config/easy/DigitalScoreboard/input/02 - Subtraction Only - Test 2.txt +23 -0
- package/config/easy/DigitalScoreboard/input/03 - test 3.txt +23 -0
- package/config/easy/DigitalScoreboard/input/04 - test 4.txt +23 -0
- package/config/easy/DigitalScoreboard/input/05 - test 5.txt +23 -0
- package/config/easy/DigitalScoreboard/input/06 - Nothing ever changes - Test 6.txt +23 -0
- package/config/easy/DigitalScoreboard/input/07 - test 7.txt +23 -0
- package/config/easy/DigitalScoreboard/input/08 - For Rafarafa - Test 8.txt +23 -0
- package/config/easy/DigitalScoreboard/output/01 - Addition Only - Test 1.txt +1 -0
- package/config/easy/DigitalScoreboard/output/02 - Subtraction Only - Test 2.txt +1 -0
- package/config/easy/DigitalScoreboard/output/03 - test 3.txt +1 -0
- package/config/easy/DigitalScoreboard/output/04 - test 4.txt +1 -0
- package/config/easy/DigitalScoreboard/output/05 - test 5.txt +1 -0
- package/config/easy/DigitalScoreboard/output/06 - Nothing ever changes - Test 6.txt +1 -0
- package/config/easy/DigitalScoreboard/output/07 - test 7.txt +1 -0
- package/config/easy/DigitalScoreboard/output/08 - For Rafarafa - Test 8.txt +1 -0
- package/config/easy/DisorderedFirstContact/config.json +1 -1
- package/config/easy/EscapeTheMadness/code/CGCode.js +6 -0
- package/config/easy/EscapeTheMadness/code/CGCode.php +7 -0
- package/config/easy/EscapeTheMadness/config.json +58 -0
- package/config/easy/EscapeTheMadness/input/01 - Only C-style trigraphs.txt +1 -0
- package/config/easy/EscapeTheMadness/input/02 - C-style trigraphs with unsupported characters.txt +1 -0
- package/config/easy/EscapeTheMadness/input/03 - Only backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/input/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/input/05 - No double backslash escape sequence evaluation.txt +1 -0
- package/config/easy/EscapeTheMadness/input/06 - Only HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/input/07 - Only known HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/input/08 - No double evaluation of HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/input/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/input/10 - All together now!.txt +1 -0
- package/config/easy/EscapeTheMadness/output/01 - Only C-style trigraphs.txt +1 -0
- package/config/easy/EscapeTheMadness/output/02 - C-style trigraphs with unsupported characters.txt +1 -0
- package/config/easy/EscapeTheMadness/output/03 - Only backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/output/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/output/05 - No double backslash escape sequence evaluation.txt +1 -0
- package/config/easy/EscapeTheMadness/output/06 - Only HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/output/07 - Only known HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/output/08 - No double evaluation of HTML entities.txt +1 -0
- package/config/easy/EscapeTheMadness/output/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
- package/config/easy/EscapeTheMadness/output/10 - All together now!.txt +1 -0
- package/config/easy/EuclidsAlgorithm/code/CGCode.js +8 -0
- package/config/easy/EuclidsAlgorithm/code/CGCode.php +7 -0
- package/config/easy/EuclidsAlgorithm/config.json +28 -0
- package/config/easy/EuclidsAlgorithm/input/01 - 25 3.txt +1 -0
- package/config/easy/EuclidsAlgorithm/input/02 - 50 14.txt +1 -0
- package/config/easy/EuclidsAlgorithm/input/03 - 115 47.txt +1 -0
- package/config/easy/EuclidsAlgorithm/input/04 - 4857 147.txt +1 -0
- package/config/easy/EuclidsAlgorithm/output/01 - 25 3.txt +3 -0
- package/config/easy/EuclidsAlgorithm/output/02 - 50 14.txt +5 -0
- package/config/easy/EuclidsAlgorithm/output/03 - 115 47.txt +5 -0
- package/config/easy/EuclidsAlgorithm/output/04 - 4857 147.txt +4 -0
- package/config/easy/FoldingPaper/code/CGCode.js +7 -0
- package/config/easy/FoldingPaper/code/CGCode.php +8 -0
- package/config/easy/FoldingPaper/config.json +33 -0
- package/config/easy/FoldingPaper/input/01 - 2 ply.txt +2 -0
- package/config/easy/FoldingPaper/input/02 - 4 ply.txt +2 -0
- package/config/easy/FoldingPaper/input/03 - 6 ply.txt +2 -0
- package/config/easy/FoldingPaper/input/04 - 8 ply easy.txt +2 -0
- package/config/easy/FoldingPaper/input/05 - 8 ply.txt +2 -0
- package/config/easy/FoldingPaper/output/02 - 4 ply.txt +1 -0
- package/config/easy/FoldingPaper/output/03 - 6 ply.txt +1 -0
- package/config/easy/FoldingPaper/output/05 - 8 ply.txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.js +8 -0
- package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.php +10 -0
- package/config/easy/GDQBinaryCodedDecimalClock/config.json +28 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/01 - Single Digits.txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/02 - Double Digits.txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/03 - Tunic - Any% Unrestricted (21 42).txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/input/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +1 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/01 - Single Digits.txt +4 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/02 - Double Digits.txt +4 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/03 - Tunic - Any% Unrestricted (21 42).txt +4 -0
- package/config/easy/GDQBinaryCodedDecimalClock/output/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +4 -0
- package/config/easy/KangarooWords/code/CGCode.js +9 -0
- package/config/easy/KangarooWords/code/CGCode.php +11 -0
- package/config/easy/KangarooWords/config.json +48 -0
- package/config/easy/KangarooWords/input/01 - Action.txt +2 -0
- package/config/easy/KangarooWords/input/02 - Fire.txt +2 -0
- package/config/easy/KangarooWords/input/03 - Not alone.txt +2 -0
- package/config/easy/KangarooWords/input/04 - Example.txt +3 -0
- package/config/easy/KangarooWords/input/05 - Screams.txt +3 -0
- package/config/easy/KangarooWords/input/06 - Pointless.txt +6 -0
- package/config/easy/KangarooWords/input/07 - CodingGame.txt +3 -0
- package/config/easy/KangarooWords/input/08 - Pointless.txt +6 -0
- package/config/easy/KangarooWords/output/01 - Action.txt +1 -0
- package/config/easy/KangarooWords/output/02 - Fire.txt +1 -0
- package/config/easy/KangarooWords/output/03 - Not alone.txt +2 -0
- package/config/easy/KangarooWords/output/04 - Example.txt +2 -0
- package/config/easy/KangarooWords/output/05 - Screams.txt +6 -0
- package/config/easy/KangarooWords/output/06 - Pointless.txt +1 -0
- package/config/easy/KangarooWords/output/07 - CodingGame.txt +2 -0
- package/config/easy/KangarooWords/output/08 - Pointless.txt +1 -0
- package/config/easy/LongestCoast/code/CGCode.js +9 -0
- package/config/easy/LongestCoast/code/CGCode.php +11 -0
- package/config/easy/LongestCoast/config.json +43 -0
- package/config/easy/LongestCoast/input/01 - Simple start.txt +4 -0
- package/config/easy/LongestCoast/input/02 - Multiple islands.txt +7 -0
- package/config/easy/LongestCoast/input/03 - Checkerboard.txt +6 -0
- package/config/easy/LongestCoast/input/04 - Weird shaped island.txt +9 -0
- package/config/easy/LongestCoast/input/05 - Linked islands.txt +11 -0
- package/config/easy/LongestCoast/input/06 - No water.txt +9 -0
- package/config/easy/LongestCoast/input/07 - Large Archipelago.txt +51 -0
- package/config/easy/LongestCoast/output/01 - Simple start.txt +1 -0
- package/config/easy/LongestCoast/output/02 - Multiple islands.txt +1 -0
- package/config/easy/LongestCoast/output/03 - Checkerboard.txt +1 -0
- package/config/easy/LongestCoast/output/04 - Weird shaped island.txt +1 -0
- package/config/easy/LongestCoast/output/05 - Linked islands.txt +1 -0
- package/config/easy/LongestCoast/output/06 - No water.txt +1 -0
- package/config/easy/LongestCoast/output/07 - Large Archipelago.txt +1 -0
- package/config/{medium → easy}/MerlinsMagicSquare/config.json +1 -1
- package/config/easy/MerlinsMagicSquare/output/23 - test 23.txt +1 -0
- package/config/easy/MerlinsMagicSquare/output/24 - test 24.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/code/CGCode.js +6 -0
- package/config/easy/NATOAlphabetsOddUncles/code/CGCode.php +7 -0
- package/config/easy/NATOAlphabetsOddUncles/config.json +83 -0
- package/config/easy/NATOAlphabetsOddUncles/input/01 - Starting with oldest - Test 1.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/02 - Then next oldest - Test 2.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/03 - Almost current - Test 3.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/05 - Rest are random - Test 5.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/06 - test 6.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/07 - test 7.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/08 - test 8.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/09 - test 9.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/10 - Charlie is here - Test 10.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/11 - Charlie is here too - Test 11.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/12 - Is it This Quebec or ... - Test 12.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/13 - ... or That Quebec - Test 13.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/input/14 - Which alphabet has both - Test 14.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/01 - Starting with oldest - Test 1.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/02 - Then next oldest - Test 2.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/03 - Almost current - Test 3.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/05 - Rest are random - Test 5.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/06 - test 6.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/07 - test 7.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/08 - test 8.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/09 - test 9.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/10 - Charlie is here - Test 10.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/11 - Charlie is here too - Test 11.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/12 - Is it This Quebec or ... - Test 12.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/13 - ... or That Quebec - Test 13.txt +1 -0
- package/config/easy/NATOAlphabetsOddUncles/output/14 - Which alphabet has both - Test 14.txt +1 -0
- package/config/easy/QueenControl/code/CGCode.js +9 -0
- package/config/easy/QueenControl/code/CGCode.php +11 -0
- package/config/easy/QueenControl/config.json +83 -0
- package/config/easy/QueenControl/input/01 - Corner.txt +9 -0
- package/config/easy/QueenControl/input/02 - Center.txt +9 -0
- package/config/easy/QueenControl/input/03 - White ally down right.txt +9 -0
- package/config/easy/QueenControl/input/04 - White ally up left.txt +9 -0
- package/config/easy/QueenControl/input/05 - White ally diagonal.txt +9 -0
- package/config/easy/QueenControl/input/06 - Black ally down right.txt +9 -0
- package/config/easy/QueenControl/input/07 - Black ally up left.txt +9 -0
- package/config/easy/QueenControl/input/08 - Black ally diagonal.txt +9 -0
- package/config/easy/QueenControl/input/09 - Black enemy.txt +9 -0
- package/config/easy/QueenControl/input/10 - White enemy.txt +9 -0
- package/config/easy/QueenControl/input/11 - Surrounded by allies.txt +9 -0
- package/config/easy/QueenControl/input/12 - Surrounded by enemies.txt +9 -0
- package/config/easy/QueenControl/input/13 - Advanced test 1.txt +9 -0
- package/config/easy/QueenControl/input/14 - Advanced test 2.txt +9 -0
- package/config/easy/QueenControl/input/15 - Advanced test 3.txt +9 -0
- package/config/easy/QueenControl/output/01 - Corner.txt +1 -0
- package/config/easy/QueenControl/output/02 - Center.txt +1 -0
- package/config/easy/QueenControl/output/03 - White ally down right.txt +1 -0
- package/config/easy/QueenControl/output/04 - White ally up left.txt +1 -0
- package/config/easy/QueenControl/output/05 - White ally diagonal.txt +1 -0
- package/config/easy/QueenControl/output/06 - Black ally down right.txt +1 -0
- package/config/easy/QueenControl/output/07 - Black ally up left.txt +1 -0
- package/config/easy/QueenControl/output/08 - Black ally diagonal.txt +1 -0
- package/config/easy/QueenControl/output/09 - Black enemy.txt +1 -0
- package/config/easy/QueenControl/output/10 - White enemy.txt +1 -0
- package/config/easy/QueenControl/output/11 - Surrounded by allies.txt +1 -0
- package/config/easy/QueenControl/output/12 - Surrounded by enemies.txt +1 -0
- package/config/easy/QueenControl/output/13 - Advanced test 1.txt +1 -0
- package/config/easy/QueenControl/output/14 - Advanced test 2.txt +1 -0
- package/config/easy/QueenControl/output/15 - Advanced test 3.txt +1 -0
- package/config/easy/ScrabbleScore/code/CGCode.js +24 -0
- package/config/easy/ScrabbleScore/code/CGCode.php +26 -0
- package/config/easy/ScrabbleScore/config.json +78 -0
- package/config/easy/ScrabbleScore/input/01 - Easy.txt +41 -0
- package/config/easy/ScrabbleScore/input/02 - Double letter score.txt +41 -0
- package/config/easy/ScrabbleScore/input/03 - Triple letter score.txt +41 -0
- package/config/easy/ScrabbleScore/input/04 - Double word score.txt +41 -0
- package/config/easy/ScrabbleScore/input/05 - Triple word score.txt +53 -0
- package/config/easy/ScrabbleScore/input/06 - Multiple multiplicator.txt +49 -0
- package/config/easy/ScrabbleScore/input/07 - Count the 2 words.txt +50 -0
- package/config/easy/ScrabbleScore/input/08 - Special cell on 2 words.txt +74 -0
- package/config/easy/ScrabbleScore/input/09 - Special cell on 2 words.txt +74 -0
- package/config/easy/ScrabbleScore/input/10 - Combo.txt +74 -0
- package/config/easy/ScrabbleScore/input/11 - Blank is important.txt +74 -0
- package/config/easy/ScrabbleScore/input/12 - Multiple multiplicator 2.txt +73 -0
- package/config/easy/ScrabbleScore/input/13 - First word.txt +74 -0
- package/config/easy/ScrabbleScore/input/14 - First word.txt +49 -0
- package/config/easy/ScrabbleScore/output/01 - Easy.txt +2 -0
- package/config/easy/ScrabbleScore/output/02 - Double letter score.txt +2 -0
- package/config/easy/ScrabbleScore/output/03 - Triple letter score.txt +2 -0
- package/config/easy/ScrabbleScore/output/04 - Double word score.txt +2 -0
- package/config/easy/ScrabbleScore/output/05 - Triple word score.txt +3 -0
- package/config/easy/ScrabbleScore/output/06 - Multiple multiplicator.txt +2 -0
- package/config/easy/ScrabbleScore/output/07 - Count the 2 words.txt +3 -0
- package/config/easy/ScrabbleScore/output/08 - Special cell on 2 words.txt +3 -0
- package/config/easy/ScrabbleScore/output/09 - Special cell on 2 words.txt +2 -0
- package/config/easy/ScrabbleScore/output/10 - Combo.txt +5 -0
- package/config/easy/ScrabbleScore/output/11 - Blank is important.txt +2 -0
- package/config/easy/ScrabbleScore/output/12 - Multiple multiplicator 2.txt +3 -0
- package/config/easy/ScrabbleScore/output/13 - First word.txt +3 -0
- package/config/easy/ScrabbleScore/output/14 - First word.txt +7 -0
- package/config/easy/ShootEnemyAircraft/code/CGCode.js +10 -0
- package/config/easy/ShootEnemyAircraft/code/CGCode.php +12 -0
- package/config/easy/ShootEnemyAircraft/config.json +28 -0
- package/config/easy/ShootEnemyAircraft/input/01 - One aircraft on each side.txt +7 -0
- package/config/easy/ShootEnemyAircraft/input/02 - Three on the same side.txt +7 -0
- package/config/easy/ShootEnemyAircraft/input/03 - Hold the line.txt +3 -0
- package/config/easy/ShootEnemyAircraft/input/04 - Don/342/200/231t panic.txt" +11 -0
- package/config/easy/ShootEnemyAircraft/output/01 - One aircraft on each side.txt +7 -0
- package/config/easy/ShootEnemyAircraft/output/02 - Three on the same side.txt +6 -0
- package/config/easy/ShootEnemyAircraft/output/03 - Hold the line.txt +29 -0
- package/config/easy/ShootEnemyAircraft/output/04 - Don/342/200/231t panic.txt" +29 -0
- package/config/easy/ShouldBakersBeFrugal/code/CGCode.js +8 -0
- package/config/easy/ShouldBakersBeFrugal/code/CGCode.php +7 -0
- package/config/easy/ShouldBakersBeFrugal/config.json +78 -0
- package/config/easy/ShouldBakersBeFrugal/input/01 - Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/02 - Another Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/03 - What IS the benefit.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/04 - Not perfectly divisible.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/05 - Real Biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/06 - So wasteful.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/07 - Squeeze out the extras.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/08 - So many biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/09 - Who kneads that.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/10 - Them Biscuits are Big.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/11 - Big Payoff.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/12 - Now my hand hurts.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/13 - Micro World.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/input/14 - A gazillion micro-biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/01 - Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/02 - Another Basic.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/03 - What IS the benefit.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/04 - Not perfectly divisible.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/05 - Real Biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/06 - So wasteful.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/07 - Squeeze out the extras.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/08 - So many biscuits.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/09 - Who kneads that.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/10 - Them Biscuits are Big.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/11 - Big Payoff.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/12 - Now my hand hurts.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/13 - Micro World.txt +1 -0
- package/config/easy/ShouldBakersBeFrugal/output/14 - A gazillion micro-biscuits.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/code/CGCode.js +10 -0
- package/config/easy/SixDegreesOfKevinBacon/code/CGCode.php +12 -0
- package/config/easy/SixDegreesOfKevinBacon/config.json +38 -0
- package/config/easy/SixDegreesOfKevinBacon/input/01 - 2 Degrees of Kevin Bacon.txt +5 -0
- package/config/easy/SixDegreesOfKevinBacon/input/02 - One Degree of Kevin Bacon.txt +5 -0
- package/config/easy/SixDegreesOfKevinBacon/input/03 - 3 Degrees of Kevin Bacon.txt +7 -0
- package/config/easy/SixDegreesOfKevinBacon/input/04 - Kevin Bacon Himself!.txt +6 -0
- package/config/easy/SixDegreesOfKevinBacon/input/05 - Going big!.txt +12 -0
- package/config/easy/SixDegreesOfKevinBacon/input/06 - The Biggest.txt +42 -0
- package/config/easy/SixDegreesOfKevinBacon/output/01 - 2 Degrees of Kevin Bacon.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/02 - One Degree of Kevin Bacon.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/03 - 3 Degrees of Kevin Bacon.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/04 - Kevin Bacon Himself!.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/05 - Going big!.txt +1 -0
- package/config/easy/SixDegreesOfKevinBacon/output/06 - The Biggest.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/code/CGCode.js +6 -0
- package/config/easy/SquareSpiralForAlienContact/code/CGCode.php +7 -0
- package/config/easy/SquareSpiralForAlienContact/config.json +128 -0
- package/config/easy/SquareSpiralForAlienContact/input/01 - Test 1 = letter+ and #same, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/02 - Test 2 = letter+ and #same, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/03 - Test 3 = letter++ and #same, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/04 - Test 4 = letter++ and #same, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/05 - Test 5 = letter+ and #+, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/06 - Test 6 = letter+ and #+, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/07 - Test 7 = letter+ and #++, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/08 - Test 8 = letter+ and #++, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/09 - Test 9 = letter++ and #+, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/10 - Test 10 = letter++ and #+, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/11 - Test 11 = letter++ and #++, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/12 - Test 12 = letter++ and #++, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/13 - Test 13 = letter- and #+, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/14 - Test 14 = letter- and #+, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/15 - Test 15 = letter-- and #++, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/16 - Test 16 = letter-- and #++, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/17 - Test 17 = letter+ and #-, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/18 - Test 18 = letter+ and #-, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/19 - Test 19 = letter-- and #--, cw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/20 - Test 20 = letter-- and #--, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/22 - Test 22 - whoa, that's not enough material, ccw.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/23 - Test 23 = oversized.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/input/24 - Test 24 = very oversized.txt +1 -0
- package/config/easy/SquareSpiralForAlienContact/output/01 - Test 1 = letter+ and #same, cw.txt +9 -0
- package/config/easy/SquareSpiralForAlienContact/output/02 - Test 2 = letter+ and #same, ccw.txt +11 -0
- package/config/easy/SquareSpiralForAlienContact/output/03 - Test 3 = letter++ and #same, cw.txt +19 -0
- package/config/easy/SquareSpiralForAlienContact/output/04 - Test 4 = letter++ and #same, ccw.txt +9 -0
- package/config/easy/SquareSpiralForAlienContact/output/05 - Test 5 = letter+ and #+, cw.txt +19 -0
- package/config/easy/SquareSpiralForAlienContact/output/06 - Test 6 = letter+ and #+, ccw.txt +15 -0
- package/config/easy/SquareSpiralForAlienContact/output/07 - Test 7 = letter+ and #++, cw.txt +15 -0
- package/config/easy/SquareSpiralForAlienContact/output/08 - Test 8 = letter+ and #++, ccw.txt +11 -0
- package/config/easy/SquareSpiralForAlienContact/output/09 - Test 9 = letter++ and #+, cw.txt +9 -0
- package/config/easy/SquareSpiralForAlienContact/output/10 - Test 10 = letter++ and #+, ccw.txt +25 -0
- package/config/easy/SquareSpiralForAlienContact/output/11 - Test 11 = letter++ and #++, cw.txt +7 -0
- package/config/easy/SquareSpiralForAlienContact/output/12 - Test 12 = letter++ and #++, ccw.txt +21 -0
- package/config/easy/SquareSpiralForAlienContact/output/13 - Test 13 = letter- and #+, cw.txt +21 -0
- package/config/easy/SquareSpiralForAlienContact/output/14 - Test 14 = letter- and #+, ccw.txt +25 -0
- package/config/easy/SquareSpiralForAlienContact/output/15 - Test 15 = letter-- and #++, cw.txt +19 -0
- package/config/easy/SquareSpiralForAlienContact/output/16 - Test 16 = letter-- and #++, ccw.txt +11 -0
- package/config/easy/SquareSpiralForAlienContact/output/17 - Test 17 = letter+ and #-, cw.txt +17 -0
- package/config/easy/SquareSpiralForAlienContact/output/18 - Test 18 = letter+ and #-, ccw.txt +21 -0
- package/config/easy/SquareSpiralForAlienContact/output/19 - Test 19 = letter-- and #--, cw.txt +5 -0
- package/config/easy/SquareSpiralForAlienContact/output/20 - Test 20 = letter-- and #--, ccw.txt +29 -0
- package/config/easy/SquareSpiralForAlienContact/output/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +29 -0
- package/config/easy/SquareSpiralForAlienContact/output/22 - Test 22 - whoa, that's not enough material, ccw.txt +25 -0
- package/config/easy/SquareSpiralForAlienContact/output/23 - Test 23 = oversized.txt +31 -0
- package/config/easy/SquareSpiralForAlienContact/output/24 - Test 24 = very oversized.txt +31 -0
- package/config/easy/TableOfContents/code/CGCode.js +10 -0
- package/config/easy/TableOfContents/code/CGCode.php +12 -0
- package/config/easy/TableOfContents/config.json +28 -0
- package/config/easy/TableOfContents/input/01 - Test.txt +7 -0
- package/config/easy/TableOfContents/input/02 - Numbers.txt +12 -0
- package/config/easy/TableOfContents/input/03 - Hell of subsections.txt +20 -0
- package/config/easy/TableOfContents/input/04 - World book.txt +15 -0
- package/config/easy/TableOfContents/output/01 - Test.txt +5 -0
- package/config/easy/TableOfContents/output/02 - Numbers.txt +10 -0
- package/config/easy/TableOfContents/output/03 - Hell of subsections.txt +18 -0
- package/config/easy/TableOfContents/output/04 - World book.txt +13 -0
- package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.js +11 -0
- package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.php +13 -0
- package/config/easy/TheLogoBeyondCppAndCs/config.json +123 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/01 - C Sharp Plus Test 1.txt +5 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/02 - C Venn Test 2.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/03 - C Plus Plus and Plus Test 3.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/04 - C-hi Test 4.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/05 - C Climb Test 5.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/06 - C-Cliff Test 6.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/07 - C-X Test 7.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/08 - Tic Tac C Test 8.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/09 - C-Check Test 9.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/10 - C-Checkers Test 10.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/11 - C Sharp Sharp Test 11.txt +5 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/12 - C Sharp Plus Sharp Test 12.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/13 - C Pyramid Test 13.txt +6 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/14 - Greater Than C Test 14.txt +8 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/15 - Giant C Test 15.txt +4 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/16 - One Thick C Test 16.txt +4 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/17 - C-U Test 17.txt +8 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/18 - You can C forever Test 18.txt +23 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/19 - I C U Test 19.txt +14 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/20 - C-Nake (Snake) Test 20.txt +14 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/21 - C-Legs Test 21.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/22 - C You Tuesday Test 22.txt +8 -0
- package/config/easy/TheLogoBeyondCppAndCs/input/23 - C-Man Test 23.txt +7 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/01 - C Sharp Plus Test 1.txt +26 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/02 - C Venn Test 2.txt +33 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/03 - C Plus Plus and Plus Test 3.txt +36 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/04 - C-hi Test 4.txt +27 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/05 - C Climb Test 5.txt +39 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/06 - C-Cliff Test 6.txt +30 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/07 - C-X Test 7.txt +21 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/08 - Tic Tac C Test 8.txt +30 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/09 - C-Check Test 9.txt +32 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/10 - C-Checkers Test 10.txt +36 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/11 - C Sharp Sharp Test 11.txt +18 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/12 - C Sharp Plus Sharp Test 12.txt +27 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/13 - C Pyramid Test 13.txt +24 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/14 - Greater Than C Test 14.txt +50 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/15 - Giant C Test 15.txt +31 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/16 - One Thick C Test 16.txt +30 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/17 - C-U Test 17.txt +35 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/18 - You can C forever Test 18.txt +140 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/19 - I C U Test 19.txt +15 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/20 - C-Nake (Snake) Test 20.txt +77 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/21 - C-Legs Test 21.txt +28 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/22 - C You Tuesday Test 22.txt +40 -0
- package/config/easy/TheLogoBeyondCppAndCs/output/23 - C-Man Test 23.txt +28 -0
- package/config/easy/TileAFloor/code/CGCode.js +9 -0
- package/config/easy/TileAFloor/code/CGCode.php +11 -0
- package/config/easy/TileAFloor/config.json +133 -0
- package/config/easy/TileAFloor/input/01 - No special mirrors Test 1.txt +4 -0
- package/config/easy/TileAFloor/input/02 - WM Test 2.txt +5 -0
- package/config/easy/TileAFloor/input/03 - test 3.txt +5 -0
- package/config/easy/TileAFloor/input/04 - Diags Test 4.txt +6 -0
- package/config/easy/TileAFloor/input/05 - nu and ][ Test 5.txt +4 -0
- package/config/easy/TileAFloor/input/06 - AV and slashes Test 6.txt +5 -0
- package/config/easy/TileAFloor/input/07 - (()) and slashes Test 7.txt +5 -0
- package/config/easy/TileAFloor/input/08 - Everything Test 8.txt +7 -0
- package/config/easy/TileAFloor/input/09 - test 9.txt +6 -0
- package/config/easy/TileAFloor/input/10 - test 10.txt +8 -0
- package/config/easy/TileAFloor/input/11 - test 11.txt +7 -0
- package/config/easy/TileAFloor/input/12 - test 12.txt +7 -0
- package/config/easy/TileAFloor/input/13 - test 13.txt +7 -0
- package/config/easy/TileAFloor/input/14 - test 14.txt +8 -0
- package/config/easy/TileAFloor/input/15 - test 15.txt +6 -0
- package/config/easy/TileAFloor/input/16 - test 16.txt +7 -0
- package/config/easy/TileAFloor/input/17 - test 17.txt +5 -0
- package/config/easy/TileAFloor/input/18 - test 18.txt +6 -0
- package/config/easy/TileAFloor/input/19 - test 19.txt +6 -0
- package/config/easy/TileAFloor/input/20 - test 20.txt +4 -0
- package/config/easy/TileAFloor/input/21 - test 21.txt +8 -0
- package/config/easy/TileAFloor/input/22 - test 22.txt +4 -0
- package/config/easy/TileAFloor/input/23 - test 23.txt +6 -0
- package/config/easy/TileAFloor/input/24 - test 24.txt +5 -0
- package/config/easy/TileAFloor/input/25 - test 25.txt +5 -0
- package/config/easy/TileAFloor/output/01 - No special mirrors Test 1.txt +13 -0
- package/config/easy/TileAFloor/output/02 - WM Test 2.txt +17 -0
- package/config/easy/TileAFloor/output/03 - test 3.txt +17 -0
- package/config/easy/TileAFloor/output/04 - Diags Test 4.txt +21 -0
- package/config/easy/TileAFloor/output/05 - nu and ][ Test 5.txt +13 -0
- package/config/easy/TileAFloor/output/06 - AV and slashes Test 6.txt +17 -0
- package/config/easy/TileAFloor/output/07 - (()) and slashes Test 7.txt +17 -0
- package/config/easy/TileAFloor/output/08 - Everything Test 8.txt +25 -0
- package/config/easy/TileAFloor/output/09 - test 9.txt +21 -0
- package/config/easy/TileAFloor/output/10 - test 10.txt +29 -0
- package/config/easy/TileAFloor/output/11 - test 11.txt +25 -0
- package/config/easy/TileAFloor/output/12 - test 12.txt +25 -0
- package/config/easy/TileAFloor/output/13 - test 13.txt +25 -0
- package/config/easy/TileAFloor/output/14 - test 14.txt +29 -0
- package/config/easy/TileAFloor/output/15 - test 15.txt +21 -0
- package/config/easy/TileAFloor/output/16 - test 16.txt +25 -0
- package/config/easy/TileAFloor/output/17 - test 17.txt +17 -0
- package/config/easy/TileAFloor/output/18 - test 18.txt +21 -0
- package/config/easy/TileAFloor/output/19 - test 19.txt +21 -0
- package/config/easy/TileAFloor/output/20 - test 20.txt +13 -0
- package/config/easy/TileAFloor/output/21 - test 21.txt +29 -0
- package/config/easy/TileAFloor/output/22 - test 22.txt +13 -0
- package/config/easy/TileAFloor/output/23 - test 23.txt +21 -0
- package/config/easy/TileAFloor/output/24 - test 24.txt +17 -0
- package/config/easy/TileAFloor/output/25 - test 25.txt +17 -0
- package/config/easy/TriangleToggle/code/CGCode.js +19 -0
- package/config/easy/TriangleToggle/code/CGCode.php +13 -0
- package/config/easy/TriangleToggle/config.json +68 -0
- package/config/easy/TriangleToggle/input/01 - one right.txt +4 -0
- package/config/easy/TriangleToggle/input/02 - one isosceles.txt +4 -0
- package/config/easy/TriangleToggle/input/03 - two triangles, sailboat.txt +5 -0
- package/config/easy/TriangleToggle/input/04 - condensed.txt +7 -0
- package/config/easy/TriangleToggle/input/05 - overlap (tree).txt +6 -0
- package/config/easy/TriangleToggle/input/06 - overlap expanded star of david.txt +5 -0
- package/config/easy/TriangleToggle/input/07 - overlap condensed star of david.txt +5 -0
- package/config/easy/TriangleToggle/input/08 - triangles inside of triangles.txt +9 -0
- package/config/easy/TriangleToggle/input/09 - yoga, partial triangles.txt +7 -0
- package/config/easy/TriangleToggle/input/10 - tesla truck, partial triangles.txt +6 -0
- package/config/easy/TriangleToggle/input/11 - misc.txt +8 -0
- package/config/easy/TriangleToggle/input/12 - overflowing everywhere.txt +5 -0
- package/config/easy/TriangleToggle/output/01 - one right.txt +12 -0
- package/config/easy/TriangleToggle/output/02 - one isosceles.txt +12 -0
- package/config/easy/TriangleToggle/output/03 - two triangles, sailboat.txt +20 -0
- package/config/easy/TriangleToggle/output/04 - condensed.txt +17 -0
- package/config/easy/TriangleToggle/output/05 - overlap (tree).txt +17 -0
- package/config/easy/TriangleToggle/output/07 - overlap condensed star of david.txt +22 -0
- package/config/easy/TriangleToggle/output/08 - triangles inside of triangles.txt +20 -0
- package/config/easy/TriangleToggle/output/09 - yoga, partial triangles.txt +19 -0
- package/config/easy/TriangleToggle/output/10 - tesla truck, partial triangles.txt +9 -0
- package/config/easy/TriangleToggle/output/11 - misc.txt +19 -0
- package/config/easy/TriangleToggle/output/12 - overflowing everywhere.txt +29 -0
- package/config/easy/VideoComments/code/CGCode.js +9 -0
- package/config/easy/VideoComments/code/CGCode.php +11 -0
- package/config/easy/VideoComments/config.json +38 -0
- package/config/easy/VideoComments/input/01 - Time example.txt +4 -0
- package/config/easy/VideoComments/input/02 - Likes count.txt +4 -0
- package/config/easy/VideoComments/input/03 - Tie - Followed.txt +6 -0
- package/config/easy/VideoComments/input/04 - Pinned - All priorities.txt +4 -0
- package/config/easy/VideoComments/input/05 - Replies.txt +8 -0
- package/config/easy/VideoComments/input/06 - Followed in replies.txt +8 -0
- package/config/easy/VideoComments/output/01 - Time example.txt +3 -0
- package/config/easy/VideoComments/output/02 - Likes count.txt +3 -0
- package/config/easy/VideoComments/output/03 - Tie - Followed.txt +5 -0
- package/config/easy/VideoComments/output/04 - Pinned - All priorities.txt +3 -0
- package/config/easy/VideoComments/output/05 - Replies.txt +7 -0
- package/config/easy/VideoComments/output/06 - Followed in replies.txt +7 -0
- package/config/easy/WhereAmIGoing/code/CGCode.js +10 -0
- package/config/easy/WhereAmIGoing/code/CGCode.php +12 -0
- package/config/easy/WhereAmIGoing/config.json +28 -0
- package/config/easy/WhereAmIGoing/input/01 - Example.txt +3 -0
- package/config/easy/WhereAmIGoing/input/02 - Simple.txt +5 -0
- package/config/easy/WhereAmIGoing/input/03 - Spiral.txt +12 -0
- package/config/easy/WhereAmIGoing/input/04 - Hard.txt +17 -0
- package/config/easy/WhereAmIGoing/output/01 - Example.txt +1 -0
- package/config/easy/WhereAmIGoing/output/02 - Simple.txt +1 -0
- package/config/easy/WhereAmIGoing/output/03 - Spiral.txt +1 -0
- package/config/easy/WhereAmIGoing/output/04 - Hard.txt +1 -0
- package/config/easy/WordSearchForProgrammers/code/CGCode.js +10 -0
- package/config/easy/WordSearchForProgrammers/code/CGCode.php +12 -0
- package/config/easy/WordSearchForProgrammers/config.json +38 -0
- package/config/easy/WordSearchForProgrammers/input/01 - The Simpsons (Test 1).txt +12 -0
- package/config/easy/WordSearchForProgrammers/input/02 - Famous Animals (Test 2).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/03 - US Presidents (Test 3).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/04 - Populous Countries (Test 4).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/05 - Many people with one name (Test 5).txt +17 -0
- package/config/easy/WordSearchForProgrammers/input/06 - Older Countries Median age over 40 (Test 6).txt +32 -0
- package/config/easy/WordSearchForProgrammers/output/01 - The Simpsons (Test 1).txt +10 -0
- package/config/easy/WordSearchForProgrammers/output/02 - Famous Animals (Test 2).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/03 - US Presidents (Test 3).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/04 - Populous Countries (Test 4).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/05 - Many people with one name (Test 5).txt +15 -0
- package/config/easy/WordSearchForProgrammers/output/06 - Older Countries Median age over 40 (Test 6).txt +30 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.js +11 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.php +13 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/config.json +53 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/01 - test 1.txt +8 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/02 - test 2.txt +6 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/03 - test 3.txt +8 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/04 - test 4.txt +7 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/05 - test 5.txt +9 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/06 - That was close.txt +11 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/07 - so close for so many.txt +7 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/08 - - everything from Mother in some pairs.txt +10 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/input/09 - they/342/200/231re all 95%+ matches.txt" +11 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/01 - test 1.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/02 - test 2.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/03 - test 3.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/04 - test 4.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/05 - test 5.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/06 - That was close.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/07 - so close for so many.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/08 - - everything from Mother in some pairs.txt +1 -0
- package/config/easy/YouAreTheFatherMauryPovichStyle/output/09 - they/342/200/231re all 95%+ matches.txt" +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.js +6 -0
- package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.php +7 -0
- package/config/easy/ZeckendorfRepresentationPartI/config.json +28 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/01 - test 1.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/02 - test 2.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/03 - test 3.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/input/04 - test 4.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/01 - test 1.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/02 - test 2.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/03 - test 3.txt +1 -0
- package/config/easy/ZeckendorfRepresentationPartI/output/04 - test 4.txt +1 -0
- package/package.json +1 -1
- /package/config/{medium/MerlinsMagicSquare/output/14 - test 14.txt → easy/FoldingPaper/output/01 - 2 ply.txt} +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt" → easy/FoldingPaper/output/04 - 8 ply easy.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.js +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.php +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/01 - simple.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/02 - test 2.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/03 - test 3.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/04 - test 4.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/05 - test 5.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/06 - test 6.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/07 - test 7.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/08 - test 8.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/09 - test 9.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/10 - lizzo is making this too hard.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/11 - one button.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/12 - now you/342/200/231re just messing around.txt" +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/13 - test 13.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/14 - test 14.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/15 - test 15.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/16 - test 16.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/17 - test 17.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/18 - test 18.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/19 - test 19.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/20 - test 20.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/21 - test 21.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/22 - test 22.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/23 - test 23.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/24 - test 24.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/input/25 - test 25.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/01 - simple.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/02 - test 2.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/03 - test 3.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/04 - test 4.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/05 - test 5.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/06 - test 6.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/07 - test 7.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/08 - test 8.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/09 - test 9.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/10 - lizzo is making this too hard.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/11 - one button.txt +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/23 - test 23.txt → easy/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt"} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/13 - test 13.txt +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/16 - test 16.txt → easy/MerlinsMagicSquare/output/14 - test 14.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/15 - test 15.txt +0 -0
- /package/config/{medium/MerlinsMagicSquare/output/24 - test 24.txt → easy/MerlinsMagicSquare/output/16 - test 16.txt} +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/17 - test 17.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/18 - test 18.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/19 - test 19.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/20 - test 20.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/21 - test 21.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/22 - test 22.txt +0 -0
- /package/config/{medium → easy}/MerlinsMagicSquare/output/25 - test 25.txt +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
15 bottomRight clockwise E2 F5
|
@@ -0,0 +1 @@
|
|
1
|
+
11 topLeft counter-clockwise A1 B4
|
@@ -0,0 +1 @@
|
|
1
|
+
9 bottomRight clockwise V20 X21
|
@@ -0,0 +1 @@
|
|
1
|
+
25 topLeft counter-clockwise A59 E60
|
@@ -0,0 +1 @@
|
|
1
|
+
7 topLeft clockwise F3 I6
|
package/config/easy/SquareSpiralForAlienContact/input/12 - Test 12 = letter++ and #++, ccw.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
21 topRight counter-clockwise A10 D80
|
@@ -0,0 +1 @@
|
|
1
|
+
21 topRight clockwise Z1 Y2
|
@@ -0,0 +1 @@
|
|
1
|
+
25 topRight counter-clockwise Y2 X3
|
@@ -0,0 +1 @@
|
|
1
|
+
19 topLeft clockwise Z10 T25
|
package/config/easy/SquareSpiralForAlienContact/input/16 - Test 16 = letter-- and #++, ccw.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
11 topRight counter-clockwise M30 I70
|
@@ -0,0 +1 @@
|
|
1
|
+
17 bottomRight clockwise M18 N17
|
@@ -0,0 +1 @@
|
|
1
|
+
21 bottomRight counter-clockwise F40 G39
|
@@ -0,0 +1 @@
|
|
1
|
+
5 topRight clockwise Q9 M7
|
package/config/easy/SquareSpiralForAlienContact/input/20 - Test 20 = letter-- and #--, ccw.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
29 topLeft counter-clockwise Z80 W73
|
@@ -0,0 +1 @@
|
|
1
|
+
29 bottomRight clockwise A2 B3
|
@@ -0,0 +1 @@
|
|
1
|
+
25 bottomRight counter-clockwise N28 M27
|
@@ -0,0 +1 @@
|
|
1
|
+
51 bottomLeft clockwise A100 B97
|
@@ -0,0 +1 @@
|
|
1
|
+
201 topLeft counter-clockwise X1000 W989
|
package/config/easy/SquareSpiralForAlienContact/output/03 - Test 3 = letter++ and #same, cw.txt
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
DDDDDDDDDDDDDDDDDDD
|
2
|
+
D D
|
3
|
+
D HHHHHHHHHHHHHHH D
|
4
|
+
D H H D
|
5
|
+
B F JJJJJJJJJJJ H D
|
6
|
+
B F J J H D
|
7
|
+
B F J LLLLLLL J H D
|
8
|
+
B F J L L J H D
|
9
|
+
B F J L LLN L J H D
|
10
|
+
B F J L L L J H D
|
11
|
+
B F J L LLLLL J H D
|
12
|
+
B F J L L H D
|
13
|
+
B F J LLLLLLLLL H F
|
14
|
+
B F J H F
|
15
|
+
B F JJJJJJJHHHHHH F
|
16
|
+
B F F
|
17
|
+
B FFFFFFFFFFFFFFFFF
|
18
|
+
B
|
19
|
+
BBBBBBBBBBBBBBBBBBB
|
@@ -0,0 +1,19 @@
|
|
1
|
+
CCCDDDDEEEEEFFFFFFG
|
2
|
+
G
|
3
|
+
LLLLLMMMMMMMMMMMM G
|
4
|
+
L M G
|
5
|
+
L PPPPPPPQQQQQQ N G
|
6
|
+
L P Q N G
|
7
|
+
L P RRSSSSSSS Q N G
|
8
|
+
L P R S Q N H
|
9
|
+
L P R TTTTT S Q N H
|
10
|
+
L P R T T S Q N H
|
11
|
+
K P R T TTT S Q N H
|
12
|
+
K P R T S Q N H
|
13
|
+
K P R SSSSSSS Q N H
|
14
|
+
K P R Q N H
|
15
|
+
K O RRRRRRRRRQQ N H
|
16
|
+
K O N I
|
17
|
+
K OOOOOOOOOOOOONN I
|
18
|
+
K I
|
19
|
+
KKKJJJJJJJJJJIIIIII
|
package/config/easy/SquareSpiralForAlienContact/output/10 - Test 10 = letter++ and #+, ccw.txt
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
A EEEEEEEEEEEEEEEEEEEEEEE
|
2
|
+
A E E
|
3
|
+
A E IIIIIIIIIIIIIIIIIII E
|
4
|
+
A E I I E
|
5
|
+
A E I MMMMMMMMMMMMMMM I E
|
6
|
+
A E I M M I E
|
7
|
+
A E I M QQQQQQQQQQQ M I E
|
8
|
+
A E I M Q Q M I E
|
9
|
+
A E M Q Q UUUUUUU Q M I E
|
10
|
+
A E M Q Q U U Q M I E
|
11
|
+
A E M Q Q U UUU U Q M I E
|
12
|
+
A E M Q Q U U U U Q M I E
|
13
|
+
A E M Q Q U U U U Q M I E
|
14
|
+
A E M Q Q U U U Q M I E
|
15
|
+
A E M Q Q UUUUU U Q M I A
|
16
|
+
A E M Q Q U Q M I A
|
17
|
+
A E M Q QQQQQQQQQ Q M I A
|
18
|
+
A E M Q Q M I A
|
19
|
+
A E M QQQQQQQQQQQQQ M I A
|
20
|
+
A E M M I A
|
21
|
+
A E MMMMMMMMMMMMMMMMM I A
|
22
|
+
A E I A
|
23
|
+
A EEEIIIIIIIIIIIIIIIIII A
|
24
|
+
A A
|
25
|
+
AAAAAAAAAAAAAAAAAAAAAAAAA
|
package/config/easy/SquareSpiralForAlienContact/output/12 - Test 12 = letter++ and #++, ccw.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
DDDDDDDDDDDAAAAAAAAAA
|
2
|
+
D
|
3
|
+
D GGGGGGGDDDDDDDDDDDD
|
4
|
+
D G D
|
5
|
+
D G GGGGGGGGGGGGGGG D
|
6
|
+
D G G G D
|
7
|
+
D G G GGGGGGGGGGG G D
|
8
|
+
D G G G G G D
|
9
|
+
D G G G GGGGGGG G G D
|
10
|
+
D G G G G G G G D
|
11
|
+
D G G G G JGG G G G D
|
12
|
+
D G G G G G G G G D
|
13
|
+
D G G G GGGGG G G G D
|
14
|
+
D G G G G G G D
|
15
|
+
D G G GGGGGGGGG G G D
|
16
|
+
D G G G G D
|
17
|
+
D G GGGGGGGGGGGGG G D
|
18
|
+
D G G D
|
19
|
+
D GGGGGGGGGGGGGGGGG D
|
20
|
+
D D
|
21
|
+
DDDDDDDDDDDDDDDDDDDDD
|
@@ -0,0 +1,21 @@
|
|
1
|
+
PPPPPPOOOOOOOOOOOON Z
|
2
|
+
P N Y
|
3
|
+
P KKKKKKKKJJJJJJJ N Y
|
4
|
+
P K J N X
|
5
|
+
P K HHHHHHHHHHG J N X
|
6
|
+
P K H G J N X
|
7
|
+
Q K H FFFFFFF G J N W
|
8
|
+
Q K H F F G J N W
|
9
|
+
Q K H F EEE F G J N W
|
10
|
+
Q K H F E E F G J N W
|
11
|
+
Q K H F E E F G J N V
|
12
|
+
Q L H F E F G J N V
|
13
|
+
Q L H F EEFFF G J N V
|
14
|
+
Q L H G G I M V
|
15
|
+
Q L I GGGGGGGGG I M V
|
16
|
+
Q L I I M U
|
17
|
+
R L IIIIIIIIIIIII M U
|
18
|
+
R L M U
|
19
|
+
R LLLLLLLLMMMMMMMMM U
|
20
|
+
R U
|
21
|
+
RRRRRSSSSSSSSTTTTTTTU
|
@@ -0,0 +1,25 @@
|
|
1
|
+
TTTTTUUUUUUVVVVVWWWWXXXYY
|
2
|
+
T
|
3
|
+
T LLLLLLLLLLLLLMMMMMMMMMM
|
4
|
+
S L M
|
5
|
+
S L GGGGHHHHHHHHHHHHHHH M
|
6
|
+
S K G H M
|
7
|
+
S K G DEEEEEEEEEEEEEE H M
|
8
|
+
S K G D E H N
|
9
|
+
S K G D CCCCCCCCCCC E H N
|
10
|
+
S K G D C C E I N
|
11
|
+
S K G D C ABBBBBB C E I N
|
12
|
+
R K G D B A B C E I N
|
13
|
+
R K G D B A AAA B C E I N
|
14
|
+
R K G D B A A B C E I N
|
15
|
+
R K G D B AAAAA B C E I N
|
16
|
+
R K G D B B C F I N
|
17
|
+
R K G D BBBBBBBBB C F I N
|
18
|
+
R K G D C F I N
|
19
|
+
R K G DDDDDDDDDDDCC F I N
|
20
|
+
R K G F I N
|
21
|
+
Q K GFFFFFFFFFFFFFFFF I O
|
22
|
+
Q J I O
|
23
|
+
Q JJJJJJJJJJJJJJJJIIIII O
|
24
|
+
Q O
|
25
|
+
QQQQQQPPPPPPPPPPPOOOOOOOO
|
package/config/easy/SquareSpiralForAlienContact/output/15 - Test 15 = letter-- and #++, cw.txt
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
ZZZZZZZZZZTTTTTTTTT
|
2
|
+
T
|
3
|
+
NNNNNHHHHHHHHHHHH T
|
4
|
+
N H T
|
5
|
+
N HHHHBBBBBBBBB H T
|
6
|
+
N H B H T
|
7
|
+
N H BBBBBBBBB B H T
|
8
|
+
N H B B B H T
|
9
|
+
N H B BBBBB B B H T
|
10
|
+
N H B B B B B H T
|
11
|
+
N H B B BBB B B H T
|
12
|
+
N H B B B B H T
|
13
|
+
N H B BBBBBBB B H T
|
14
|
+
N H B B H T
|
15
|
+
N H BBBBBBBBBBB H T
|
16
|
+
N H H T
|
17
|
+
N HHHHHHHHHHHHHHH T
|
18
|
+
N N
|
19
|
+
NNNNNNNNNNNNNNNNNNN
|
@@ -0,0 +1,17 @@
|
|
1
|
+
NNNOOOOOOOOOOOOOO
|
2
|
+
N O
|
3
|
+
N RRRRRSSSSSSSS O
|
4
|
+
N R S P
|
5
|
+
N R VVVVVVVWW S P
|
6
|
+
N R V W S P
|
7
|
+
N R V YYYYZ W S P
|
8
|
+
N R U Y Z W T P
|
9
|
+
N R U Y ZZZ W T P
|
10
|
+
N R U X W T P
|
11
|
+
N R U XXXXXXW T P
|
12
|
+
N Q U T P
|
13
|
+
N Q UUUUUTTTTTT P
|
14
|
+
N Q P
|
15
|
+
N QQQQQQQQQQQPPPP
|
16
|
+
M
|
17
|
+
MMMMMMMMMMMMMMMMM
|
@@ -0,0 +1,21 @@
|
|
1
|
+
GFFFFFFFFFFFFFFFFFFFF
|
2
|
+
G F
|
3
|
+
G HHHHHHHHHHHHHHHHH F
|
4
|
+
G H H F
|
5
|
+
G H JJJJJJJJJJJJJ H F
|
6
|
+
G H J J H F
|
7
|
+
G H J KKKKKKKKK J H F
|
8
|
+
G I J K K I H F
|
9
|
+
G I J K LLLLL K I H F
|
10
|
+
G I J K L L K I H F
|
11
|
+
G I J K L L L K I H F
|
12
|
+
G I J K L L L K I H F
|
13
|
+
G I J K LLL K K I H F
|
14
|
+
G I J K K K I H F
|
15
|
+
G I J KKKKKKK K I H F
|
16
|
+
G I J K I H F
|
17
|
+
G I JJJJJJJJJJK I H F
|
18
|
+
G I I H F
|
19
|
+
G IIIIIIIIIIIIIII H F
|
20
|
+
G H F
|
21
|
+
GGGGGGGGGGGGGGGGGGG F
|
package/config/easy/SquareSpiralForAlienContact/output/20 - Test 20 = letter-- and #--, ccw.txt
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
Z WWWWWWWWWWWWWWWWWWWWWWWWWWW
|
2
|
+
Z W W
|
3
|
+
Z W TTTTTTTTTTTTTTTTTTTTTTT W
|
4
|
+
Z W T T W
|
5
|
+
Z W T NNNNNNNNNQQQQQQQQQQ T W
|
6
|
+
Z W T N Q T Z
|
7
|
+
Z W T N KKKKKKKKKKKKKKK Q T Z
|
8
|
+
Z W T N K K Q T Z
|
9
|
+
Z W T N K HHHHHHHHHHH K Q T Z
|
10
|
+
Z W T N K H H K Q T Z
|
11
|
+
Z W T N K H EEEEEEE H K Q T Z
|
12
|
+
Z W T N K H E E H K Q T Z
|
13
|
+
Z W T N K H E BBB E H K Q T Z
|
14
|
+
Z W T N K H E B E E H N Q T Z
|
15
|
+
Z W T N K H E B E E H N Q T Z
|
16
|
+
Z W Q N K H E E E H N Q T Z
|
17
|
+
Z W Q N K H EEEEE E H N Q T Z
|
18
|
+
Z W Q N K H E H N Q T Z
|
19
|
+
Z W Q N K HHHHHEEEE H N Q T Z
|
20
|
+
Z W Q N K H N Q T Z
|
21
|
+
Z W Q N KKKKKKKKKKKHH N Q T Z
|
22
|
+
Z W Q N N Q T Z
|
23
|
+
Z W Q NNNNNNNNNNNNNNNNN Q T Z
|
24
|
+
Z W Q Q T Z
|
25
|
+
Z W QQQQQQQQQQQQQQQQQQQQQ T Z
|
26
|
+
Z W T Z
|
27
|
+
Z WWWWWWWWWWWWWWWWWTTTTTTTT Z
|
28
|
+
Z Z
|
29
|
+
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
|
@@ -0,0 +1,29 @@
|
|
1
|
+
JJJJJJJJJKKKKKKKKKKKKLLLLLLLL
|
2
|
+
J L
|
3
|
+
J QQQQQQQQQQRRRRRRRRRRRRRRR L
|
4
|
+
I Q R L
|
5
|
+
I Q UUUUVVVVVVVVVVVVVVVVV R L
|
6
|
+
I Q U V R L
|
7
|
+
I Q U XXXXYYYYYYYYYYYYY V R M
|
8
|
+
I Q U X Y V S M
|
9
|
+
I Q U X Z Y V S M
|
10
|
+
I Q U X Z Y V S M
|
11
|
+
I Q U X Z Y V S M
|
12
|
+
I P U X Z Y W S M
|
13
|
+
I P U X Z Y W S M
|
14
|
+
H P U X Z Y W S M
|
15
|
+
H P U X Z Y W S M
|
16
|
+
H P U X Z Y W S M
|
17
|
+
H P U X Z Y W S M
|
18
|
+
H P U X Z Y W S M
|
19
|
+
H P U X Z Y W S M
|
20
|
+
H P U X Z Y W S M
|
21
|
+
H P U X ZZZZZZZZZZZZZZZ W S N
|
22
|
+
H P U X W S N
|
23
|
+
G P U XXXXXXWWWWWWWWWWWWW S N
|
24
|
+
G P T S N
|
25
|
+
G P TTTTTTTTTTTTTTTTTTTTSSS N
|
26
|
+
G P N
|
27
|
+
G PPOOOOOOOOOOOOOOOONNNNNNNNN
|
28
|
+
G
|
29
|
+
GGFFFFFFFEEEEEEDDDDDCCCCBBBAA
|
@@ -0,0 +1,25 @@
|
|
1
|
+
MMMMMMMMMMMMMMMMMMMMMNNNN
|
2
|
+
M N
|
3
|
+
M IIIIIIIJJJJJJJJJJJJJJ N
|
4
|
+
M I J N
|
5
|
+
M I FFFFFFFFFFFFFGGGG J N
|
6
|
+
M I F G J N
|
7
|
+
M I F CCCCCCCCCCCCD G J N
|
8
|
+
L I F C D G J N
|
9
|
+
L I F C AAAAA D G J N
|
10
|
+
L I F C A D G J N
|
11
|
+
L I F C A D G J N
|
12
|
+
L I F C A D G J N
|
13
|
+
L I E B A D G J N
|
14
|
+
L I E B A D G K N
|
15
|
+
L I E B A D G K N
|
16
|
+
L I E B A D G K N
|
17
|
+
L I E B A D G K N
|
18
|
+
L I E B A D G K N
|
19
|
+
L I E BBBBBBBBBBA D G K N
|
20
|
+
L H E D G K N
|
21
|
+
L H EEEEEEEEEEEDDDD G K N
|
22
|
+
L H G K N
|
23
|
+
L HHHHHHHHHHHHHHHHHHH K N
|
24
|
+
L K N
|
25
|
+
LLLLLLLLLKKKKKKKKKKKKKK N
|
@@ -0,0 +1,31 @@
|
|
1
|
+
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
2
|
+
A
|
3
|
+
A CCCCCCCCCCCCCCCCCCCCCCCCCCCCC
|
4
|
+
A C
|
5
|
+
A C EEEEEEEEEEEEEEEEEEEEEEEEEEE
|
6
|
+
A C E
|
7
|
+
A C E GGGGGGGGGGGGGGGGGGGGGGGGG
|
8
|
+
A C E G
|
9
|
+
A C E G IIIIIIIIIIIIIIIIIIIIIII
|
10
|
+
A C E G I
|
11
|
+
A C E G I KKKKKKKKKKKKKKKKKKKKK
|
12
|
+
A C E G I K
|
13
|
+
A C E G I K LLLLLLLLLLLLLLLLMMM
|
14
|
+
A C E G I K L
|
15
|
+
A C E G I K L NNNNNNNNNNNNNNNNN
|
16
|
+
A C E G I K L N
|
17
|
+
A C E G I J L N OOOOOOOOOOOOOOO
|
18
|
+
A C E G I J L N O
|
19
|
+
A C E G I J L N O PPQQQQQQQQQQQ
|
20
|
+
A C E G I J L N O P
|
21
|
+
A C E G I J L N O P QQRRRRRRRRR
|
22
|
+
A C E G I J L N O P Q R
|
23
|
+
A C E G I J L N O P Q RRRRRRR R
|
24
|
+
A C E G I J L N O P Q R R R
|
25
|
+
A C E G I J L N O P Q R SSS R R
|
26
|
+
A C E G I J L N O P Q R S S R R
|
27
|
+
A C E G I J L N O P Q R S S R R
|
28
|
+
A C E G I J L N O P Q R S R R
|
29
|
+
A C E G I J L N O P Q R SSRRR R
|
30
|
+
A C E G I J L N O P Q R R
|
31
|
+
A C E G I J L N O P Q RRRRRRRRR
|
@@ -0,0 +1,31 @@
|
|
1
|
+
X XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
2
|
+
X X
|
3
|
+
X X WWWWWWWWWWWWWWWWWWWWWWWWWWW
|
4
|
+
X X W
|
5
|
+
X X W VVVVVVVVVVVVVVVVVVVVVVVVV
|
6
|
+
X X W V
|
7
|
+
X X W V UUUUUUUUUUUUUUUUUUUUUUU
|
8
|
+
X X W V U
|
9
|
+
X X W V U UUUUUUUUUUUUUUUUUUUUU
|
10
|
+
X X W V U U
|
11
|
+
X X W V U U TTTTTTTTTTTTTTTTTTT
|
12
|
+
X X W V U U T
|
13
|
+
X X W V U U T SSSSSSSSSSSSSSSSS
|
14
|
+
X X W V U U T S
|
15
|
+
X X W V U U T S RRRRRRRRRRRRRRR
|
16
|
+
X X W V U U T S R
|
17
|
+
X X W V U U T S R RRRRRRRRRRRRR
|
18
|
+
X X W V U U T S R R
|
19
|
+
X X W V U U T S R R QQQQQQQQQQQ
|
20
|
+
X X W V U U T S R R Q
|
21
|
+
X X W V U U T S R R Q PPPPPPPPP
|
22
|
+
X X W V U U T S R R Q P
|
23
|
+
X X W V U U T S R R Q P PPPPPPP
|
24
|
+
X X W V U U T S R R Q P P
|
25
|
+
X X W V U U T S R R Q P P OOOOO
|
26
|
+
X X W V U U T S R R Q P P O
|
27
|
+
X X W V U U T S R R Q P P O NNN
|
28
|
+
X X W V U U T S R R Q P P O N
|
29
|
+
X X W V U U T S R R Q P P O N N
|
30
|
+
X X W V U U T S R R Q P P O N N
|
31
|
+
X X W V U U T S R R Q P P O N N
|
@@ -0,0 +1,10 @@
|
|
1
|
+
const lengthofline = parseInt(readline());
|
2
|
+
const N = parseInt(readline());
|
3
|
+
for (let i = 0; i < N; i++) {
|
4
|
+
const entry = readline();
|
5
|
+
}
|
6
|
+
|
7
|
+
// Write an answer using console.log()
|
8
|
+
// To debug: console.error('Debug messages...');
|
9
|
+
|
10
|
+
console.log('Format error');
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d", $lengthofline);
|
3
|
+
fscanf(STDIN, "%d", $N);
|
4
|
+
for ($i = 0; $i < $N; $i++)
|
5
|
+
{
|
6
|
+
$entry = stream_get_line(STDIN, 50 + 1, "\n");
|
7
|
+
}
|
8
|
+
|
9
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
10
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
11
|
+
|
12
|
+
echo("Format error\n");
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/TableOfContents",
|
3
|
+
"name": "Table of Contents",
|
4
|
+
"alphanumName": "TableOfContents",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/table-of-contents",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Test",
|
9
|
+
"alphanumName": "Test",
|
10
|
+
"file": "01 - Test.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Numbers",
|
14
|
+
"alphanumName": "Numbers",
|
15
|
+
"file": "02 - Numbers.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Hell of subsections",
|
19
|
+
"alphanumName": "HellOfSubsections",
|
20
|
+
"file": "03 - Hell of subsections.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "World book",
|
24
|
+
"alphanumName": "WorldBook",
|
25
|
+
"file": "04 - World book.txt"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
1 One........................5
|
2
|
+
2 Two.......................10
|
3
|
+
3 Three.....................11
|
4
|
+
4 Four......................20
|
5
|
+
5 Five......................40
|
6
|
+
6 Six.......................45
|
7
|
+
7 Seven.....................66
|
8
|
+
8 Eight.....................80
|
9
|
+
9 Nine......................99
|
10
|
+
10 AppendixA...............100
|