@cyrilverloop/codingame-configuration 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.cpp +17 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.java +16 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.js +6 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.php +7 -0
- package/config/easy/CrackTheTrioCode/code/CGCode.ts +6 -0
- package/config/easy/CrackTheTrioCode/config.json +48 -0
- package/config/easy/CrackTheTrioCode/input/01 - test 1.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/02 - test 2.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/03 - test 3.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/04 - test 4.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/05 - test 5.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/06 - test 6.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/07 - test 7.txt +1 -0
- package/config/easy/CrackTheTrioCode/input/08 - test 8.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/01 - test 1.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/02 - test 2.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/03 - test 3.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/04 - test 4.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/05 - test 5.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/06 - test 6.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/07 - test 7.txt +1 -0
- package/config/easy/CrackTheTrioCode/output/08 - test 8.txt +1 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.cpp +18 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.java +17 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.js +8 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.php +7 -0
- package/config/easy/EgyptianMultiplication/code/CGCode.ts +8 -0
- package/config/easy/EgyptianMultiplication/config.json +28 -0
- package/config/easy/EgyptianMultiplication/input/01 - Simple a less than b.txt +1 -0
- package/config/easy/EgyptianMultiplication/input/02 - Simple a greater than b.txt +1 -0
- package/config/easy/EgyptianMultiplication/input/03 - Zero.txt +1 -0
- package/config/easy/EgyptianMultiplication/input/04 - Bigger numbers.txt +1 -0
- package/config/easy/EgyptianMultiplication/output/01 - Simple a less than b.txt +5 -0
- package/config/easy/EgyptianMultiplication/output/02 - Simple a greater than b.txt +4 -0
- package/config/easy/EgyptianMultiplication/output/03 - Zero.txt +2 -0
- package/config/easy/EgyptianMultiplication/output/04 - Bigger numbers.txt +14 -0
- package/config/easy/ProductionPipeline/code/CGCode.cpp +23 -0
- package/config/easy/ProductionPipeline/code/CGCode.java +23 -0
- package/config/easy/ProductionPipeline/code/CGCode.js +10 -0
- package/config/easy/ProductionPipeline/code/CGCode.php +12 -0
- package/config/easy/ProductionPipeline/code/CGCode.ts +10 -0
- package/config/easy/ProductionPipeline/config.json +43 -0
- package/config/easy/ProductionPipeline/input/01 - test 1.txt +5 -0
- package/config/easy/ProductionPipeline/input/02 - test 2.txt +7 -0
- package/config/easy/ProductionPipeline/input/03 - test 3.txt +9 -0
- package/config/easy/ProductionPipeline/input/04 - test 4.txt +2 -0
- package/config/easy/ProductionPipeline/input/05 - test 5.txt +4 -0
- package/config/easy/ProductionPipeline/input/06 - test 6.txt +152 -0
- package/config/easy/ProductionPipeline/input/07 - test 7.txt +252 -0
- package/config/easy/ProductionPipeline/output/01 - test 1.txt +1 -0
- package/config/easy/ProductionPipeline/output/02 - test 2.txt +1 -0
- package/config/easy/ProductionPipeline/output/03 - test 3.txt +1 -0
- package/config/easy/ProductionPipeline/output/04 - test 4.txt +1 -0
- package/config/easy/ProductionPipeline/output/05 - test 5.txt +1 -0
- package/config/easy/ProductionPipeline/output/06 - test 6.txt +1 -0
- package/config/easy/ProductionPipeline/output/07 - test 7.txt +1 -0
- package/config/easy/SquashPi/code/CGCode.cpp +19 -0
- package/config/easy/SquashPi/code/CGCode.java +17 -0
- package/config/easy/SquashPi/code/CGCode.js +7 -0
- package/config/easy/SquashPi/code/CGCode.php +8 -0
- package/config/easy/SquashPi/code/CGCode.ts +7 -0
- package/config/easy/SquashPi/config.json +33 -0
- package/config/easy/SquashPi/input/01 - test 1.txt +2 -0
- package/config/easy/SquashPi/input/02 - test 2.txt +2 -0
- package/config/easy/SquashPi/input/03 - test 3.txt +2 -0
- package/config/easy/SquashPi/input/04 - test 4.txt +2 -0
- package/config/easy/SquashPi/input/05 - test 5.txt +2 -0
- package/config/easy/SquashPi/output/01 - test 1.txt +1 -0
- package/config/easy/SquashPi/output/02 - test 2.txt +1 -0
- package/config/easy/SquashPi/output/03 - test 3.txt +1 -0
- package/config/easy/SquashPi/output/04 - test 4.txt +1 -0
- package/config/easy/SquashPi/output/05 - test 5.txt +1 -0
- package/config/hard/AGameOfGo/code/CGCode.cpp +27 -0
- package/config/hard/AGameOfGo/code/CGCode.java +26 -0
- package/config/hard/AGameOfGo/code/CGCode.js +13 -0
- package/config/hard/AGameOfGo/code/CGCode.php +18 -0
- package/config/hard/AGameOfGo/code/CGCode.ts +13 -0
- package/config/hard/AGameOfGo/config.json +43 -0
- package/config/hard/AGameOfGo/input/01 - Some stones on an empty field.txt +12 -0
- package/config/hard/AGameOfGo/input/02 - Stones get removed.txt +14 -0
- package/config/hard/AGameOfGo/input/03 - Field not free.txt +8 -0
- package/config/hard/AGameOfGo/input/04 - Suicidal move.txt +12 -0
- package/config/hard/AGameOfGo/input/05 - Non-Suicidal move.txt +14 -0
- package/config/hard/AGameOfGo/input/06 - Ko rule violated.txt +10 -0
- package/config/hard/AGameOfGo/input/07 - Bigger field.txt +21 -0
- package/config/hard/AGameOfGo/output/01 - Some stones on an empty field.txt +5 -0
- package/config/hard/AGameOfGo/output/02 - Stones get removed.txt +5 -0
- package/config/hard/AGameOfGo/output/03 - Field not free.txt +1 -0
- package/config/hard/AGameOfGo/output/04 - Suicidal move.txt +1 -0
- package/config/hard/AGameOfGo/output/05 - Non-Suicidal move.txt +5 -0
- package/config/hard/AGameOfGo/output/06 - Ko rule violated.txt +1 -0
- package/config/hard/AGameOfGo/output/07 - Bigger field.txt +9 -0
- package/config/hard/AlternativeVote/code/CGCode.cpp +27 -0
- package/config/hard/AlternativeVote/code/CGCode.java +29 -0
- package/config/hard/AlternativeVote/code/CGCode.js +13 -0
- package/config/hard/AlternativeVote/code/CGCode.php +16 -0
- package/config/hard/AlternativeVote/code/CGCode.ts +13 -0
- package/config/hard/AlternativeVote/config.json +28 -0
- package/config/hard/AlternativeVote/input/01 - Example.txt +12 -0
- package/config/hard/AlternativeVote/input/02 - 3 candidates.txt +10 -0
- package/config/hard/AlternativeVote/input/03 - 5 candidates.txt +17 -0
- package/config/hard/AlternativeVote/input/04 - 2 candidats.txt +1003 -0
- package/config/hard/AlternativeVote/output/01 - Example.txt +3 -0
- package/config/hard/AlternativeVote/output/02 - 3 candidates.txt +3 -0
- package/config/hard/AlternativeVote/output/03 - 5 candidates.txt +5 -0
- package/config/hard/AlternativeVote/output/04 - 2 candidats.txt +2 -0
- package/config/hard/AppleTree/code/CGCode.cpp +25 -0
- package/config/hard/AppleTree/code/CGCode.java +23 -0
- package/config/hard/AppleTree/code/CGCode.js +15 -0
- package/config/hard/AppleTree/code/CGCode.php +11 -0
- package/config/hard/AppleTree/code/CGCode.ts +15 -0
- package/config/hard/AppleTree/config.json +38 -0
- package/config/hard/AppleTree/input/01 - No collisions.txt +3 -0
- package/config/hard/AppleTree/input/02 - Single collision.txt +7 -0
- package/config/hard/AppleTree/input/03 - Multiple collisions.txt +6 -0
- package/config/hard/AppleTree/input/04 - Cascade.txt +9 -0
- package/config/hard/AppleTree/input/05 - Multiple cascades.txt +11 -0
- package/config/hard/AppleTree/input/06 - Tower.txt +101 -0
- package/config/hard/AppleTree/output/01 - No collisions.txt +1 -0
- package/config/hard/AppleTree/output/02 - Single collision.txt +1 -0
- package/config/hard/AppleTree/output/03 - Multiple collisions.txt +1 -0
- package/config/hard/AppleTree/output/04 - Cascade.txt +1 -0
- package/config/hard/AppleTree/output/05 - Multiple cascades.txt +1 -0
- package/config/hard/AppleTree/output/06 - Tower.txt +1 -0
- package/config/hard/Breakout/code/CGCode.cpp +37 -0
- package/config/hard/Breakout/code/CGCode.java +31 -0
- package/config/hard/Breakout/code/CGCode.js +25 -0
- package/config/hard/Breakout/code/CGCode.php +18 -0
- package/config/hard/Breakout/code/CGCode.ts +25 -0
- package/config/hard/Breakout/config.json +38 -0
- package/config/hard/Breakout/input/01 - Straight out.txt +6 -0
- package/config/hard/Breakout/input/02 - One brick.txt +6 -0
- package/config/hard/Breakout/input/03 - Off the walls.txt +6 -0
- package/config/hard/Breakout/input/04 - Escape.txt +53 -0
- package/config/hard/Breakout/input/05 - Off the paddle.txt +6 -0
- package/config/hard/Breakout/input/06 - Good game.txt +88 -0
- package/config/hard/Breakout/output/01 - Straight out.txt +1 -0
- package/config/hard/Breakout/output/02 - One brick.txt +1 -0
- package/config/hard/Breakout/output/03 - Off the walls.txt +1 -0
- package/config/hard/Breakout/output/04 - Escape.txt +1 -0
- package/config/hard/Breakout/output/05 - Off the paddle.txt +1 -0
- package/config/hard/Breakout/output/06 - Good game.txt +1 -0
- package/config/hard/CGChatInterpreter/code/CGCode.cpp +32 -0
- package/config/hard/CGChatInterpreter/code/CGCode.java +30 -0
- package/config/hard/CGChatInterpreter/code/CGCode.js +20 -0
- package/config/hard/CGChatInterpreter/code/CGCode.php +22 -0
- package/config/hard/CGChatInterpreter/code/CGCode.ts +20 -0
- package/config/hard/CGChatInterpreter/config.json +63 -0
- package/config/hard/CGChatInterpreter/input/01 - Syntax Constants.txt +29 -0
- package/config/hard/CGChatInterpreter/input/02 - Syntax Context.txt +42 -0
- package/config/hard/CGChatInterpreter/input/03 - Syntax Addition.txt +21 -0
- package/config/hard/CGChatInterpreter/input/04 - Syntax Subtraction.txt +20 -0
- package/config/hard/CGChatInterpreter/input/05 - Syntax Multiplication.txt +22 -0
- package/config/hard/CGChatInterpreter/input/06 - Syntax Squares.txt +17 -0
- package/config/hard/CGChatInterpreter/input/07 - Syntax me and you.txt +32 -0
- package/config/hard/CGChatInterpreter/input/08 - Syntax Nick references.txt +33 -0
- package/config/hard/CGChatInterpreter/input/09 - Syntax pop, dup, flip.txt +35 -0
- package/config/hard/CGChatInterpreter/input/10 - Syntax Nested arithmetic.txt +21 -0
- package/config/hard/CGChatInterpreter/input/11 - Quiz.txt +96 -0
- package/config/hard/CGChatInterpreter/output/01 - Syntax Constants.txt +1 -0
- package/config/hard/CGChatInterpreter/output/02 - Syntax Context.txt +1 -0
- package/config/hard/CGChatInterpreter/output/03 - Syntax Addition.txt +1 -0
- package/config/hard/CGChatInterpreter/output/04 - Syntax Subtraction.txt +1 -0
- package/config/hard/CGChatInterpreter/output/05 - Syntax Multiplication.txt +1 -0
- package/config/hard/CGChatInterpreter/output/06 - Syntax Squares.txt +1 -0
- package/config/hard/CGChatInterpreter/output/07 - Syntax me and you.txt +1 -0
- package/config/hard/CGChatInterpreter/output/08 - Syntax Nick references.txt +1 -0
- package/config/hard/CGChatInterpreter/output/09 - Syntax pop, dup, flip.txt +1 -0
- package/config/hard/CGChatInterpreter/output/10 - Syntax Nested arithmetic.txt +1 -0
- package/config/hard/CGChatInterpreter/output/11 - Quiz.txt +1 -0
- package/config/hard/CGsNextTopModel/code/CGCode.cpp +19 -0
- package/config/hard/CGsNextTopModel/code/CGCode.java +17 -0
- package/config/hard/CGsNextTopModel/code/CGCode.js +7 -0
- package/config/hard/CGsNextTopModel/code/CGCode.php +8 -0
- package/config/hard/CGsNextTopModel/code/CGCode.ts +7 -0
- package/config/hard/CGsNextTopModel/config.json +53 -0
- package/config/hard/CGsNextTopModel/input/01 - Linear.txt +2 -0
- package/config/hard/CGsNextTopModel/input/02 - Parabola.txt +2 -0
- package/config/hard/CGsNextTopModel/input/03 - Sine.txt +2 -0
- package/config/hard/CGsNextTopModel/input/04 - Exponential.txt +2 -0
- package/config/hard/CGsNextTopModel/input/05 - Mystery One.txt +2 -0
- package/config/hard/CGsNextTopModel/input/06 - Mystery Two.txt +2 -0
- package/config/hard/CGsNextTopModel/input/07 - Mystery Three.txt +2 -0
- package/config/hard/CGsNextTopModel/input/08 - Are you using test data correctly.txt +2 -0
- package/config/hard/CGsNextTopModel/input/09 - Make sure to use training and test.txt +2 -0
- package/config/hard/CGsNextTopModel/output/01 - Linear.txt +1 -0
- package/config/hard/CGsNextTopModel/output/02 - Parabola.txt +1 -0
- package/config/hard/CGsNextTopModel/output/03 - Sine.txt +1 -0
- package/config/hard/CGsNextTopModel/output/04 - Exponential.txt +1 -0
- package/config/hard/CGsNextTopModel/output/05 - Mystery One.txt +1 -0
- package/config/hard/CGsNextTopModel/output/06 - Mystery Two.txt +1 -0
- package/config/hard/CGsNextTopModel/output/07 - Mystery Three.txt +1 -0
- package/config/hard/CGsNextTopModel/output/08 - Are you using test data correctly.txt +1 -0
- package/config/hard/CGsNextTopModel/output/09 - Make sure to use training and test.txt +1 -0
- package/config/hard/CloudyWeather/code/CGCode.cpp +30 -0
- package/config/hard/CloudyWeather/code/CGCode.java +26 -0
- package/config/hard/CloudyWeather/code/CGCode.js +19 -0
- package/config/hard/CloudyWeather/code/CGCode.php +13 -0
- package/config/hard/CloudyWeather/code/CGCode.ts +19 -0
- package/config/hard/CloudyWeather/config.json +53 -0
- package/config/hard/CloudyWeather/input/01 - Very small map #1.txt +7 -0
- package/config/hard/CloudyWeather/input/02 - Small map #2.txt +43 -0
- package/config/hard/CloudyWeather/input/03 - Small map #3.txt +43 -0
- package/config/hard/CloudyWeather/input/04 - Medium map #1.txt +53 -0
- package/config/hard/CloudyWeather/input/05 - Medium map #2.txt +103 -0
- package/config/hard/CloudyWeather/input/06 - Large map #1.txt +153 -0
- package/config/hard/CloudyWeather/input/07 - Large map #2.txt +203 -0
- package/config/hard/CloudyWeather/input/08 - Large map #3.txt +253 -0
- package/config/hard/CloudyWeather/input/09 - Large map #4.txt +253 -0
- package/config/hard/CloudyWeather/output/01 - Very small map #1.txt +1 -0
- package/config/hard/CloudyWeather/output/02 - Small map #2.txt +1 -0
- package/config/hard/CloudyWeather/output/03 - Small map #3.txt +1 -0
- package/config/hard/CloudyWeather/output/04 - Medium map #1.txt +1 -0
- package/config/hard/CloudyWeather/output/05 - Medium map #2.txt +1 -0
- package/config/hard/CloudyWeather/output/06 - Large map #1.txt +1 -0
- package/config/hard/CloudyWeather/output/07 - Large map #2.txt +1 -0
- package/config/hard/CloudyWeather/output/08 - Large map #3.txt +1 -0
- package/config/hard/CloudyWeather/output/09 - Large map #4.txt +1 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.cpp +19 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.java +18 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.js +8 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.php +10 -0
- package/config/hard/DoublySolvedRubiksCube/code/CGCode.ts +8 -0
- package/config/hard/DoublySolvedRubiksCube/config.json +78 -0
- package/config/hard/DoublySolvedRubiksCube/input/01 - Single rotation.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/02 - Middle slice.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/03 - Solved.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/04 - 2 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/05 - 5 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/06 - 10 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/07 - 15 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/08 - 20 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/09 - 1000 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/10 - Random state 1.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/11 - Random state 2.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/12 - Random state 3.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/13 - Random state 4.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/input/14 - Random state 5.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/01 - Single rotation.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/02 - Middle slice.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/03 - Solved.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/04 - 2 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/05 - 5 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/06 - 10 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/07 - 15 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/08 - 20 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/09 - 1000 twists.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/10 - Random state 1.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/11 - Random state 2.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/12 - Random state 3.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/13 - Random state 4.txt +11 -0
- package/config/hard/DoublySolvedRubiksCube/output/14 - Random state 5.txt +11 -0
- package/config/hard/DumbbellsSolver/code/CGCode.cpp +26 -0
- package/config/hard/DumbbellsSolver/code/CGCode.java +26 -0
- package/config/hard/DumbbellsSolver/code/CGCode.js +14 -0
- package/config/hard/DumbbellsSolver/code/CGCode.php +15 -0
- package/config/hard/DumbbellsSolver/code/CGCode.ts +14 -0
- package/config/hard/DumbbellsSolver/config.json +33 -0
- package/config/hard/DumbbellsSolver/input/01 - test 1 (empty not to fill).txt +5 -0
- package/config/hard/DumbbellsSolver/input/02 - test 2 (empty to fill).txt +5 -0
- package/config/hard/DumbbellsSolver/input/03 - test 3.txt +9 -0
- package/config/hard/DumbbellsSolver/input/04 - test 4.txt +7 -0
- package/config/hard/DumbbellsSolver/input/05 - test 5.txt +10 -0
- package/config/hard/DumbbellsSolver/output/01 - test 1 (empty not to fill).txt +3 -0
- package/config/hard/DumbbellsSolver/output/02 - test 2 (empty to fill).txt +3 -0
- package/config/hard/DumbbellsSolver/output/03 - test 3.txt +7 -0
- package/config/hard/DumbbellsSolver/output/04 - test 4.txt +5 -0
- package/config/hard/DumbbellsSolver/output/05 - test 5.txt +8 -0
- package/config/hard/ElectricalGrid/code/CGCode.cpp +25 -0
- package/config/hard/ElectricalGrid/code/CGCode.java +23 -0
- package/config/hard/ElectricalGrid/code/CGCode.js +15 -0
- package/config/hard/ElectricalGrid/code/CGCode.php +12 -0
- package/config/hard/ElectricalGrid/code/CGCode.ts +15 -0
- package/config/hard/ElectricalGrid/config.json +28 -0
- package/config/hard/ElectricalGrid/input/01 - Triangle.txt +4 -0
- package/config/hard/ElectricalGrid/input/02 - Some houses.txt +18 -0
- package/config/hard/ElectricalGrid/input/03 - Lonely house.txt +1 -0
- package/config/hard/ElectricalGrid/input/04 - Fully connectable.txt +7 -0
- package/config/hard/ElectricalGrid/output/01 - Triangle.txt +3 -0
- package/config/hard/ElectricalGrid/output/02 - Some houses.txt +10 -0
- package/config/hard/ElectricalGrid/output/03 - Lonely house.txt +1 -0
- package/config/hard/ElectricalGrid/output/04 - Fully connectable.txt +4 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.cpp +27 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.java +26 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.js +13 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.php +16 -0
- package/config/hard/Erd/305/221sNumber/code/CGCode.ts +13 -0
- package/config/hard/Erd/305/221sNumber/config.json +38 -0
- package/config/hard/Erd/305/221sNumber/input/01 - Albert Einstein.txt" +6 -0
- package/config/hard/Erd/305/221sNumber/input/02 - Isaac Newton.txt" +8 -0
- package/config/hard/Erd/305/221sNumber/input/03 - Paul Erd/305/221s.txt" +8 -0
- package/config/hard/Erd/305/221sNumber/input/04 - Maryam Mirzakhani.txt" +12 -0
- package/config/hard/Erd/305/221sNumber/input/05 - Andrew Wiles.txt" +18 -0
- package/config/hard/Erd/305/221sNumber/input/06 - Alan Turing.txt" +34 -0
- package/config/hard/Erd/305/221sNumber/output/01 - Albert Einstein.txt" +3 -0
- package/config/hard/Erd/305/221sNumber/output/02 - Isaac Newton.txt" +1 -0
- package/config/hard/Erd/305/221sNumber/output/03 - Paul Erd/305/221s.txt" +1 -0
- package/config/hard/Erd/305/221sNumber/output/04 - Maryam Mirzakhani.txt" +4 -0
- package/config/hard/Erd/305/221sNumber/output/05 - Andrew Wiles.txt" +4 -0
- package/config/hard/Erd/305/221sNumber/output/06 - Alan Turing.txt" +6 -0
- package/config/hard/HanoiTower/code/CGCode.cpp +20 -0
- package/config/hard/HanoiTower/code/CGCode.java +18 -0
- package/config/hard/HanoiTower/code/CGCode.js +8 -0
- package/config/hard/HanoiTower/code/CGCode.php +9 -0
- package/config/hard/HanoiTower/code/CGCode.ts +8 -0
- package/config/hard/HanoiTower/config.json +28 -0
- package/config/hard/HanoiTower/input/01 - test 1.txt +2 -0
- package/config/hard/HanoiTower/input/02 - test 2.txt +2 -0
- package/config/hard/HanoiTower/input/03 - test 3.txt +2 -0
- package/config/hard/HanoiTower/input/04 - test 4.txt +2 -0
- package/config/hard/HanoiTower/output/01 - test 1.txt +4 -0
- package/config/hard/HanoiTower/output/02 - test 2.txt +5 -0
- package/config/hard/HanoiTower/output/03 - test 3.txt +7 -0
- package/config/hard/HanoiTower/output/04 - test 4.txt +10 -0
- package/config/hard/HauntedManor/code/CGCode.cpp +41 -0
- package/config/hard/HauntedManor/code/CGCode.java +35 -0
- package/config/hard/HauntedManor/code/CGCode.js +29 -0
- package/config/hard/HauntedManor/code/CGCode.php +32 -0
- package/config/hard/HauntedManor/code/CGCode.ts +29 -0
- package/config/hard/HauntedManor/config.json +38 -0
- package/config/hard/HauntedManor/input/01 - 3x3 manor.txt +9 -0
- package/config/hard/HauntedManor/input/02 - 4x4 manor.txt +10 -0
- package/config/hard/HauntedManor/input/03 - 5x5 manor.txt +11 -0
- package/config/hard/HauntedManor/input/04 - 7x7 manor.txt +13 -0
- package/config/hard/HauntedManor/input/05 - Another 7x7 manor.txt +13 -0
- package/config/hard/HauntedManor/input/06 - Not much of a manor.txt +7 -0
- package/config/hard/HauntedManor/output/01 - 3x3 manor.txt +3 -0
- package/config/hard/HauntedManor/output/02 - 4x4 manor.txt +4 -0
- package/config/hard/HauntedManor/output/03 - 5x5 manor.txt +5 -0
- package/config/hard/HauntedManor/output/04 - 7x7 manor.txt +7 -0
- package/config/hard/HauntedManor/output/05 - Another 7x7 manor.txt +7 -0
- package/config/hard/HauntedManor/output/06 - Not much of a manor.txt +1 -0
- package/config/hard/MagicalFrog/code/CGCode.cpp +18 -0
- package/config/hard/MagicalFrog/code/CGCode.java +17 -0
- package/config/hard/MagicalFrog/code/CGCode.js +8 -0
- package/config/hard/MagicalFrog/code/CGCode.php +7 -0
- package/config/hard/MagicalFrog/code/CGCode.ts +8 -0
- package/config/hard/MagicalFrog/config.json +28 -0
- package/config/hard/MagicalFrog/input/01 - test 1.txt +1 -0
- package/config/hard/MagicalFrog/input/02 - test 2.txt +1 -0
- package/config/hard/MagicalFrog/input/03 - test 3.txt +1 -0
- package/config/hard/MagicalFrog/input/04 - test 4.txt +1 -0
- package/config/hard/MagicalFrog/output/01 - test 1.txt +1 -0
- package/config/hard/MagicalFrog/output/02 - test 2.txt +1 -0
- package/config/hard/MagicalFrog/output/03 - test 3.txt +1 -0
- package/config/hard/MagicalFrog/output/04 - test 4.txt +1 -0
- package/config/hard/MaxRect/code/CGCode.cpp +22 -0
- package/config/hard/MaxRect/code/CGCode.java +23 -0
- package/config/hard/MaxRect/code/CGCode.js +11 -0
- package/config/hard/MaxRect/code/CGCode.php +11 -0
- package/config/hard/MaxRect/code/CGCode.ts +11 -0
- package/config/hard/MaxRect/config.json +48 -0
- package/config/hard/MaxRect/input/01 - Small.txt +3 -0
- package/config/hard/MaxRect/input/02 - Medium.txt +11 -0
- package/config/hard/MaxRect/input/03 - Big.txt +31 -0
- package/config/hard/MaxRect/input/04 - Time out.txt +66 -0
- package/config/hard/MaxRect/input/05 - All Negatives.txt +4 -0
- package/config/hard/MaxRect/input/06 - 1x1.txt +2 -0
- package/config/hard/MaxRect/input/07 - One column.txt +10 -0
- package/config/hard/MaxRect/input/08 - One row.txt +2 -0
- package/config/hard/MaxRect/output/01 - Small.txt +1 -0
- package/config/hard/MaxRect/output/02 - Medium.txt +1 -0
- package/config/hard/MaxRect/output/03 - Big.txt +1 -0
- package/config/hard/MaxRect/output/04 - Time out.txt +1 -0
- package/config/hard/MaxRect/output/05 - All Negatives.txt +1 -0
- package/config/hard/MaxRect/output/06 - 1x1.txt +1 -0
- package/config/hard/MaxRect/output/07 - One column.txt +1 -0
- package/config/hard/MaxRect/output/08 - One row.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.cpp +23 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.java +21 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.js +13 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.php +11 -0
- package/config/hard/MonteCarloTreeSearchExercise/code/CGCode.ts +13 -0
- package/config/hard/MonteCarloTreeSearchExercise/config.json +43 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/01 - Tiny tree test.txt +4 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/02 - Nondeterministic scores test.txt +6 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/03 - Significant exploration test.txt +4 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/04 - UCB1-tie test.txt +5 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/05 - Small random test.txt +11 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/06 - Large test.txt +251 -0
- package/config/hard/MonteCarloTreeSearchExercise/input/07 - Another large test.txt +351 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/01 - Tiny tree test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/02 - Nondeterministic scores test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/03 - Significant exploration test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/04 - UCB1-tie test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/05 - Small random test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/06 - Large test.txt +1 -0
- package/config/hard/MonteCarloTreeSearchExercise/output/07 - Another large test.txt +1 -0
- package/config/hard/PedestrianTraffic/code/CGCode.cpp +21 -0
- package/config/hard/PedestrianTraffic/code/CGCode.java +21 -0
- package/config/hard/PedestrianTraffic/code/CGCode.js +8 -0
- package/config/hard/PedestrianTraffic/code/CGCode.php +9 -0
- package/config/hard/PedestrianTraffic/code/CGCode.ts +8 -0
- package/config/hard/PedestrianTraffic/config.json +68 -0
- package/config/hard/PedestrianTraffic/input/01 - Crossing Paths.txt +3 -0
- package/config/hard/PedestrianTraffic/input/02 - One Way Stampede.txt +3 -0
- package/config/hard/PedestrianTraffic/input/03 - Simple Dependency.txt +3 -0
- package/config/hard/PedestrianTraffic/input/04 - More Dependencies.txt +3 -0
- package/config/hard/PedestrianTraffic/input/05 - Complex Dependencies.txt +3 -0
- package/config/hard/PedestrianTraffic/input/06 - Temporary Blockage.txt +3 -0
- package/config/hard/PedestrianTraffic/input/07 - Ring Around the Rosie.txt +3 -0
- package/config/hard/PedestrianTraffic/input/08 - Empty Path.txt +3 -0
- package/config/hard/PedestrianTraffic/input/09 - Group Collision.txt +3 -0
- package/config/hard/PedestrianTraffic/input/10 - Long Path.txt +3 -0
- package/config/hard/PedestrianTraffic/input/11 - Longer Path.txt +3 -0
- package/config/hard/PedestrianTraffic/input/12 - Longest Path.txt +3 -0
- package/config/hard/PedestrianTraffic/output/01 - Crossing Paths.txt +1 -0
- package/config/hard/PedestrianTraffic/output/02 - One Way Stampede.txt +1 -0
- package/config/hard/PedestrianTraffic/output/03 - Simple Dependency.txt +1 -0
- package/config/hard/PedestrianTraffic/output/04 - More Dependencies.txt +1 -0
- package/config/hard/PedestrianTraffic/output/05 - Complex Dependencies.txt +1 -0
- package/config/hard/PedestrianTraffic/output/06 - Temporary Blockage.txt +1 -0
- package/config/hard/PedestrianTraffic/output/07 - Ring Around the Rosie.txt +1 -0
- package/config/hard/PedestrianTraffic/output/08 - Empty Path.txt +1 -0
- package/config/hard/PedestrianTraffic/output/09 - Group Collision.txt +1 -0
- package/config/hard/PedestrianTraffic/output/10 - Long Path.txt +1 -0
- package/config/hard/PedestrianTraffic/output/11 - Longer Path.txt +1 -0
- package/config/hard/PedestrianTraffic/output/12 - Longest Path.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.cpp +17 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.java +16 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.js +6 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.php +7 -0
- package/config/hard/SimpleCPUEmulation1/code/CGCode.ts +6 -0
- package/config/hard/SimpleCPUEmulation1/config.json +28 -0
- package/config/hard/SimpleCPUEmulation1/input/01 - 5+5.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/input/02 - (11-6+2) 8.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/input/03 - Overflow 145+192.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/input/04 - 15-18.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/01 - 5+5.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/02 - (11-6+2) 8.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/03 - Overflow 145+192.txt +1 -0
- package/config/hard/SimpleCPUEmulation1/output/04 - 15-18.txt +1 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.cpp +17 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.java +16 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.js +6 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.php +7 -0
- package/config/hard/SimplifySelectionRanges/code/CGCode.ts +6 -0
- package/config/hard/SimplifySelectionRanges/config.json +28 -0
- package/config/hard/SimplifySelectionRanges/input/01 - test 1.txt +1 -0
- package/config/hard/SimplifySelectionRanges/input/02 - test 2.txt +1 -0
- package/config/hard/SimplifySelectionRanges/input/03 - test 3.txt +1 -0
- package/config/hard/SimplifySelectionRanges/input/04 - test 4.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/01 - test 1.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/02 - test 2.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/03 - test 3.txt +1 -0
- package/config/hard/SimplifySelectionRanges/output/04 - test 4.txt +1 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.cpp +22 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.java +23 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.js +11 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.php +11 -0
- package/config/hard/SlidingMazePuzzle/code/CGCode.ts +11 -0
- package/config/hard/SlidingMazePuzzle/config.json +28 -0
- package/config/hard/SlidingMazePuzzle/input/01 - 9 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/input/02 - 22 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/input/03 - 42 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/input/04 - 189 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/output/01 - 9 steps.txt +10 -0
- package/config/hard/SlidingMazePuzzle/output/02 - 22 steps.txt +23 -0
- package/config/hard/SlidingMazePuzzle/output/03 - 42 steps.txt +43 -0
- package/config/hard/SlidingMazePuzzle/output/04 - 189 steps.txt +190 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.cpp +27 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.java +26 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.js +14 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.php +17 -0
- package/config/hard/SymbolicSystemOfEquations/code/CGCode.ts +14 -0
- package/config/hard/SymbolicSystemOfEquations/config.json +38 -0
- package/config/hard/SymbolicSystemOfEquations/input/01 - Example.txt +5 -0
- package/config/hard/SymbolicSystemOfEquations/input/02 - Circular reference, 2 variables.txt +5 -0
- package/config/hard/SymbolicSystemOfEquations/input/03 - Self reference.txt +5 -0
- package/config/hard/SymbolicSystemOfEquations/input/04 - No equations.txt +3 -0
- package/config/hard/SymbolicSystemOfEquations/input/05 - Levels.txt +7 -0
- package/config/hard/SymbolicSystemOfEquations/input/06 - Levels again.txt +6 -0
- package/config/hard/SymbolicSystemOfEquations/output/01 - Example.txt +3 -0
- package/config/hard/SymbolicSystemOfEquations/output/02 - Circular reference, 2 variables.txt +1 -0
- package/config/hard/SymbolicSystemOfEquations/output/03 - Self reference.txt +1 -0
- package/config/hard/SymbolicSystemOfEquations/output/04 - No equations.txt +2 -0
- package/config/hard/SymbolicSystemOfEquations/output/05 - Levels.txt +6 -0
- package/config/hard/SymbolicSystemOfEquations/output/06 - Levels again.txt +4 -0
- package/config/hard/TheHolyGrail/code/CGCode.cpp +23 -0
- package/config/hard/TheHolyGrail/code/CGCode.java +21 -0
- package/config/hard/TheHolyGrail/code/CGCode.js +13 -0
- package/config/hard/TheHolyGrail/code/CGCode.php +11 -0
- package/config/hard/TheHolyGrail/code/CGCode.ts +13 -0
- package/config/hard/TheHolyGrail/config.json +28 -0
- package/config/hard/TheHolyGrail/input/01 - Simple 3x3.txt +8 -0
- package/config/hard/TheHolyGrail/input/02 - Stairs.txt +14 -0
- package/config/hard/TheHolyGrail/input/03 - One more challenging one.txt +99 -0
- package/config/hard/TheHolyGrail/input/04 - Even more complex.txt +149 -0
- package/config/hard/TheHolyGrail/output/01 - Simple 3x3.txt +1 -0
- package/config/hard/TheHolyGrail/output/02 - Stairs.txt +1 -0
- package/config/hard/TheHolyGrail/output/03 - One more challenging one.txt +1 -0
- package/config/hard/TheHolyGrail/output/04 - Even more complex.txt +1 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.cpp +24 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.java +22 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.js +14 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.php +15 -0
- package/config/hard/TheHungryDuckPart2/code/CGCode.ts +14 -0
- package/config/hard/TheHungryDuckPart2/config.json +28 -0
- package/config/hard/TheHungryDuckPart2/input/01 - city pond.txt +16 -0
- package/config/hard/TheHungryDuckPart2/input/02 - Lake Constance.txt +41 -0
- package/config/hard/TheHungryDuckPart2/input/03 - Nile.txt +101 -0
- package/config/hard/TheHungryDuckPart2/input/04 - Atlantic Ocean.txt +66 -0
- package/config/hard/TheHungryDuckPart2/output/01 - city pond.txt +1 -0
- package/config/hard/TheHungryDuckPart2/output/02 - Lake Constance.txt +1 -0
- package/config/hard/TheHungryDuckPart2/output/03 - Nile.txt +1 -0
- package/config/hard/TheHungryDuckPart2/output/04 - Atlantic Ocean.txt +1 -0
- package/config/hard/TheTotalIsRightWeirdEdition/config.json +2 -2
- package/config/hard/ThreeLittlePiggies/code/CGCode.cpp +21 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.java +20 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.js +10 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.php +13 -0
- package/config/hard/ThreeLittlePiggies/code/CGCode.ts +10 -0
- package/config/hard/ThreeLittlePiggies/config.json +28 -0
- package/config/hard/ThreeLittlePiggies/input/01 - Day 1Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/input/02 - Night 1 Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/input/03 - Day 2 Two pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/input/04 - Night 2 Two pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/01 - Day 1Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/02 - Night 1 Three pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/03 - Day 2 Two pigs.txt +4 -0
- package/config/hard/ThreeLittlePiggies/output/04 - Night 2 Two pigs.txt +4 -0
- package/config/hard/WallStreet/code/CGCode.cpp +24 -0
- package/config/hard/WallStreet/code/CGCode.java +22 -0
- package/config/hard/WallStreet/code/CGCode.js +13 -0
- package/config/hard/WallStreet/code/CGCode.php +11 -0
- package/config/hard/WallStreet/code/CGCode.ts +13 -0
- package/config/hard/WallStreet/config.json +38 -0
- package/config/hard/WallStreet/input/01 - Simple Trade.txt +3 -0
- package/config/hard/WallStreet/input/02 - Two Symbols.txt +4 -0
- package/config/hard/WallStreet/input/03 - No Trade.txt +3 -0
- package/config/hard/WallStreet/input/04 - Multiple Trades.txt +12 -0
- package/config/hard/WallStreet/input/05 - Busy Day.txt +101 -0
- package/config/hard/WallStreet/input/06 - Crazy Day.txt +130 -0
- package/config/hard/WallStreet/output/01 - Simple Trade.txt +1 -0
- package/config/hard/WallStreet/output/02 - Two Symbols.txt +1 -0
- package/config/hard/WallStreet/output/03 - No Trade.txt +1 -0
- package/config/hard/WallStreet/output/04 - Multiple Trades.txt +9 -0
- package/config/hard/WallStreet/output/05 - Busy Day.txt +46 -0
- package/config/hard/WallStreet/output/06 - Crazy Day.txt +76 -0
- package/config/medium/CowsInAMaze/code/CGCode.cpp +29 -0
- package/config/medium/CowsInAMaze/code/CGCode.java +26 -0
- package/config/medium/CowsInAMaze/code/CGCode.js +18 -0
- package/config/medium/CowsInAMaze/code/CGCode.php +19 -0
- package/config/medium/CowsInAMaze/code/CGCode.ts +18 -0
- package/config/medium/CowsInAMaze/config.json +38 -0
- package/config/medium/CowsInAMaze/input/01 - Sample.txt +6 -0
- package/config/medium/CowsInAMaze/input/02 - Farmer Nhoj is cruel.txt +11 -0
- package/config/medium/CowsInAMaze/input/03 - Why does Farmer John have so few cows.txt +16 -0
- package/config/medium/CowsInAMaze/input/04 - BIG MAZE (actually pretty small).txt +16 -0
- package/config/medium/CowsInAMaze/input/05 - Yay all the cows survived.txt +16 -0
- package/config/medium/CowsInAMaze/input/06 - How come Nhoj only knows 1 number.txt +11 -0
- package/config/medium/CowsInAMaze/output/01 - Sample.txt +1 -0
- package/config/medium/CowsInAMaze/output/02 - Farmer Nhoj is cruel.txt +1 -0
- package/config/medium/CowsInAMaze/output/03 - Why does Farmer John have so few cows.txt +1 -0
- package/config/medium/CowsInAMaze/output/04 - BIG MAZE (actually pretty small).txt +1 -0
- package/config/medium/CowsInAMaze/output/05 - Yay all the cows survived.txt +1 -0
- package/config/medium/CowsInAMaze/output/06 - How come Nhoj only knows 1 number.txt +1 -0
- package/config/medium/FrogDate/code/CGCode.cpp +21 -0
- package/config/medium/FrogDate/code/CGCode.java +20 -0
- package/config/medium/FrogDate/code/CGCode.js +11 -0
- package/config/medium/FrogDate/code/CGCode.php +7 -0
- package/config/medium/FrogDate/code/CGCode.ts +11 -0
- package/config/medium/FrogDate/config.json +78 -0
- package/config/medium/FrogDate/input/01 - test 1.txt +1 -0
- package/config/medium/FrogDate/input/02 - test 2.txt +1 -0
- package/config/medium/FrogDate/input/03 - test 3.txt +1 -0
- package/config/medium/FrogDate/input/04 - test 4.txt +1 -0
- package/config/medium/FrogDate/input/05 - test 5.txt +1 -0
- package/config/medium/FrogDate/input/06 - test 6.txt +1 -0
- package/config/medium/FrogDate/input/07 - test 7.txt +1 -0
- package/config/medium/FrogDate/input/08 - test 8.txt +1 -0
- package/config/medium/FrogDate/input/09 - test 9.txt +1 -0
- package/config/medium/FrogDate/input/10 - test 10.txt +1 -0
- package/config/medium/FrogDate/input/11 - test 11.txt +1 -0
- package/config/medium/FrogDate/input/12 - test 12.txt +1 -0
- package/config/medium/FrogDate/input/13 - test 13.txt +1 -0
- package/config/medium/FrogDate/input/14 - test 14.txt +1 -0
- package/config/medium/FrogDate/output/01 - test 1.txt +1 -0
- package/config/medium/FrogDate/output/02 - test 2.txt +1 -0
- package/config/medium/FrogDate/output/03 - test 3.txt +1 -0
- package/config/medium/FrogDate/output/04 - test 4.txt +1 -0
- package/config/medium/FrogDate/output/05 - test 5.txt +1 -0
- package/config/medium/FrogDate/output/06 - test 6.txt +1 -0
- package/config/medium/FrogDate/output/07 - test 7.txt +1 -0
- package/config/medium/FrogDate/output/08 - test 8.txt +1 -0
- package/config/medium/FrogDate/output/09 - test 9.txt +1 -0
- package/config/medium/FrogDate/output/10 - test 10.txt +1 -0
- package/config/medium/FrogDate/output/11 - test 11.txt +1 -0
- package/config/medium/FrogDate/output/12 - test 12.txt +1 -0
- package/config/medium/FrogDate/output/13 - test 13.txt +1 -0
- package/config/medium/FrogDate/output/14 - test 14.txt +1 -0
- package/package.json +1 -1
@@ -0,0 +1,253 @@
|
|
1
|
+
905496218 266968703
|
2
|
+
431942806 845950635
|
3
|
+
250
|
4
|
+
978801626 457360492 90614277 26256136
|
5
|
+
654079139 112026520 101651201 17961651
|
6
|
+
370438196 857643206 14183912 24187409
|
7
|
+
382295635 16955004 18157322 61236149
|
8
|
+
622507012 920775405 54642092 2030157
|
9
|
+
64310093 407483451 105524098 122026346
|
10
|
+
898003799 977452264 55558815 111444138
|
11
|
+
367882076 865906539 91230237 90022640
|
12
|
+
390212604 131742796 119433217 26189117
|
13
|
+
320097626 358316952 6478671 115573548
|
14
|
+
175350841 544916998 14727467 32339559
|
15
|
+
65283213 468248985 99163070 116713972
|
16
|
+
914426883 805519939 103758675 74506710
|
17
|
+
144377645 431409973 62673797 103480489
|
18
|
+
387488214 98512629 21261383 56897568
|
19
|
+
722182001 482434210 23854939 99356626
|
20
|
+
284276350 45761435 28433782 35668892
|
21
|
+
899617262 753177901 39060169 21073674
|
22
|
+
42034174 345648954 78498553 5392711
|
23
|
+
250836278 216593873 94425372 91058260
|
24
|
+
739682646 998391615 27821018 56664549
|
25
|
+
918142077 413228808 113881844 85027956
|
26
|
+
948569264 653505529 41023412 118048272
|
27
|
+
877857175 894749232 56012517 92369128
|
28
|
+
254021385 168543997 45484023 21820329
|
29
|
+
4703902 610324597 70738011 36196570
|
30
|
+
529551239 945966791 15196625 32911374
|
31
|
+
957720037 478678255 24730824 70093652
|
32
|
+
251653628 211373058 86515553 9875943
|
33
|
+
423039133 555386815 69800588 31865156
|
34
|
+
408447105 207627397 84475908 65016816
|
35
|
+
140353948 93063672 101662912 30795383
|
36
|
+
369232078 545910671 86354351 74523697
|
37
|
+
672906952 519562995 14260543 36988808
|
38
|
+
786033172 226151984 66135990 103237350
|
39
|
+
120439450 701116195 65553503 62318222
|
40
|
+
241606189 834379906 74098844 39278091
|
41
|
+
783672475 422379002 69513977 59162872
|
42
|
+
31625231 255514882 114561408 122768125
|
43
|
+
970066012 660079339 122969792 6854647
|
44
|
+
211068269 621953516 123642922 73765906
|
45
|
+
904307257 522161821 92737245 100991437
|
46
|
+
320590275 474480230 38983697 83699584
|
47
|
+
634542691 516954807 90928802 66523727
|
48
|
+
102958335 498940540 75436261 42998639
|
49
|
+
960910135 338020701 14501985 70478518
|
50
|
+
946634072 433087467 124511677 59623591
|
51
|
+
273407582 682359037 105759383 63929719
|
52
|
+
43658682 238952445 14032153 69488194
|
53
|
+
377352927 948638270 70541057 45895488
|
54
|
+
558128370 480392488 94880134 105813308
|
55
|
+
272475749 715835801 68574711 41311064
|
56
|
+
687367943 401713249 12486020 107836813
|
57
|
+
852894534 946546747 83546088 30437786
|
58
|
+
30393391 60037206 9567399 121692875
|
59
|
+
244848729 77716235 123112762 52032125
|
60
|
+
340615553 504918440 13063254 108147632
|
61
|
+
599396646 511472011 85539010 62439749
|
62
|
+
674571629 526770884 94772169 19695176
|
63
|
+
426304269 445949608 75647114 50014044
|
64
|
+
186809955 570725556 48348745 78417629
|
65
|
+
88644987 772809515 56039716 113208531
|
66
|
+
478785783 988967849 89428259 113390532
|
67
|
+
511750980 691133137 31348152 30171698
|
68
|
+
272834941 603905830 32606440 66354393
|
69
|
+
46823155 784936592 95197402 56637246
|
70
|
+
653203665 124019642 96593258 61290575
|
71
|
+
217146653 739406254 13946670 100108879
|
72
|
+
683449117 120518587 113958399 95755105
|
73
|
+
739767774 210868332 113362805 84856225
|
74
|
+
727741449 550186454 89783207 18240385
|
75
|
+
676441284 462763698 35123569 97002608
|
76
|
+
25504670 644677590 58196062 15489665
|
77
|
+
868213704 24629920 13858233 26927320
|
78
|
+
268021769 429012077 103422195 28888401
|
79
|
+
18741666 73551139 75629410 39492168
|
80
|
+
23741586 273824312 7868029 74805449
|
81
|
+
656308662 740451578 77522759 14739990
|
82
|
+
386426978 672347334 9467741 65483921
|
83
|
+
847627272 568559212 38369805 6953627
|
84
|
+
534554912 994524984 42814761 8160229
|
85
|
+
828283882 959638447 52068333 47299237
|
86
|
+
507353661 426446619 78488594 80429284
|
87
|
+
101873417 872656801 20388286 88770196
|
88
|
+
286841638 503266238 11595861 59348554
|
89
|
+
727809813 308692032 17585642 110433799
|
90
|
+
4590704 811650674 54601909 114983271
|
91
|
+
970726384 749644768 115100775 1094884
|
92
|
+
836683964 634063254 68825400 7914692
|
93
|
+
559894520 412928707 47486144 53308245
|
94
|
+
7225788 683717117 53295686 1294900
|
95
|
+
62189978 756370613 20204788 60509524
|
96
|
+
54560401 646210456 38073276 12480098
|
97
|
+
379041941 434243660 43501644 63954596
|
98
|
+
992244472 630241275 36216915 92652402
|
99
|
+
190436171 870295591 72691031 74863905
|
100
|
+
637185174 770264175 41041578 31167283
|
101
|
+
832194588 300014028 27603410 43748151
|
102
|
+
861004094 789382745 87843078 29708706
|
103
|
+
425623130 814470418 49580695 21670607
|
104
|
+
146189039 839409170 89289163 99715983
|
105
|
+
625931828 592741679 40512624 98609678
|
106
|
+
42046276 495505200 58090645 18098608
|
107
|
+
550629271 357467777 15907362 98540760
|
108
|
+
551428090 50272032 19050660 35059017
|
109
|
+
646483239 588362378 37981715 81660740
|
110
|
+
927942600 867261649 91996242 65839909
|
111
|
+
922452708 169848589 103710892 39862435
|
112
|
+
236715100 966856545 70917537 54400742
|
113
|
+
739824378 995448233 46611699 79654084
|
114
|
+
590627355 850052728 77100762 40458105
|
115
|
+
481567349 831650118 115207249 89547151
|
116
|
+
162145240 862503755 24040770 13449362
|
117
|
+
240133230 1328122 119825604 61241407
|
118
|
+
616044318 765304198 33930349 21439500
|
119
|
+
501004678 232657772 78758708 112376389
|
120
|
+
485085892 605599910 77001595 22760176
|
121
|
+
17596609 584260777 4023803 84245324
|
122
|
+
206568014 790941110 111678386 78068876
|
123
|
+
541785331 164884945 120993448 16921355
|
124
|
+
640283612 886680592 73830589 46423247
|
125
|
+
500853151 306839939 11058127 61090818
|
126
|
+
213386603 876342762 115197808 41228754
|
127
|
+
477923403 364498033 17413685 27683592
|
128
|
+
18282819 128466841 75852035 33679225
|
129
|
+
889718919 206333523 111534326 55090905
|
130
|
+
29816259 358399913 75874406 1303294
|
131
|
+
889254531 343505054 33205791 102012433
|
132
|
+
595990754 340777196 23673806 75293842
|
133
|
+
34425435 692788282 101140073 106892964
|
134
|
+
485346809 419842776 1493002 22558084
|
135
|
+
739401233 603086488 86107074 85887595
|
136
|
+
91246774 998906028 61478206 32932590
|
137
|
+
412669312 627681373 95818680 88680847
|
138
|
+
981091274 772341699 35263273 78871474
|
139
|
+
759950338 226437218 93685598 6521543
|
140
|
+
996864537 19753713 65810243 80022454
|
141
|
+
266616688 946644045 81412991 21849457
|
142
|
+
572707807 311889604 110301415 74032136
|
143
|
+
783850908 354708590 555026 52087615
|
144
|
+
923351404 840117771 107821984 7923951
|
145
|
+
926926468 767839997 64703095 34554621
|
146
|
+
549295310 212315527 92155341 3359657
|
147
|
+
19138070 771119692 84427765 56248798
|
148
|
+
230288632 850838332 59689370 101251108
|
149
|
+
396161018 170151153 1333966 91390025
|
150
|
+
623717464 646531927 85366238 58859410
|
151
|
+
966665109 429803634 20332981 16723436
|
152
|
+
385575872 797516720 21416461 53781514
|
153
|
+
241619353 162762845 30458045 103397910
|
154
|
+
805527224 470297409 102299923 40625519
|
155
|
+
39429798 488236223 86462980 10487411
|
156
|
+
428042173 470755286 72782552 88191887
|
157
|
+
926296392 882196360 34395420 67728223
|
158
|
+
639901657 163174798 63711971 56781978
|
159
|
+
541651380 280969585 94860673 7995808
|
160
|
+
413050011 549902721 105357233 1543189
|
161
|
+
850239780 83137718 42295748 92431838
|
162
|
+
137116032 871826795 110554168 80269169
|
163
|
+
706185834 817616752 77923006 80298909
|
164
|
+
722993567 152349044 93544571 85371373
|
165
|
+
997189107 526088266 15669048 106720215
|
166
|
+
504859476 990680454 77949991 68652240
|
167
|
+
703582952 789512160 21695452 80169647
|
168
|
+
978132632 721084020 27952952 50787561
|
169
|
+
94534609 445235315 118118706 80672792
|
170
|
+
429264644 538620050 109004117 33819661
|
171
|
+
860414580 686013485 27778847 108014523
|
172
|
+
890941014 364308864 121752904 21715092
|
173
|
+
587210541 98950850 3247786 68567673
|
174
|
+
302295909 338264922 20602477 40394429
|
175
|
+
61029804 983332517 14585592 113690665
|
176
|
+
44397957 304504716 13073400 90494124
|
177
|
+
670083175 711786185 73919909 38039345
|
178
|
+
823542668 536785823 62027725 96272202
|
179
|
+
699230925 255119041 1083122 22203734
|
180
|
+
732473650 58312070 95033260 10657040
|
181
|
+
172530186 558430581 12490466 15311020
|
182
|
+
994469472 458531652 55611089 14727933
|
183
|
+
452642908 861627499 51312110 108257025
|
184
|
+
987297216 412941952 72653799 25035947
|
185
|
+
842195345 974479182 27003370 78179446
|
186
|
+
865710583 358905716 34302775 13844628
|
187
|
+
576285112 832874661 24935809 21970170
|
188
|
+
214694452 424339869 84616220 37113171
|
189
|
+
686832127 507060569 49283663 56747495
|
190
|
+
81341131 97816219 123664776 72915385
|
191
|
+
391339501 681358215 101730400 55746529
|
192
|
+
439993371 769743909 89474790 108849832
|
193
|
+
422609061 244306658 8680928 108980029
|
194
|
+
899655321 669235051 93775997 68505045
|
195
|
+
708068239 975071348 47112738 13171584
|
196
|
+
99168223 376869763 119980580 41742219
|
197
|
+
162459359 553252102 117376386 49551831
|
198
|
+
229660185 611861306 58661129 124726873
|
199
|
+
615041155 840448612 17619362 22812830
|
200
|
+
627991502 183263361 72338987 47840423
|
201
|
+
61053151 720449796 47078809 119272891
|
202
|
+
645933834 618153885 67691191 51499942
|
203
|
+
263738876 587604999 12618336 1551010
|
204
|
+
861186943 264728966 39421016 110975758
|
205
|
+
710536760 682751235 91265002 17923745
|
206
|
+
775770217 755421933 52176282 109923126
|
207
|
+
981355907 953317121 34698276 61898935
|
208
|
+
781812571 623608095 8483471 123118038
|
209
|
+
792763876 750844492 96472808 27202938
|
210
|
+
686695488 680683490 3472145 43714381
|
211
|
+
413471291 747477566 36379832 69185797
|
212
|
+
42444013 28810857 63848240 30362950
|
213
|
+
279807674 722099991 3222196 12953321
|
214
|
+
324841893 460266136 52349644 116548129
|
215
|
+
509329217 2918136 87260320 22082232
|
216
|
+
190282646 221227933 111695270 12150868
|
217
|
+
332409685 681843997 86940161 71135131
|
218
|
+
17625387 558033511 53789069 3023033
|
219
|
+
376318451 8237461 111807067 19236277
|
220
|
+
317862649 870931565 81480148 72970674
|
221
|
+
272358863 773432069 73485130 34743943
|
222
|
+
933907604 362907296 40334346 32156089
|
223
|
+
783173651 292486959 33942623 58759493
|
224
|
+
608214753 749204547 122058014 94659607
|
225
|
+
765519939 897088615 61138117 95987713
|
226
|
+
325215662 338804437 61763258 58397730
|
227
|
+
8694015 845193422 123650010 32506197
|
228
|
+
542476737 708276318 39749882 2576532
|
229
|
+
105629559 934175695 47458376 104698088
|
230
|
+
577515913 312942553 69483120 79401277
|
231
|
+
122627359 34493640 120585373 56533690
|
232
|
+
428261563 461398869 29248455 42819087
|
233
|
+
761362932 623982614 114742975 111256240
|
234
|
+
192023350 820208499 98845001 40328392
|
235
|
+
493898526 79165961 1238056 18067677
|
236
|
+
513284453 315497798 117177495 42129896
|
237
|
+
344774072 835328082 88828886 1339367
|
238
|
+
123873412 433825308 49872234 41089352
|
239
|
+
208956904 863631813 51650770 99317654
|
240
|
+
160463235 581928332 48633621 3307684
|
241
|
+
623478462 645657461 95941892 113316862
|
242
|
+
590165642 78626164 61834792 96061205
|
243
|
+
660648426 654070137 38181674 82210918
|
244
|
+
751823273 367381156 21980680 11286442
|
245
|
+
947353043 328981758 89686167 10282833
|
246
|
+
142542389 27128146 64691572 86631983
|
247
|
+
113430242 626069377 14298960 80146844
|
248
|
+
350923604 26046497 87842315 66621590
|
249
|
+
744596399 980965893 111677037 73185493
|
250
|
+
44608279 848341285 61936471 119536900
|
251
|
+
946896155 381847035 73151218 36659696
|
252
|
+
155183050 735985659 63657902 81336551
|
253
|
+
334733865 902467085 51238798 7358653
|
@@ -0,0 +1 @@
|
|
1
|
+
17
|
@@ -0,0 +1 @@
|
|
1
|
+
192
|
@@ -0,0 +1 @@
|
|
1
|
+
157
|
@@ -0,0 +1 @@
|
|
1
|
+
1672
|
@@ -0,0 +1 @@
|
|
1
|
+
1150
|
@@ -0,0 +1 @@
|
|
1
|
+
1461964035
|
@@ -0,0 +1 @@
|
|
1
|
+
1516492456
|
@@ -0,0 +1 @@
|
|
1
|
+
1686430619
|
@@ -0,0 +1 @@
|
|
1
|
+
2270690306
|
@@ -0,0 +1,19 @@
|
|
1
|
+
#include <iostream>
|
2
|
+
#include <string>
|
3
|
+
#include <vector>
|
4
|
+
#include <algorithm>
|
5
|
+
|
6
|
+
using namespace std;
|
7
|
+
|
8
|
+
int main()
|
9
|
+
{
|
10
|
+
for (int i = 0; i < 11; i++) {
|
11
|
+
string cube_row;
|
12
|
+
getline(cin, cube_row);
|
13
|
+
}
|
14
|
+
|
15
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
16
|
+
// To debug: cerr << "Debug messages..." << endl;
|
17
|
+
|
18
|
+
cout << "answer" << endl;
|
19
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import java.util.*;
|
2
|
+
import java.io.*;
|
3
|
+
import java.math.*;
|
4
|
+
|
5
|
+
class Solution {
|
6
|
+
|
7
|
+
public static void main(String args[]) {
|
8
|
+
Scanner in = new Scanner(System.in);
|
9
|
+
for (int i = 0; i < 11; i++) {
|
10
|
+
String cubeRow = in.nextLine();
|
11
|
+
}
|
12
|
+
|
13
|
+
// Write an answer using System.out.println()
|
14
|
+
// To debug: System.err.println("Debug messages...");
|
15
|
+
|
16
|
+
System.out.println("answer");
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,78 @@
|
|
1
|
+
{
|
2
|
+
"path": "hard/DoublySolvedRubiksCube",
|
3
|
+
"name": "Doubly solved Rubik’s cube",
|
4
|
+
"alphanumName": "DoublySolvedRubiksCube",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/doubly-solved-rubiks-cube",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Single rotation",
|
9
|
+
"alphanumName": "SingleRotation",
|
10
|
+
"file": "01 - Single rotation.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Middle slice",
|
14
|
+
"alphanumName": "MiddleSlice",
|
15
|
+
"file": "02 - Middle slice.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Solved",
|
19
|
+
"alphanumName": "Solved",
|
20
|
+
"file": "03 - Solved.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "2 twists",
|
24
|
+
"alphanumName": "twoTwists",
|
25
|
+
"file": "04 - 2 twists.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "5 twists",
|
29
|
+
"alphanumName": "fiveTwists",
|
30
|
+
"file": "05 - 5 twists.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "10 twists",
|
34
|
+
"alphanumName": "tenTwists",
|
35
|
+
"file": "06 - 10 twists.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "15 twists",
|
39
|
+
"alphanumName": "fifteenTwists",
|
40
|
+
"file": "07 - 15 twists.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "20 twists",
|
44
|
+
"alphanumName": "twentyTwists",
|
45
|
+
"file": "08 - 20 twists.txt"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "1000 twists",
|
49
|
+
"alphanumName": "oneThousandTwists",
|
50
|
+
"file": "09 - 1000 twists.txt"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"name": "Random state 1",
|
54
|
+
"alphanumName": "RandomState1",
|
55
|
+
"file": "10 - Random state 1.txt"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"name": "Random state 2",
|
59
|
+
"alphanumName": "RandomState2",
|
60
|
+
"file": "11 - Random state 2.txt"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"name": "Random state 3",
|
64
|
+
"alphanumName": "RandomState3",
|
65
|
+
"file": "12 - Random state 3.txt"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"name": "Random state 4",
|
69
|
+
"alphanumName": "RandomState4",
|
70
|
+
"file": "13 - Random state 4.txt"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"name": "Random state 5",
|
74
|
+
"alphanumName": "RandomState5",
|
75
|
+
"file": "14 - Random state 5.txt"
|
76
|
+
}
|
77
|
+
]
|
78
|
+
}
|