@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
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,43 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [1.15.0] - 2025-05-31
|
8
|
+
### Added
|
9
|
+
- configuration for "Production Pipeline".
|
10
|
+
- configuration for "Squash Pi".
|
11
|
+
- configuration for "Egyptian multiplication".
|
12
|
+
- configuration for "Crack the Trio Code".
|
13
|
+
- configuration for "Frog Date".
|
14
|
+
- configuration for "Cows in a Maze".
|
15
|
+
- configuration for "Haunted Manor".
|
16
|
+
- configuration for "Erdős Number".
|
17
|
+
- configuration for "Sliding Maze Puzzle".
|
18
|
+
- configuration for "The Holy Grail".
|
19
|
+
- configuration for "MAGICAL FROG".
|
20
|
+
- configuration for "CG Chat Interpreter".
|
21
|
+
- configuration for "Simple CPU Emulation 1".
|
22
|
+
- configuration for "CG’s Next Top Model".
|
23
|
+
- configuration for "Symbolic system of equations".
|
24
|
+
- configuration for "Wall Street".
|
25
|
+
- configuration for "Alternative vote".
|
26
|
+
- configuration for "Hanoi tower".
|
27
|
+
- configuration for "Apple tree".
|
28
|
+
- configuration for "Breakout".
|
29
|
+
- configuration for "Max Rect".
|
30
|
+
- configuration for "Three little piggies".
|
31
|
+
- configuration for "Dumbbells solver".
|
32
|
+
- configuration for "The hungry duck - part 2".
|
33
|
+
- configuration for "Doubly solved Rubik’s cube".
|
34
|
+
- configuration for "Simplify Selection Ranges".
|
35
|
+
- configuration for "Pedestrian Traffic".
|
36
|
+
- configuration for "Cloudy Weather".
|
37
|
+
- configuration for "Monte Carlo Tree Search exercise".
|
38
|
+
- configuration for "A Game of Go".
|
39
|
+
- configuration for "Electrical grid".
|
40
|
+
|
41
|
+
### Fixed
|
42
|
+
- name and link of "The Total is Right - Weird edition".
|
43
|
+
|
7
44
|
## [1.14.0] - 2025-04-30
|
8
45
|
### Added
|
9
46
|
- configuration for "Shape Outline".
|
@@ -0,0 +1,17 @@
|
|
1
|
+
#include <iostream>
|
2
|
+
#include <string>
|
3
|
+
#include <vector>
|
4
|
+
#include <algorithm>
|
5
|
+
|
6
|
+
using namespace std;
|
7
|
+
|
8
|
+
int main()
|
9
|
+
{
|
10
|
+
string l;
|
11
|
+
getline(cin, l);
|
12
|
+
|
13
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
14
|
+
// To debug: cerr << "Debug messages..." << endl;
|
15
|
+
|
16
|
+
cout << "Good Luck!" << endl;
|
17
|
+
}
|
@@ -0,0 +1,16 @@
|
|
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
|
+
String L = in.nextLine();
|
10
|
+
|
11
|
+
// Write an answer using System.out.println()
|
12
|
+
// To debug: System.err.println("Debug messages...");
|
13
|
+
|
14
|
+
System.out.println("Good Luck!");
|
15
|
+
}
|
16
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/CrackTheTrioCode",
|
3
|
+
"name": "Crack the Trio Code",
|
4
|
+
"alphanumName": "CrackTheTrioCode",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/crack-the-trio-code",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Test 1",
|
9
|
+
"alphanumName": "test1",
|
10
|
+
"file": "01 - test 1.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Test 2",
|
14
|
+
"alphanumName": "test2",
|
15
|
+
"file": "02 - test 2.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Test 3",
|
19
|
+
"alphanumName": "test3",
|
20
|
+
"file": "03 - test 3.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Test 4",
|
24
|
+
"alphanumName": "test4",
|
25
|
+
"file": "04 - test 4.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "Test 5",
|
29
|
+
"alphanumName": "test5",
|
30
|
+
"file": "05 - test 5.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "Test 6",
|
34
|
+
"alphanumName": "test6",
|
35
|
+
"file": "06 - test 6.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "Test 7",
|
39
|
+
"alphanumName": "test7",
|
40
|
+
"file": "07 - test 7.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "Test 8",
|
44
|
+
"alphanumName": "test8",
|
45
|
+
"file": "08 - test 8.txt"
|
46
|
+
}
|
47
|
+
]
|
48
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
3,11,12,102,111,120
|
@@ -0,0 +1 @@
|
|
1
|
+
1,2,3,4,5,6,7,8,9,10,11,12,13,14
|
@@ -0,0 +1 @@
|
|
1
|
+
9,10,11,12,13,14,15,16,17,18,19
|
@@ -0,0 +1 @@
|
|
1
|
+
27,30,34,37,43,44,46,51,57
|
@@ -0,0 +1 @@
|
|
1
|
+
8,16,26,27,42,53,65,69,81,83,88,99
|
@@ -0,0 +1 @@
|
|
1
|
+
33,61,66,83,95
|
@@ -0,0 +1 @@
|
|
1
|
+
69,72,80,81,89
|
@@ -0,0 +1 @@
|
|
1
|
+
1,2,3
|
@@ -0,0 +1 @@
|
|
1
|
+
1,10,100
|
@@ -0,0 +1 @@
|
|
1
|
+
many
|
@@ -0,0 +1 @@
|
|
1
|
+
4,5,7
|
@@ -0,0 +1 @@
|
|
1
|
+
10,17,23
|
@@ -0,0 +1 @@
|
|
1
|
+
none
|
@@ -0,0 +1 @@
|
|
1
|
+
17,33,61
|
@@ -0,0 +1 @@
|
|
1
|
+
23,24,33
|
@@ -0,0 +1 @@
|
|
1
|
+
many
|
@@ -0,0 +1,18 @@
|
|
1
|
+
#include <iostream>
|
2
|
+
#include <string>
|
3
|
+
#include <vector>
|
4
|
+
#include <algorithm>
|
5
|
+
|
6
|
+
using namespace std;
|
7
|
+
|
8
|
+
int main()
|
9
|
+
{
|
10
|
+
int a;
|
11
|
+
int b;
|
12
|
+
cin >> a >> b; cin.ignore();
|
13
|
+
|
14
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
15
|
+
// To debug: cerr << "Debug messages..." << endl;
|
16
|
+
|
17
|
+
cout << "answer" << endl;
|
18
|
+
}
|
@@ -0,0 +1,17 @@
|
|
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
|
+
int a = in.nextInt();
|
10
|
+
int b = in.nextInt();
|
11
|
+
|
12
|
+
// Write an answer using System.out.println()
|
13
|
+
// To debug: System.err.println("Debug messages...");
|
14
|
+
|
15
|
+
System.out.println("answer");
|
16
|
+
}
|
17
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/EgyptianMultiplication",
|
3
|
+
"name": "Egyptian multiplication",
|
4
|
+
"alphanumName": "EgyptianMultiplication",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/egyptian-multiplication",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Simple a<b",
|
9
|
+
"alphanumName": "SimpleALTB",
|
10
|
+
"file": "01 - Simple a less than b.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Simple a>b",
|
14
|
+
"alphanumName": "SimpleAGTB",
|
15
|
+
"file": "02 - Simple a greater than b.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Zero",
|
19
|
+
"alphanumName": "Zero",
|
20
|
+
"file": "03 - Zero.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Bigger numbers",
|
24
|
+
"alphanumName": "BiggerNumbers",
|
25
|
+
"file": "04 - Bigger numbers.txt"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
3 12
|
@@ -0,0 +1 @@
|
|
1
|
+
20 2
|
@@ -0,0 +1 @@
|
|
1
|
+
0 1
|
@@ -0,0 +1 @@
|
|
1
|
+
7675 179
|
@@ -0,0 +1,14 @@
|
|
1
|
+
7675 * 179
|
2
|
+
= 7675 * 178 + 7675
|
3
|
+
= 15350 * 89 + 7675
|
4
|
+
= 15350 * 88 + 7675 + 15350
|
5
|
+
= 30700 * 44 + 7675 + 15350
|
6
|
+
= 61400 * 22 + 7675 + 15350
|
7
|
+
= 122800 * 11 + 7675 + 15350
|
8
|
+
= 122800 * 10 + 7675 + 15350 + 122800
|
9
|
+
= 245600 * 5 + 7675 + 15350 + 122800
|
10
|
+
= 245600 * 4 + 7675 + 15350 + 122800 + 245600
|
11
|
+
= 491200 * 2 + 7675 + 15350 + 122800 + 245600
|
12
|
+
= 982400 * 1 + 7675 + 15350 + 122800 + 245600
|
13
|
+
= 982400 * 0 + 7675 + 15350 + 122800 + 245600 + 982400
|
14
|
+
= 1373825
|
@@ -0,0 +1,23 @@
|
|
1
|
+
#include <iostream>
|
2
|
+
#include <string>
|
3
|
+
#include <vector>
|
4
|
+
#include <algorithm>
|
5
|
+
|
6
|
+
using namespace std;
|
7
|
+
|
8
|
+
int main()
|
9
|
+
{
|
10
|
+
int n;
|
11
|
+
cin >> n; cin.ignore();
|
12
|
+
int k;
|
13
|
+
cin >> k; cin.ignore();
|
14
|
+
for (int i = 0; i < k; i++) {
|
15
|
+
string str;
|
16
|
+
getline(cin, str);
|
17
|
+
}
|
18
|
+
|
19
|
+
// Write an answer using cout. DON'T FORGET THE "<< endl"
|
20
|
+
// To debug: cerr << "Debug messages..." << endl;
|
21
|
+
|
22
|
+
cout << "answer" << endl;
|
23
|
+
}
|
@@ -0,0 +1,23 @@
|
|
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
|
+
int n = in.nextInt();
|
10
|
+
int k = in.nextInt();
|
11
|
+
if (in.hasNextLine()) {
|
12
|
+
in.nextLine();
|
13
|
+
}
|
14
|
+
for (int i = 0; i < k; i++) {
|
15
|
+
String str = in.nextLine();
|
16
|
+
}
|
17
|
+
|
18
|
+
// Write an answer using System.out.println()
|
19
|
+
// To debug: System.err.println("Debug messages...");
|
20
|
+
|
21
|
+
System.out.println("answer");
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?php
|
2
|
+
fscanf(STDIN, "%d", $n);
|
3
|
+
fscanf(STDIN, "%d", $k);
|
4
|
+
for ($i = 0; $i < $k; $i++)
|
5
|
+
{
|
6
|
+
$str = stream_get_line(STDIN, 9 + 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("answer\n");
|
@@ -0,0 +1,10 @@
|
|
1
|
+
const n: number = parseInt(readline());
|
2
|
+
const k: number = parseInt(readline());
|
3
|
+
for (let i = 0; i < k; i++) {
|
4
|
+
const str: string = readline();
|
5
|
+
}
|
6
|
+
|
7
|
+
// Write an answer using console.log()
|
8
|
+
// To debug: console.error('Debug messages...');
|
9
|
+
|
10
|
+
console.log('answer');
|
@@ -0,0 +1,43 @@
|
|
1
|
+
{
|
2
|
+
"path": "easy/ProductionPipeline",
|
3
|
+
"name": "Production Pipeline",
|
4
|
+
"alphanumName": "ProductionPipeline",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/production-pipeline",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "Test 1",
|
9
|
+
"alphanumName": "test1",
|
10
|
+
"file": "01 - test 1.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Test 2",
|
14
|
+
"alphanumName": "test2",
|
15
|
+
"file": "02 - test 2.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Test 3",
|
19
|
+
"alphanumName": "test3",
|
20
|
+
"file": "03 - test 3.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Test 4",
|
24
|
+
"alphanumName": "test4",
|
25
|
+
"file": "04 - test 4.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "Test 5",
|
29
|
+
"alphanumName": "test5",
|
30
|
+
"file": "05 - test 5.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "Test 6",
|
34
|
+
"alphanumName": "test6",
|
35
|
+
"file": "06 - test 6.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "Test 7",
|
39
|
+
"alphanumName": "test7",
|
40
|
+
"file": "07 - test 7.txt"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
@@ -0,0 +1,152 @@
|
|
1
|
+
150
|
2
|
+
150
|
3
|
+
16<106
|
4
|
+
122<34
|
5
|
+
9<1
|
6
|
+
35<142
|
7
|
+
45<52
|
8
|
+
73<96
|
9
|
+
116<102
|
10
|
+
137<50
|
11
|
+
60<74
|
12
|
+
108<6
|
13
|
+
119<11
|
14
|
+
87<145
|
15
|
+
51<124
|
16
|
+
137<47
|
17
|
+
150<89
|
18
|
+
55<114
|
19
|
+
63<95
|
20
|
+
49<145
|
21
|
+
44<52
|
22
|
+
114<22
|
23
|
+
85<9
|
24
|
+
5<97
|
25
|
+
49<67
|
26
|
+
19<47
|
27
|
+
30<10
|
28
|
+
5<45
|
29
|
+
134<76
|
30
|
+
123<93
|
31
|
+
119<128
|
32
|
+
63<150
|
33
|
+
26<45
|
34
|
+
64<52
|
35
|
+
34<97
|
36
|
+
131<144
|
37
|
+
36<44
|
38
|
+
48<87
|
39
|
+
70<65
|
40
|
+
62<117
|
41
|
+
19<47
|
42
|
+
1<16
|
43
|
+
141<108
|
44
|
+
145<79
|
45
|
+
103<3
|
46
|
+
99<132
|
47
|
+
28<134
|
48
|
+
23<87
|
49
|
+
47<107
|
50
|
+
107<136
|
51
|
+
16<94
|
52
|
+
132<31
|
53
|
+
55<32
|
54
|
+
123<142
|
55
|
+
4<150
|
56
|
+
48<131
|
57
|
+
96<121
|
58
|
+
13<124
|
59
|
+
58<34
|
60
|
+
47<75
|
61
|
+
131<24
|
62
|
+
54<149
|
63
|
+
98<122
|
64
|
+
109<21
|
65
|
+
105<120
|
66
|
+
38<143
|
67
|
+
60<133
|
68
|
+
130<83
|
69
|
+
115<44
|
70
|
+
95<93
|
71
|
+
10<75
|
72
|
+
149<96
|
73
|
+
9<82
|
74
|
+
117<60
|
75
|
+
12<96
|
76
|
+
119<108
|
77
|
+
73<97
|
78
|
+
76<27
|
79
|
+
73<30
|
80
|
+
141<41
|
81
|
+
23<89
|
82
|
+
65<99
|
83
|
+
19<47
|
84
|
+
150<100
|
85
|
+
43<131
|
86
|
+
20<71
|
87
|
+
109<7
|
88
|
+
81<33
|
89
|
+
12<17
|
90
|
+
130<147
|
91
|
+
127<131
|
92
|
+
106<149
|
93
|
+
39<82
|
94
|
+
78<124
|
95
|
+
6<68
|
96
|
+
71<44
|
97
|
+
135<81
|
98
|
+
121<116
|
99
|
+
105<60
|
100
|
+
74<55
|
101
|
+
105<103
|
102
|
+
131<69
|
103
|
+
53<55
|
104
|
+
98<25
|
105
|
+
58<7
|
106
|
+
28<58
|
107
|
+
47<45
|
108
|
+
102<81
|
109
|
+
36<114
|
110
|
+
13<104
|
111
|
+
41<30
|
112
|
+
42<6
|
113
|
+
40<27
|
114
|
+
49<98
|
115
|
+
129<101
|
116
|
+
41<107
|
117
|
+
77<92
|
118
|
+
123<87
|
119
|
+
51<70
|
120
|
+
40<38
|
121
|
+
48<47
|
122
|
+
12<149
|
123
|
+
142<10
|
124
|
+
135<31
|
125
|
+
53<13
|
126
|
+
136<111
|
127
|
+
66<67
|
128
|
+
16<139
|
129
|
+
148<96
|
130
|
+
88<18
|
131
|
+
70<139
|
132
|
+
69<54
|
133
|
+
117<40
|
134
|
+
39<110
|
135
|
+
43<56
|
136
|
+
87<117
|
137
|
+
44<141
|
138
|
+
7<82
|
139
|
+
19<73
|
140
|
+
68<17
|
141
|
+
29<84
|
142
|
+
47<12
|
143
|
+
62<144
|
144
|
+
109<83
|
145
|
+
47<63
|
146
|
+
85<68
|
147
|
+
71<142
|
148
|
+
24<107
|
149
|
+
88<21
|
150
|
+
117<129
|
151
|
+
16<46
|
152
|
+
17<112
|