@cyrilverloop/codingame-configuration 1.12.0 → 1.13.2
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 +42 -0
- package/config/easy/SaveMyDrone/code/CGCode.js +11 -0
- package/config/easy/SaveMyDrone/code/CGCode.php +13 -0
- package/config/easy/SaveMyDrone/config.json +48 -0
- package/config/easy/SaveMyDrone/input/01 - Drone Boi.txt +6 -0
- package/config/easy/SaveMyDrone/input/02 - Upside Down.txt +6 -0
- package/config/easy/SaveMyDrone/input/03 - Cluttered.txt +8 -0
- package/config/easy/SaveMyDrone/input/04 - Double Trouble.txt +8 -0
- package/config/easy/SaveMyDrone/input/05 - Huh.txt +4 -0
- package/config/easy/SaveMyDrone/input/06 - Where.txt +4 -0
- package/config/easy/SaveMyDrone/input/07 - Big Boi.txt +14 -0
- package/config/easy/SaveMyDrone/input/08 - Going Down.txt +16 -0
- package/config/easy/SaveMyDrone/output/01 - Drone Boi.txt +1 -0
- package/config/easy/SaveMyDrone/output/02 - Upside Down.txt +1 -0
- package/config/easy/SaveMyDrone/output/03 - Cluttered.txt +1 -0
- package/config/easy/SaveMyDrone/output/04 - Double Trouble.txt +1 -0
- package/config/easy/SaveMyDrone/output/05 - Huh.txt +1 -0
- package/config/easy/SaveMyDrone/output/06 - Where.txt +1 -0
- package/config/easy/SaveMyDrone/output/07 - Big Boi.txt +1 -0
- package/config/easy/SaveMyDrone/output/08 - Going Down.txt +1 -0
- package/config/easy/ShikakuSkillBuilder/code/CGCode.js +14 -0
- package/config/easy/ShikakuSkillBuilder/code/CGCode.php +15 -0
- package/config/easy/ShikakuSkillBuilder/config.json +53 -0
- package/config/easy/ShikakuSkillBuilder/input/01 - Single Shape.txt +3 -0
- package/config/easy/ShikakuSkillBuilder/input/02 - Multi-Shape.txt +3 -0
- package/config/easy/ShikakuSkillBuilder/input/03 - Two Numbers.txt +4 -0
- package/config/easy/ShikakuSkillBuilder/input/04 - Not All Can Be Covered.txt +6 -0
- package/config/easy/ShikakuSkillBuilder/input/05 - One Number, Many Option.txt +16 -0
- package/config/easy/ShikakuSkillBuilder/input/06 - Large Grid.txt +31 -0
- package/config/easy/ShikakuSkillBuilder/input/07 - Chaos - Wide.txt +5 -0
- package/config/easy/ShikakuSkillBuilder/input/08 - Chaos - Tall.txt +9 -0
- package/config/easy/ShikakuSkillBuilder/input/09 - 10 x 10 from Shikaku Solver.txt +11 -0
- package/config/easy/ShikakuSkillBuilder/output/01 - Single Shape.txt +3 -0
- package/config/easy/ShikakuSkillBuilder/output/02 - Multi-Shape.txt +4 -0
- package/config/easy/ShikakuSkillBuilder/output/03 - Two Numbers.txt +7 -0
- package/config/easy/ShikakuSkillBuilder/output/04 - Not All Can Be Covered.txt +15 -0
- package/config/easy/ShikakuSkillBuilder/output/05 - One Number, Many Option.txt +57 -0
- package/config/easy/ShikakuSkillBuilder/output/06 - Large Grid.txt +54 -0
- package/config/easy/ShikakuSkillBuilder/output/07 - Chaos - Wide.txt +22 -0
- package/config/easy/ShikakuSkillBuilder/output/08 - Chaos - Tall.txt +23 -0
- package/config/easy/ShikakuSkillBuilder/output/09 - 10 x 10 from Shikaku Solver.txt +114 -0
- package/config/easy/SignProgrammingLanguage/code/CGCode.js +6 -0
- package/config/easy/SignProgrammingLanguage/code/CGCode.php +7 -0
- package/config/easy/SignProgrammingLanguage/config.json +73 -0
- package/config/easy/SignProgrammingLanguage/input/01 - ADD.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/02 - SUB.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/03 - ADDMULN+1.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/04 - SUBMULN+1.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/05 - ADDMUL-N.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/06 - SUBMUL-N.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/07 - ADDINSTCOUNT.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/08 - NOP.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/09 - ADDINSTCOUNTNOP.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/10 - UNEVENADDINSTCOUNT.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/11 - EMPTY.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/12 - MULTIPLE.txt +1 -0
- package/config/easy/SignProgrammingLanguage/input/13 - FINALTEST.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/01 - ADD.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/02 - SUB.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/03 - ADDMULN+1.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/04 - SUBMULN+1.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/05 - ADDMUL-N.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/06 - SUBMUL-N.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/07 - ADDINSTCOUNT.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/08 - NOP.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/09 - ADDINSTCOUNTNOP.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/10 - UNEVENADDINSTCOUNT.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/11 - EMPTY.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/12 - MULTIPLE.txt +1 -0
- package/config/easy/SignProgrammingLanguage/output/13 - FINALTEST.txt +1 -0
- package/config/easy/TimerForClashOfCode/code/CGCode.js +9 -0
- package/config/easy/TimerForClashOfCode/code/CGCode.php +11 -0
- package/config/easy/TimerForClashOfCode/config.json +68 -0
- package/config/easy/TimerForClashOfCode/input/01 - 1 time stamp, timer starts game.txt +2 -0
- package/config/easy/TimerForClashOfCode/input/02 - 2 time stamps, timer starts game.txt +3 -0
- package/config/easy/TimerForClashOfCode/input/03 - 4 time stamps, timer starts game.txt +5 -0
- package/config/easy/TimerForClashOfCode/input/04 - 6 time stamps, timer starts game.txt +7 -0
- package/config/easy/TimerForClashOfCode/input/05 - 1 time stamp, timer reaches zero.txt +2 -0
- package/config/easy/TimerForClashOfCode/input/06 - 2 time stamps, timer reaches zero.txt +3 -0
- package/config/easy/TimerForClashOfCode/input/07 - 4 time stamps, timer reaches zero.txt +5 -0
- package/config/easy/TimerForClashOfCode/input/08 - 6 time stamps, timer reaches zero.txt +7 -0
- package/config/easy/TimerForClashOfCode/input/09 - 7, the room is filled.txt +8 -0
- package/config/easy/TimerForClashOfCode/input/10 - No one joins.txt +1 -0
- package/config/easy/TimerForClashOfCode/input/11 - Starting time, but someone joins.txt +6 -0
- package/config/easy/TimerForClashOfCode/input/12 - Down to the last seconds.txt +2 -0
- package/config/easy/TimerForClashOfCode/output/01 - 1 time stamp, timer starts game.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/02 - 2 time stamps, timer starts game.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/03 - 4 time stamps, timer starts game.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/04 - 6 time stamps, timer starts game.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/05 - 1 time stamp, timer reaches zero.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/06 - 2 time stamps, timer reaches zero.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/07 - 4 time stamps, timer reaches zero.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/08 - 6 time stamps, timer reaches zero.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/09 - 7, the room is filled.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/10 - No one joins.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/11 - Starting time, but someone joins.txt +1 -0
- package/config/easy/TimerForClashOfCode/output/12 - Down to the last seconds.txt +1 -0
- package/config/hard/BinaryPermutations/code/CGCode.js +13 -0
- package/config/hard/BinaryPermutations/code/CGCode.php +11 -0
- package/config/hard/BinaryPermutations/config.json +28 -0
- package/config/hard/BinaryPermutations/input/01 - Easy.txt +2 -0
- package/config/hard/BinaryPermutations/input/02 - Medium.txt +3 -0
- package/config/hard/BinaryPermutations/input/03 - 8 Bits Easy.txt +9 -0
- package/config/hard/BinaryPermutations/input/04 - 8 Bits Difficult.txt +4 -0
- package/config/hard/BinaryPermutations/output/01 - Easy.txt +1 -0
- package/config/hard/BinaryPermutations/output/02 - Medium.txt +1 -0
- package/config/hard/BinaryPermutations/output/03 - 8 Bits Easy.txt +1 -0
- package/config/hard/BinaryPermutations/output/04 - 8 Bits Difficult.txt +1 -0
- package/config/hard/Boggle/code/CGCode.js +13 -0
- package/config/hard/Boggle/code/CGCode.php +15 -0
- package/config/hard/Boggle/config.json +28 -0
- package/config/hard/Boggle/input/01 - test 1.txt +10 -0
- package/config/hard/Boggle/input/02 - test 2.txt +12 -0
- package/config/hard/Boggle/input/03 - test 3.txt +12 -0
- package/config/hard/Boggle/input/04 - test 4.txt +14 -0
- package/config/hard/Boggle/output/01 - test 1.txt +5 -0
- package/config/hard/Boggle/output/02 - test 2.txt +7 -0
- package/config/hard/Boggle/output/03 - test 3.txt +7 -0
- package/config/hard/Boggle/output/04 - test 4.txt +9 -0
- package/config/hard/Candies/code/CGCode.js +8 -0
- package/config/hard/Candies/code/CGCode.php +7 -0
- package/config/hard/Candies/config.json +48 -0
- package/config/hard/Candies/input/01 - test 1.txt +1 -0
- package/config/hard/Candies/input/02 - test 2.txt +1 -0
- package/config/hard/Candies/input/03 - test 3.txt +1 -0
- package/config/hard/Candies/input/04 - test 4.txt +1 -0
- package/config/hard/Candies/input/05 - test 5.txt +1 -0
- package/config/hard/Candies/input/06 - test 6.txt +1 -0
- package/config/hard/Candies/input/07 - test 7.txt +1 -0
- package/config/hard/Candies/input/08 - test 8.txt +1 -0
- package/config/hard/Candies/output/01 - test 1.txt +1 -0
- package/config/hard/Candies/output/02 - test 2.txt +1 -0
- package/config/hard/Candies/output/03 - test 3.txt +3 -0
- package/config/hard/Candies/output/04 - test 4.txt +8 -0
- package/config/hard/Candies/output/05 - test 5.txt +7 -0
- package/config/hard/Candies/output/06 - test 6.txt +56 -0
- package/config/hard/Candies/output/07 - test 7.txt +29 -0
- package/config/hard/Candies/output/08 - test 8.txt +61 -0
- package/config/hard/ChateauAssiege/code/CGCode.js +11 -0
- package/config/hard/ChateauAssiege/code/CGCode.php +11 -0
- package/config/hard/ChateauAssiege/config.json +43 -0
- package/config/hard/ChateauAssiege/input/01 - Enough Time.txt +5 -0
- package/config/hard/ChateauAssiege/input/02 - Collision.txt +7 -0
- package/config/hard/ChateauAssiege/input/03 - Out of Range.txt +5 -0
- package/config/hard/ChateauAssiege/input/04 - Priority Zero.txt +3 -0
- package/config/hard/ChateauAssiege/input/05 - East Criteria.txt +4 -0
- package/config/hard/ChateauAssiege/input/06 - Gauntlet 1.txt +8 -0
- package/config/hard/ChateauAssiege/input/07 - Gauntlet 2.txt +5 -0
- package/config/hard/ChateauAssiege/output/01 - Enough Time.txt +1 -0
- package/config/hard/ChateauAssiege/output/02 - Collision.txt +1 -0
- package/config/hard/ChateauAssiege/output/03 - Out of Range.txt +1 -0
- package/config/hard/ChateauAssiege/output/04 - Priority Zero.txt +1 -0
- package/config/hard/ChateauAssiege/output/05 - East Criteria.txt +1 -0
- package/config/hard/ChateauAssiege/output/06 - Gauntlet 1.txt +1 -0
- package/config/hard/ChateauAssiege/output/07 - Gauntlet 2.txt +1 -0
- package/config/hard/DrawingPolygons/code/CGCode.js +11 -0
- package/config/hard/DrawingPolygons/code/CGCode.php +11 -0
- package/config/hard/DrawingPolygons/config.json +28 -0
- package/config/hard/DrawingPolygons/input/01 - test 1.txt +5 -0
- package/config/hard/DrawingPolygons/input/02 - test 2.txt +5 -0
- package/config/hard/DrawingPolygons/input/03 - test 3.txt +11 -0
- package/config/hard/DrawingPolygons/input/04 - test 4.txt +12 -0
- package/config/hard/DrawingPolygons/output/01 - test 1.txt +1 -0
- package/config/hard/DrawingPolygons/output/02 - test 2.txt +1 -0
- package/config/hard/DrawingPolygons/output/03 - test 3.txt +1 -0
- package/config/hard/DrawingPolygons/output/04 - test 4.txt +1 -0
- package/config/hard/Elevator/code/CGCode.js +11 -0
- package/config/hard/Elevator/code/CGCode.php +7 -0
- package/config/hard/Elevator/config.json +48 -0
- package/config/hard/Elevator/input/01 - Easy Down.txt +1 -0
- package/config/hard/Elevator/input/02 - Easy Up.txt +1 -0
- package/config/hard/Elevator/input/03 - Up and Down.txt +1 -0
- package/config/hard/Elevator/input/04 - Impossible.txt +1 -0
- package/config/hard/Elevator/input/05 - Above and Below.txt +1 -0
- package/config/hard/Elevator/input/06 - Lots of Steps.txt +1 -0
- package/config/hard/Elevator/input/07 - Where/342/200/231s my floor.txt" +1 -0
- package/config/hard/Elevator/input/08 - Stuck on floor 4.txt +1 -0
- package/config/hard/Elevator/output/01 - Easy Down.txt +1 -0
- package/config/hard/Elevator/output/02 - Easy Up.txt +1 -0
- package/config/hard/Elevator/output/03 - Up and Down.txt +1 -0
- package/config/hard/Elevator/output/04 - Impossible.txt +1 -0
- package/config/hard/Elevator/output/05 - Above and Below.txt +1 -0
- package/config/hard/Elevator/output/06 - Lots of Steps.txt +1 -0
- package/config/hard/Elevator/output/07 - Where/342/200/231s my floor.txt" +1 -0
- package/config/hard/Elevator/output/08 - Stuck on floor 4.txt +1 -0
- package/config/hard/FractalCarpet/code/CGCode.js +6 -0
- package/config/hard/FractalCarpet/code/CGCode.php +3 -0
- package/config/hard/FractalCarpet/config.json +28 -0
- package/config/hard/FractalCarpet/input/01 - The Whole Carpet.txt +2 -0
- package/config/hard/FractalCarpet/input/02 - Small Patch.txt +2 -0
- package/config/hard/FractalCarpet/input/03 - Detailed Patch.txt +2 -0
- package/config/hard/FractalCarpet/input/04 - Magic Microscope Detail.txt +2 -0
- package/config/hard/FractalCarpet/output/01 - The Whole Carpet.txt +9 -0
- package/config/hard/FractalCarpet/output/02 - Small Patch.txt +3 -0
- package/config/hard/FractalCarpet/output/03 - Detailed Patch.txt +23 -0
- package/config/hard/FractalCarpet/output/04 - Magic Microscope Detail.txt +20 -0
- package/config/hard/LongestPalindrome/code/CGCode.js +6 -0
- package/config/hard/LongestPalindrome/code/CGCode.php +7 -0
- package/config/hard/LongestPalindrome/config.json +48 -0
- package/config/hard/LongestPalindrome/input/01 - palindromic word.txt +1 -0
- package/config/hard/LongestPalindrome/input/02 - middle palindrome.txt +1 -0
- package/config/hard/LongestPalindrome/input/03 - multiple sided palindrome.txt +1 -0
- package/config/hard/LongestPalindrome/input/04 - DNA medium (256 chars).txt +1 -0
- package/config/hard/LongestPalindrome/input/05 - DNA long (5000 chars).txt +1 -0
- package/config/hard/LongestPalindrome/input/06 - In PI (10 000 digits).txt +1 -0
- package/config/hard/LongestPalindrome/input/07 - long palindrome with long input (10000 chars).txt +1 -0
- package/config/hard/LongestPalindrome/input/08 - cyclic palindrom.txt +1 -0
- package/config/hard/LongestPalindrome/output/01 - palindromic word.txt +1 -0
- package/config/hard/LongestPalindrome/output/02 - middle palindrome.txt +1 -0
- package/config/hard/LongestPalindrome/output/03 - multiple sided palindrome.txt +2 -0
- package/config/hard/LongestPalindrome/output/04 - DNA medium (256 chars).txt +3 -0
- package/config/hard/LongestPalindrome/output/05 - DNA long (5000 chars).txt +2 -0
- package/config/hard/LongestPalindrome/output/06 - In PI (10 000 digits).txt +2 -0
- package/config/hard/LongestPalindrome/output/07 - long palindrome with long input (10000 chars).txt +1 -0
- package/config/hard/LongestPalindrome/output/08 - cyclic palindrom.txt +1 -0
- package/config/hard/MrsKnuthPartIII/code/CGCode.js +14 -0
- package/config/hard/MrsKnuthPartIII/code/CGCode.php +17 -0
- package/config/hard/MrsKnuthPartIII/config.json +108 -0
- package/config/hard/MrsKnuthPartIII/input/01 - 2 Lessons per Week for Ella.txt +7 -0
- package/config/hard/MrsKnuthPartIII/input/02 - 3 Lessons per Week for Ella.txt +7 -0
- package/config/hard/MrsKnuthPartIII/input/03 - 4 Lessons per Week for Ella.txt +7 -0
- package/config/hard/MrsKnuthPartIII/input/04 - Morning is Better.txt +7 -0
- package/config/hard/MrsKnuthPartIII/input/05 - Mornings are Loud.txt +6 -0
- package/config/hard/MrsKnuthPartIII/input/06 - Alphabetical.txt +8 -0
- package/config/hard/MrsKnuthPartIII/input/07 - Which Day is Better.txt +8 -0
- package/config/hard/MrsKnuthPartIII/input/08 - Maximize Continuous Free Time.txt +6 -0
- package/config/hard/MrsKnuthPartIII/input/09 - Continuous Free Time II.txt +5 -0
- package/config/hard/MrsKnuthPartIII/input/10 - Meh.txt +11 -0
- package/config/hard/MrsKnuthPartIII/input/11 - Almost Perfect Schedule.txt +10 -0
- package/config/hard/MrsKnuthPartIII/input/12 - Emma, We Need to Chat.txt +9 -0
- package/config/hard/MrsKnuthPartIII/input/13 - 4-Day Weekends!.txt +10 -0
- package/config/hard/MrsKnuthPartIII/input/14 - 3-Day Weekends!.txt +11 -0
- package/config/hard/MrsKnuthPartIII/input/15 - Let/342/200/231s Rethink This Ivy.txt" +9 -0
- package/config/hard/MrsKnuthPartIII/input/16 - 5 Days of Drums...Ugh!.txt +11 -0
- package/config/hard/MrsKnuthPartIII/input/17 - Monday at 8am...Really.txt +9 -0
- package/config/hard/MrsKnuthPartIII/input/18 - So Many Options.txt +10 -0
- package/config/hard/MrsKnuthPartIII/input/19 - Here Comes the Weekend.txt +11 -0
- package/config/hard/MrsKnuthPartIII/input/20 - Hump Day!.txt +12 -0
- package/config/hard/MrsKnuthPartIII/output/01 - 2 Lessons per Week for Ella.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/02 - 3 Lessons per Week for Ella.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/03 - 4 Lessons per Week for Ella.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/04 - Morning is Better.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/05 - Mornings are Loud.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/06 - Alphabetical.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/07 - Which Day is Better.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/08 - Maximize Continuous Free Time.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/09 - Continuous Free Time II.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/10 - Meh.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/11 - Almost Perfect Schedule.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/12 - Emma, We Need to Chat.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/13 - 4-Day Weekends!.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/14 - 3-Day Weekends!.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/15 - Let/342/200/231s Rethink This Ivy.txt" +16 -0
- package/config/hard/MrsKnuthPartIII/output/16 - 5 Days of Drums...Ugh!.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/17 - Monday at 8am...Really.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/18 - So Many Options.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/19 - Here Comes the Weekend.txt +16 -0
- package/config/hard/MrsKnuthPartIII/output/20 - Hump Day!.txt +16 -0
- package/config/hard/NeighborSumGrids/code/CGCode.js +13 -0
- package/config/hard/NeighborSumGrids/code/CGCode.php +17 -0
- package/config/hard/NeighborSumGrids/config.json +48 -0
- package/config/hard/NeighborSumGrids/input/01 - 10 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/input/02 - 13 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/input/03 - 16 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/input/04 - 19 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/input/05 - 22 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/input/06 - 22 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/input/07 - 23 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/input/08 - 23 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/01 - 10 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/02 - 13 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/03 - 16 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/04 - 19 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/05 - 22 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/06 - 22 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/07 - 23 missing.txt +5 -0
- package/config/hard/NeighborSumGrids/output/08 - 23 missing.txt +5 -0
- package/config/hard/PaperFoldingCurve/code/CGCode.js +9 -0
- package/config/hard/PaperFoldingCurve/code/CGCode.php +8 -0
- package/config/hard/PaperFoldingCurve/config.json +43 -0
- package/config/hard/PaperFoldingCurve/input/01 - Order-3.txt +2 -0
- package/config/hard/PaperFoldingCurve/input/02 - Order-5.txt +2 -0
- package/config/hard/PaperFoldingCurve/input/03 - Order-15.txt +2 -0
- package/config/hard/PaperFoldingCurve/input/04 - Order-20.txt +2 -0
- package/config/hard/PaperFoldingCurve/input/05 - Order-21.txt +2 -0
- package/config/hard/PaperFoldingCurve/input/06 - Order-40.txt +2 -0
- package/config/hard/PaperFoldingCurve/input/07 - Close to limit.txt +2 -0
- package/config/hard/PaperFoldingCurve/output/01 - Order-3.txt +1 -0
- package/config/hard/PaperFoldingCurve/output/02 - Order-5.txt +1 -0
- package/config/hard/PaperFoldingCurve/output/03 - Order-15.txt +1 -0
- package/config/hard/PaperFoldingCurve/output/04 - Order-20.txt +1 -0
- package/config/hard/PaperFoldingCurve/output/05 - Order-21.txt +1 -0
- package/config/hard/PaperFoldingCurve/output/06 - Order-40.txt +1 -0
- package/config/hard/PaperFoldingCurve/output/07 - Close to limit.txt +1 -0
- package/config/hard/SHA256Hash/code/CGCode.js +6 -0
- package/config/hard/SHA256Hash/code/CGCode.php +7 -0
- package/config/hard/SHA256Hash/config.json +33 -0
- package/config/hard/SHA256Hash/input/01 - Which house are you.txt +1 -0
- package/config/hard/SHA256Hash/input/02 - You can/342/200/231t escape!.txt" +1 -0
- package/config/hard/SHA256Hash/input/03 - Obligatory CodinGame.txt +1 -0
- package/config/hard/SHA256Hash/input/04 - Running out of ideas.txt +1 -0
- package/config/hard/SHA256Hash/input/05 - Jealous.txt +1 -0
- package/config/hard/SHA256Hash/output/01 - Which house are you.txt +1 -0
- package/config/hard/SHA256Hash/output/02 - You can/342/200/231t escape!.txt" +1 -0
- package/config/hard/SHA256Hash/output/03 - Obligatory CodinGame.txt +1 -0
- package/config/hard/SHA256Hash/output/04 - Running out of ideas.txt +1 -0
- package/config/hard/SHA256Hash/output/05 - Jealous.txt +1 -0
- package/config/hard/SecretMessageDecoding/code/CGCode.js +10 -0
- package/config/hard/SecretMessageDecoding/code/CGCode.php +12 -0
- package/config/hard/SecretMessageDecoding/config.json +33 -0
- package/config/hard/SecretMessageDecoding/input/01 - Hi.txt +4 -0
- package/config/hard/SecretMessageDecoding/input/02 - Hello!.txt +4 -0
- package/config/hard/SecretMessageDecoding/input/03 - Short message.txt +5 -0
- package/config/hard/SecretMessageDecoding/input/04 - Special characters.txt +7 -0
- package/config/hard/SecretMessageDecoding/input/05 - Long text.txt +12 -0
- package/config/hard/SecretMessageDecoding/output/01 - Hi.txt +1 -0
- package/config/hard/SecretMessageDecoding/output/02 - Hello!.txt +1 -0
- package/config/hard/SecretMessageDecoding/output/03 - Short message.txt +1 -0
- package/config/hard/SecretMessageDecoding/output/04 - Special characters.txt +1 -0
- package/config/hard/SecretMessageDecoding/output/05 - Long text.txt +1 -0
- package/config/hard/SnookerBallCollision/code/CGCode.js +15 -0
- package/config/hard/SnookerBallCollision/code/CGCode.php +10 -0
- package/config/hard/SnookerBallCollision/config.json +38 -0
- package/config/hard/SnookerBallCollision/input/01 - Static.txt +3 -0
- package/config/hard/SnookerBallCollision/input/02 - No collision (wrong direction).txt +3 -0
- package/config/hard/SnookerBallCollision/input/03 - No collision (speed too low).txt +3 -0
- package/config/hard/SnookerBallCollision/input/04 - Horizontal movement.txt +3 -0
- package/config/hard/SnookerBallCollision/input/05 - Vertical movement.txt +3 -0
- package/config/hard/SnookerBallCollision/input/06 - Normal movement.txt +3 -0
- package/config/hard/SnookerBallCollision/output/01 - Static.txt +2 -0
- package/config/hard/SnookerBallCollision/output/02 - No collision (wrong direction).txt +2 -0
- package/config/hard/SnookerBallCollision/output/03 - No collision (speed too low).txt +2 -0
- package/config/hard/SnookerBallCollision/output/04 - Horizontal movement.txt +2 -0
- package/config/hard/SnookerBallCollision/output/05 - Vertical movement.txt +2 -0
- package/config/hard/SnookerBallCollision/output/06 - Normal movement.txt +2 -0
- package/config/hard/SolveurDeMiniSudoku/code/CGCode.js +9 -0
- package/config/hard/SolveurDeMiniSudoku/code/CGCode.php +10 -0
- package/config/hard/SolveurDeMiniSudoku/config.json +28 -0
- package/config/hard/SolveurDeMiniSudoku/input/01 - test 1.txt +4 -0
- package/config/hard/SolveurDeMiniSudoku/input/02 - test 2.txt +4 -0
- package/config/hard/SolveurDeMiniSudoku/input/03 - test 3.txt +4 -0
- package/config/hard/SolveurDeMiniSudoku/input/04 - test 4.txt +4 -0
- package/config/hard/SolveurDeMiniSudoku/output/01 - test 1.txt +4 -0
- package/config/hard/SolveurDeMiniSudoku/output/02 - test 2.txt +4 -0
- package/config/hard/SolveurDeMiniSudoku/output/03 - test 3.txt +4 -0
- package/config/hard/SolveurDeMiniSudoku/output/04 - test 4.txt +4 -0
- package/config/hard/TXT2HTML/code/CGCode.js +9 -0
- package/config/hard/TXT2HTML/code/CGCode.php +11 -0
- package/config/hard/TXT2HTML/config.json +38 -0
- package/config/hard/TXT2HTML/input/01 - Case unique.txt +4 -0
- package/config/hard/TXT2HTML/input/02 - Grande case.txt +5 -0
- package/config/hard/TXT2HTML/input/03 - Une ligne, deux colonnes.txt +4 -0
- package/config/hard/TXT2HTML/input/04 - Deux lignes, quatre colonnes.txt +7 -0
- package/config/hard/TXT2HTML/input/05 - Contenu sur deux lignes.txt +7 -0
- package/config/hard/TXT2HTML/input/06 - Tableau complet.txt +18 -0
- package/config/hard/TXT2HTML/output/01 - Case unique.txt +3 -0
- package/config/hard/TXT2HTML/output/02 - Grande case.txt +3 -0
- package/config/hard/TXT2HTML/output/03 - Une ligne, deux colonnes.txt +3 -0
- package/config/hard/TXT2HTML/output/04 - Deux lignes, quatre colonnes.txt +4 -0
- package/config/hard/TXT2HTML/output/05 - Contenu sur deux lignes.txt +4 -0
- package/config/hard/TXT2HTML/output/06 - Tableau complet.txt +9 -0
- package/config/hard/TheBeautifulSequence/code/CGCode.js +10 -0
- package/config/hard/TheBeautifulSequence/code/CGCode.php +12 -0
- package/config/hard/TheBeautifulSequence/config.json +43 -0
- package/config/hard/TheBeautifulSequence/input/01 - Sample.txt +2 -0
- package/config/hard/TheBeautifulSequence/input/02 - Only one element.txt +2 -0
- package/config/hard/TheBeautifulSequence/input/03 - All the same.txt +2 -0
- package/config/hard/TheBeautifulSequence/input/04 - A larger testdata.txt +2 -0
- package/config/hard/TheBeautifulSequence/input/05 - Increasing sequence.txt +2 -0
- package/config/hard/TheBeautifulSequence/input/06 - The largest testcase.txt +2 -0
- package/config/hard/TheBeautifulSequence/input/07 - Larger than largest yet smaller.txt +2 -0
- package/config/hard/TheBeautifulSequence/output/01 - Sample.txt +1 -0
- package/config/hard/TheBeautifulSequence/output/02 - Only one element.txt +1 -0
- package/config/hard/TheBeautifulSequence/output/03 - All the same.txt +1 -0
- package/config/hard/TheBeautifulSequence/output/04 - A larger testdata.txt +1 -0
- package/config/hard/TheBeautifulSequence/output/05 - Increasing sequence.txt +1 -0
- package/config/hard/TheBeautifulSequence/output/06 - The largest testcase.txt +1 -0
- package/config/hard/TheBeautifulSequence/output/07 - Larger than largest yet smaller.txt +1 -0
- package/config/hard/TheEmpireEnigma/code/CGCode.js +10 -0
- package/config/hard/TheEmpireEnigma/code/CGCode.php +12 -0
- package/config/hard/TheEmpireEnigma/config.json +28 -0
- package/config/hard/TheEmpireEnigma/input/01 - Example.txt +8 -0
- package/config/hard/TheEmpireEnigma/input/02 - Attack!.txt +16 -0
- package/config/hard/TheEmpireEnigma/input/03 - Large offset.txt +28 -0
- package/config/hard/TheEmpireEnigma/input/04 - Huge offset and long text.txt +141 -0
- package/config/hard/TheEmpireEnigma/output/01 - Example.txt +1 -0
- package/config/hard/TheEmpireEnigma/output/02 - Attack!.txt +1 -0
- package/config/hard/TheEmpireEnigma/output/03 - Large offset.txt +1 -0
- package/config/hard/TheEmpireEnigma/output/04 - Huge offset and long text.txt +1 -0
- package/config/hard/TheHighestBuilding/code/CGCode.js +11 -0
- package/config/hard/TheHighestBuilding/code/CGCode.php +11 -0
- package/config/hard/TheHighestBuilding/config.json +38 -0
- package/config/hard/TheHighestBuilding/input/01 - test 1.txt +6 -0
- package/config/hard/TheHighestBuilding/input/02 - test 2.txt +6 -0
- package/config/hard/TheHighestBuilding/input/03 - test 3.txt +7 -0
- package/config/hard/TheHighestBuilding/input/04 - test 4.txt +11 -0
- package/config/hard/TheHighestBuilding/input/06 - test 6.txt +9 -0
- package/config/hard/TheHighestBuilding/input/07 - test 7.txt +10 -0
- package/config/hard/TheHighestBuilding/output/01 - test 1.txt +9 -0
- package/config/hard/TheHighestBuilding/output/02 - test 2.txt +5 -0
- package/config/hard/TheHighestBuilding/output/03 - test 3.txt +6 -0
- package/config/hard/TheHighestBuilding/output/04 - test 4.txt +3 -0
- package/config/hard/TheHighestBuilding/output/06 - test 6.txt +17 -0
- package/config/hard/TheHighestBuilding/output/07 - test 7.txt +19 -0
- package/config/hard/UniverseConquest/code/CGCode.js +18 -0
- package/config/hard/UniverseConquest/code/CGCode.php +15 -0
- package/config/hard/UniverseConquest/config.json +33 -0
- package/config/hard/UniverseConquest/input/01 - Head shot!.txt +7 -0
- package/config/hard/UniverseConquest/input/02 - Aim good!.txt +7 -0
- package/config/hard/UniverseConquest/input/03 - So many ships!.txt +11 -0
- package/config/hard/UniverseConquest/input/04 - With ease.txt +2 -0
- package/config/hard/UniverseConquest/input/05 - Web.txt +11 -0
- package/config/hard/UniverseConquest/output/01 - Head shot!.txt +1 -0
- package/config/hard/UniverseConquest/output/02 - Aim good!.txt +1 -0
- package/config/hard/UniverseConquest/output/03 - So many ships!.txt +1 -0
- package/config/hard/UniverseConquest/output/04 - With ease.txt +1 -0
- package/config/hard/UniverseConquest/output/05 - Web.txt +1 -0
- package/config/hard/XEggProblem/code/CGCode.js +7 -0
- package/config/hard/XEggProblem/code/CGCode.php +8 -0
- package/config/hard/XEggProblem/config.json +48 -0
- package/config/hard/XEggProblem/input/01 - 100 floors 1 egg.txt +2 -0
- package/config/hard/XEggProblem/input/02 - 1 floor 4 eggs.txt +2 -0
- package/config/hard/XEggProblem/input/03 - 100 floors 2 eggs.txt +2 -0
- package/config/hard/XEggProblem/input/04 - 100 floors 3 eggs.txt +2 -0
- package/config/hard/XEggProblem/input/05 - 1000 floors 5 eggs.txt +2 -0
- package/config/hard/XEggProblem/input/06 - 1000000 floors 10 eggs.txt +2 -0
- package/config/hard/XEggProblem/input/07 - 100000 floors 20 eggs.txt +2 -0
- package/config/hard/XEggProblem/input/08 - 1 mln floors 4 eggs.txt +2 -0
- package/config/hard/XEggProblem/output/01 - 100 floors 1 egg.txt +1 -0
- package/config/hard/XEggProblem/output/02 - 1 floor 4 eggs.txt +1 -0
- package/config/hard/XEggProblem/output/03 - 100 floors 2 eggs.txt +1 -0
- package/config/hard/XEggProblem/output/04 - 100 floors 3 eggs.txt +1 -0
- package/config/hard/XEggProblem/output/05 - 1000 floors 5 eggs.txt +1 -0
- package/config/hard/XEggProblem/output/06 - 1000000 floors 10 eggs.txt +1 -0
- package/config/hard/XEggProblem/output/07 - 100000 floors 20 eggs.txt +1 -0
- package/config/hard/XEggProblem/output/08 - 1 mln floors 4 eggs.txt +1 -0
- package/config/medium/EquationSearch/code/CGCode.js +14 -0
- package/config/medium/EquationSearch/code/CGCode.php +17 -0
- package/config/medium/EquationSearch/config.json +68 -0
- package/config/medium/EquationSearch/input/01 - No Duplicate Operands.txt +3 -0
- package/config/medium/EquationSearch/input/02 - Same Operand Twice.txt +3 -0
- package/config/medium/EquationSearch/input/03 - Only Same Operands.txt +3 -0
- package/config/medium/EquationSearch/input/04 - 6 Equations, 1 Solution.txt +3 -0
- package/config/medium/EquationSearch/input/05 - 6 Equations, Multiple Solutions.txt +3 -0
- package/config/medium/EquationSearch/input/06 - 10 Equations, 1 Solution.txt +3 -0
- package/config/medium/EquationSearch/input/07 - 10 Equations, Multiple Solutions.txt +3 -0
- package/config/medium/EquationSearch/input/08 - 13 Equations.txt +3 -0
- package/config/medium/EquationSearch/input/09 - 14 Equations.txt +3 -0
- package/config/medium/EquationSearch/input/10 - 15 Equations, 1 Solution.txt +3 -0
- package/config/medium/EquationSearch/input/11 - 15 Equations, Multiple Solutions.txt +3 -0
- package/config/medium/EquationSearch/input/12 - So Many Solutions.txt +3 -0
- package/config/medium/EquationSearch/output/01 - No Duplicate Operands.txt +4 -0
- package/config/medium/EquationSearch/output/02 - Same Operand Twice.txt +4 -0
- package/config/medium/EquationSearch/output/03 - Only Same Operands.txt +3 -0
- package/config/medium/EquationSearch/output/04 - 6 Equations, 1 Solution.txt +7 -0
- package/config/medium/EquationSearch/output/05 - 6 Equations, Multiple Solutions.txt +1 -0
- package/config/medium/EquationSearch/output/06 - 10 Equations, 1 Solution.txt +11 -0
- package/config/medium/EquationSearch/output/07 - 10 Equations, Multiple Solutions.txt +1 -0
- package/config/medium/EquationSearch/output/08 - 13 Equations.txt +1 -0
- package/config/medium/EquationSearch/output/09 - 14 Equations.txt +1 -0
- package/config/medium/EquationSearch/output/10 - 15 Equations, 1 Solution.txt +16 -0
- package/config/medium/EquationSearch/output/11 - 15 Equations, Multiple Solutions.txt +1 -0
- package/config/medium/EquationSearch/output/12 - So Many Solutions.txt +1 -0
- package/config/medium/ExcavatingPalindromes/code/CGCode.js +6 -0
- package/config/medium/ExcavatingPalindromes/code/CGCode.php +7 -0
- package/config/medium/ExcavatingPalindromes/config.json +53 -0
- package/config/medium/ExcavatingPalindromes/input/01 - test 1.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/02 - test 2.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/03 - test 3.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/04 - test 4.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/05 - test 5.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/06 - test 6.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/07 - test 7.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/08 - test 8.txt +1 -0
- package/config/medium/ExcavatingPalindromes/input/09 - test 9.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/01 - test 1.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/02 - test 2.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/03 - test 3.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/04 - test 4.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/05 - test 5.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/06 - test 6.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/07 - test 7.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/08 - test 8.txt +1 -0
- package/config/medium/ExcavatingPalindromes/output/09 - test 9.txt +1 -0
- package/config/medium/HighestTruncatedPyramid/code/CGCode.js +6 -0
- package/config/medium/HighestTruncatedPyramid/code/CGCode.php +7 -0
- package/config/medium/HighestTruncatedPyramid/config.json +33 -0
- package/config/medium/HighestTruncatedPyramid/input/01 - test 1.txt +1 -0
- package/config/medium/HighestTruncatedPyramid/input/02 - test 2.txt +1 -0
- package/config/medium/HighestTruncatedPyramid/input/03 - test 3.txt +1 -0
- package/config/medium/HighestTruncatedPyramid/input/04 - test 4.txt +1 -0
- package/config/medium/HighestTruncatedPyramid/input/06 - test 6.txt +1 -0
- package/config/medium/HighestTruncatedPyramid/output/01 - test 1.txt +1 -0
- package/config/medium/HighestTruncatedPyramid/output/02 - test 2.txt +2 -0
- package/config/medium/HighestTruncatedPyramid/output/03 - test 3.txt +2 -0
- package/config/medium/HighestTruncatedPyramid/output/04 - test 4.txt +2 -0
- package/config/medium/HighestTruncatedPyramid/output/06 - test 6.txt +7 -0
- package/config/medium/MrsKnuthPartII/code/CGCode.js +14 -0
- package/config/medium/MrsKnuthPartII/code/CGCode.php +17 -0
- package/config/medium/MrsKnuthPartII/config.json +63 -0
- package/config/medium/MrsKnuthPartII/input/01 - Basic.txt +7 -0
- package/config/medium/MrsKnuthPartII/input/02 - Still Pretty Easy.txt +9 -0
- package/config/medium/MrsKnuthPartII/input/03 - Long Day of Potential Conflicts.txt +13 -0
- package/config/medium/MrsKnuthPartII/input/04 - Two Moderate Days.txt +14 -0
- package/config/medium/MrsKnuthPartII/input/05 - Three-Day Workweek.txt +21 -0
- package/config/medium/MrsKnuthPartII/input/06 - Four Moderate Days.txt +24 -0
- package/config/medium/MrsKnuthPartII/input/07 - Four Days with Many Options.txt +25 -0
- package/config/medium/MrsKnuthPartII/input/08 - Significant Free Time.txt +21 -0
- package/config/medium/MrsKnuthPartII/input/09 - Five-Day Workweek.txt +40 -0
- package/config/medium/MrsKnuthPartII/input/10 - Five Very Full Days I.txt +49 -0
- package/config/medium/MrsKnuthPartII/input/11 - Five Very Full Days II.txt +45 -0
- package/config/medium/MrsKnuthPartII/output/01 - Basic.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/02 - Still Pretty Easy.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/03 - Long Day of Potential Conflicts.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/04 - Two Moderate Days.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/05 - Three-Day Workweek.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/06 - Four Moderate Days.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/07 - Four Days with Many Options.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/08 - Significant Free Time.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/09 - Five-Day Workweek.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/10 - Five Very Full Days I.txt +10 -0
- package/config/medium/MrsKnuthPartII/output/11 - Five Very Full Days II.txt +10 -0
- package/config/medium/Networking/code/CGCode.js +9 -0
- package/config/medium/Networking/code/CGCode.php +11 -0
- package/config/medium/Networking/config.json +38 -0
- package/config/medium/Networking/input/01 - Example.txt +6 -0
- package/config/medium/Networking/input/02 - Few, short chains.txt +11 -0
- package/config/medium/Networking/input/03 - More, longer chains.txt +101 -0
- package/config/medium/Networking/input/04 - Many, longer chains.txt +201 -0
- package/config/medium/Networking/input/05 - Many, very long chains.txt +221 -0
- package/config/medium/Networking/input/06 - Very many, short chains.txt +501 -0
- package/config/medium/Networking/output/01 - Example.txt +1 -0
- package/config/medium/Networking/output/02 - Few, short chains.txt +1 -0
- package/config/medium/Networking/output/03 - More, longer chains.txt +1 -0
- package/config/medium/Networking/output/04 - Many, longer chains.txt +1 -0
- package/config/medium/Networking/output/05 - Many, very long chains.txt +1 -0
- package/config/medium/Networking/output/06 - Very many, short chains.txt +1 -0
- package/config/medium/OneDSnakeArrange/code/CGCode.js +9 -0
- package/config/medium/OneDSnakeArrange/code/CGCode.php +11 -0
- package/config/medium/OneDSnakeArrange/config.json +73 -0
- package/config/medium/OneDSnakeArrange/input/01 - test 1.txt +4 -0
- package/config/medium/OneDSnakeArrange/input/02 - test 2.txt +11 -0
- package/config/medium/OneDSnakeArrange/input/03 - test 3.txt +101 -0
- package/config/medium/OneDSnakeArrange/input/04 - test 4.txt +201 -0
- package/config/medium/OneDSnakeArrange/input/05 - test 5.txt +181 -0
- package/config/medium/OneDSnakeArrange/input/06 - test 6.txt +4 -0
- package/config/medium/OneDSnakeArrange/input/07 - test 7.txt +51 -0
- package/config/medium/OneDSnakeArrange/input/08 - test 8.txt +51 -0
- package/config/medium/OneDSnakeArrange/input/09 - test 9.txt +51 -0
- package/config/medium/OneDSnakeArrange/input/10 - test 10.txt +51 -0
- package/config/medium/OneDSnakeArrange/input/11 - test 11.txt +51 -0
- package/config/medium/OneDSnakeArrange/input/12 - test 12.txt +51 -0
- package/config/medium/OneDSnakeArrange/input/13 - test 13.txt +51 -0
- package/config/medium/OneDSnakeArrange/output/01 - test 1.txt +3 -0
- package/config/medium/OneDSnakeArrange/output/02 - test 2.txt +10 -0
- package/config/medium/OneDSnakeArrange/output/03 - test 3.txt +100 -0
- package/config/medium/OneDSnakeArrange/output/04 - test 4.txt +200 -0
- package/config/medium/OneDSnakeArrange/output/05 - test 5.txt +180 -0
- package/config/medium/OneDSnakeArrange/output/06 - test 6.txt +3 -0
- package/config/medium/OneDSnakeArrange/output/07 - test 7.txt +50 -0
- package/config/medium/OneDSnakeArrange/output/08 - test 8.txt +50 -0
- package/config/medium/OneDSnakeArrange/output/09 - test 9.txt +50 -0
- package/config/medium/OneDSnakeArrange/output/10 - test 10.txt +50 -0
- package/config/medium/OneDSnakeArrange/output/11 - test 11.txt +50 -0
- package/config/medium/OneDSnakeArrange/output/12 - test 12.txt +50 -0
- package/config/medium/OneDSnakeArrange/output/13 - test 13.txt +50 -0
- package/package.json +1 -1
@@ -0,0 +1,11 @@
|
|
1
|
+
M 1 2 Tu 1 2 W 10 11 1 Th 9 10 F 11 1
|
2
|
+
7
|
3
|
+
Alma Flute 1 M Tu W 11 Th 10 F 11
|
4
|
+
Amy Trombone 2 M 1 2 Tu 1 2 W 10 11 1 Th 9 10 F 11 1
|
5
|
+
Ayla Clarinet 1 M 1 Tu 1 W 11 Th 9 10 F 11
|
6
|
+
Cora Trombone 1 M Tu W Th F 11 1
|
7
|
+
Jack Tuba 1 M 1 2 Tu 1 W Th 9 F 11
|
8
|
+
Joe Flute 3 M 2 Tu W 1 Th 10 F 11
|
9
|
+
Luke Flute 1 M 2 Tu 1 2 W 11 Th F 11
|
10
|
+
1
|
11
|
+
Ayla Luke
|
@@ -0,0 +1,10 @@
|
|
1
|
+
M 9 10 11 1 Tu 9 10 11 1 2 3 W 9 10 11 Th F
|
2
|
+
5
|
3
|
+
Ben Baritone 1 M 9 1 Tu 10 W 11 Th F
|
4
|
+
Ella Trombone 2 M 10 11 Tu 9 10 11 1 2 3 W 9 10 11 Th F
|
5
|
+
Jim Trombone 1 M 1 Tu 10 2 3 W 10 11 Th F
|
6
|
+
Kai Tuba 2 M 10 Tu 9 10 W 10 11 Th F
|
7
|
+
Sam Saxophone 1 M 9 1 Tu 1 W Th F
|
8
|
+
2
|
9
|
+
Ella Jim
|
10
|
+
Kai Sam
|
@@ -0,0 +1,10 @@
|
|
1
|
+
M 8 9 Tu 10 11 W 11 1 2 3 4 Th 8 9 10 F 9 10
|
2
|
+
6
|
3
|
+
Anna Flute 2 M Tu 11 W 3 Th 10 F
|
4
|
+
Drew Trumpet 1 M Tu 10 W 4 Th 8 10 F 9
|
5
|
+
Emma Saxophone 1 M 8 9 Tu W 1 3 Th 9 F
|
6
|
+
Luna Flute 1 M Tu W 11 1 Th 8 9 10 F 9
|
7
|
+
Mia Clarinet 3 M 8 9 Tu 10 11 W 11 1 2 3 4 Th 9 10 F 9 10
|
8
|
+
Noah Tuba 1 M Tu 10 W 4 Th F 10
|
9
|
+
1
|
10
|
+
Noah Anna
|
@@ -0,0 +1,11 @@
|
|
1
|
+
M 9 10 11 1 Tu 11 1 2 W 2 3 4 Th 11 1 2 3 4 F 11 1 2 3 4
|
2
|
+
6
|
3
|
+
Cole Clarinet 2 M Tu 11 W 2 Th 2 F 1
|
4
|
+
Izzy Drums 2 M 10 Tu 1 W 2 4 Th 11 1 4 F 1 2
|
5
|
+
Liam Trombone 2 M 10 11 1 Tu W 2 Th 11 1 F 4
|
6
|
+
Lola Trumpet 1 M 10 Tu W 3 Th F 11 2 3
|
7
|
+
Mike Baritone 2 M Tu 11 W 3 4 Th 4 F
|
8
|
+
Olly Clarinet 2 M Tu 2 W 3 4 Th 1 4 F 1 2 3
|
9
|
+
2
|
10
|
+
Mike Cole
|
11
|
+
Izzy Olly
|
@@ -0,0 +1,9 @@
|
|
1
|
+
M 10 11 1 2 3 4 Tu 1 2 3 4 W 9 10 11 1 Th 9 10 11 F 2 3 4
|
2
|
+
5
|
3
|
+
Alma Trombone 2 M 1 2 3 Tu 1 4 W 1 Th 9 11 F 2 3
|
4
|
+
Ben Trumpet 2 M Tu 3 W 11 1 Th F
|
5
|
+
Ivy Saxophone 3 M 2 Tu 1 2 W 9 11 1 Th 9 F 3 4
|
6
|
+
Jim Drums 1 M 10 3 Tu 2 4 W 1 Th 9 F
|
7
|
+
MJ Saxophone 2 M 11 3 4 Tu 2 3 4 W 9 10 11 Th 11 F
|
8
|
+
1
|
9
|
+
MJ Ben
|
@@ -0,0 +1,11 @@
|
|
1
|
+
M 8 9 10 Tu 8 9 10 11 1 2 W 1 2 3 Th 10 11 1 2 3 4 F 8 9 10
|
2
|
+
6
|
3
|
+
Cole Saxophone 4 M 9 10 Tu 1 W 1 2 3 Th F 9
|
4
|
+
Coop Drums 2 M Tu 10 11 2 W 2 3 Th 10 11 1 2 3 F 8
|
5
|
+
Joe Flute 1 M Tu 11 W Th 2 F 10
|
6
|
+
Luna Drums 1 M 8 10 Tu 10 W 2 Th 11 F 10
|
7
|
+
Ryan Flute 1 M 9 Tu 10 11 W 3 Th 11 F
|
8
|
+
Sam Drums 2 M 9 10 Tu 9 10 W 2 Th 11 3 F
|
9
|
+
2
|
10
|
+
Coop Ryan
|
11
|
+
Luna Joe
|
@@ -0,0 +1,9 @@
|
|
1
|
+
M 8 9 10 Tu 11 1 2 W 1 2 3 Th 2 3 4 F 9 10 11 1 2
|
2
|
+
5
|
3
|
+
Abby Tuba 2 M 8 9 Tu 11 1 W 2 Th 2 3 F 9 10 1 2
|
4
|
+
Alex Clarinet 2 M Tu 11 1 W 1 Th F
|
5
|
+
Ella Saxophone 2 M Tu W 3 Th 3 F 9 11
|
6
|
+
Isla Flute 2 M 8 9 Tu W 2 Th F 10 1
|
7
|
+
Lola Saxophone 3 M 8 9 Tu 1 2 W 1 2 3 Th 2 3 4 F 10 11 1 2
|
8
|
+
1
|
9
|
+
Alex Lola
|
@@ -0,0 +1,10 @@
|
|
1
|
+
M 10 11 1 2 Tu 8 9 10 11 W 11 1 2 Th 10 11 1 F 2 3 4
|
2
|
+
6
|
3
|
+
Abby Tuba 1 M Tu 10 11 W Th 10 11 F 4
|
4
|
+
Adam Trumpet 2 M 10 Tu 8 10 W 2 Th F 4
|
5
|
+
Anna Trombone 1 M Tu W Th 11 1 F 2
|
6
|
+
Emma Tuba 2 M 11 2 Tu 8 11 W 1 Th 1 F
|
7
|
+
Leo Trumpet 2 M 10 1 Tu 8 10 11 W 1 2 Th 10 11 1 F 3 4
|
8
|
+
Zoey Drums 2 M 10 11 1 2 Tu W 11 Th 10 F 3
|
9
|
+
1
|
10
|
+
Leo Anna
|
@@ -0,0 +1,11 @@
|
|
1
|
+
M 2 3 4 Tu 9 10 11 1 2 3 W 11 1 2 3 4 Th 11 1 2 F 8 9 10 11 1
|
2
|
+
6
|
3
|
+
Adam Drums 2 M 3 Tu W 1 Th F 8 1
|
4
|
+
Alma Trombone 3 M 2 3 Tu 9 3 W 11 1 2 Th 11 1 2 F 10
|
5
|
+
Anna Flute 2 M 4 Tu 9 10 W 2 4 Th F 10 1
|
6
|
+
Joe Baritone 2 M 4 Tu 9 1 W 1 Th 1 F
|
7
|
+
Liam Baritone 1 M Tu 9 11 W 3 Th 2 F
|
8
|
+
Lola Tuba 2 M Tu W 11 2 Th F 10
|
9
|
+
2
|
10
|
+
Liam Joe
|
11
|
+
Adam Anna
|
@@ -0,0 +1,12 @@
|
|
1
|
+
M 9 10 11 1 Tu 10 11 1 2 3 4 W 10 11 1 Th 9 10 11 1 2 F 9 10 11
|
2
|
+
7
|
3
|
+
Alex Trombone 2 M 1 Tu 1 W Th 1 F 10
|
4
|
+
Cole Trumpet 1 M Tu 1 4 W Th 9 11 F 9 10
|
5
|
+
Dave Saxophone 2 M Tu 11 2 4 W 10 Th 11 2 F
|
6
|
+
Drew Drums 2 M Tu 10 2 W Th 10 11 1 2 F 10
|
7
|
+
John Clarinet 2 M 10 Tu 1 4 W 10 11 Th 9 10 1 F
|
8
|
+
Mike Tuba 2 M Tu 4 W Th 9 11 F 9 10 11
|
9
|
+
Noah Trombone 1 M 1 Tu W Th 9 1 2 F
|
10
|
+
2
|
11
|
+
Noah John
|
12
|
+
Drew Alex
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 Ella/Flute Ella/Flute -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- Drew/Trombone
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- -------------- Lola/Drums
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
256+256+512+512+18=1554
|
13
|
+
0+0+0+0+50=50
|
14
|
+
15+12+0+0+5=32
|
15
|
+
0+0+0+0+15=15
|
16
|
+
1651
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 Ella/Flute Ella/Flute Ella/Flute -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- Drew/Trombone
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- -------------- Lola/Drums
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
256+256+256+512+18=1298
|
13
|
+
0+0+0+0+50=50
|
14
|
+
15+12+9+0+5=41
|
15
|
+
0+0+0+0+15=15
|
16
|
+
1404
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- Drew/Trombone
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 Ella/Flute -------------- -------------- Ella/Flute Lola/Drums
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- Ella/Flute Ella/Flute -------------- --------------
|
11
|
+
|
12
|
+
40+256+256+40+18=610
|
13
|
+
0+0+0+0+50=50
|
14
|
+
10+8+6+4+5=33
|
15
|
+
0+0+0+0+15=15
|
16
|
+
708
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- Ella/Flute Ella/Flute -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- Drew/Trombone
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 Ella/Flute -------------- -------------- Ella/Flute Lola/Drums
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
40+256+256+40+18=610
|
13
|
+
0+0+0+0+50=50
|
14
|
+
10+12+9+4+5=40
|
15
|
+
0+0+0+0+15=15
|
16
|
+
715
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- Lola/Drums -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- -------------- Drew/Clarinet
|
8
|
+
2 -------------- -------------- -------------- -------------- Ella/Flute
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
512+130+512+512+36=1702
|
13
|
+
0+50+0+0+0=50
|
14
|
+
0+12+0+0+4=16
|
15
|
+
0+0+0+0+15=15
|
16
|
+
1783
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- Alma/Clarinet -------------- --------------
|
3
|
+
9 -------------- -------------- Amy/Baritone -------------- --------------
|
4
|
+
10 -------------- -------------- Drew/Tuba -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- -------------- --------------
|
8
|
+
2 -------------- -------------- Ella/Flute -------------- --------------
|
9
|
+
3 -------------- -------------- Lola/Saxophone -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
512+512+10+512+512=2058
|
13
|
+
0+0+0+0+0=0
|
14
|
+
0+0+39+0+0=39
|
15
|
+
0+0+60+0+0=60
|
16
|
+
2157
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 Alma/Clarinet -------------- -------------- -------------- --------------
|
3
|
+
9 Amy/Baritone -------------- -------------- -------------- --------------
|
4
|
+
10 Drew/Tuba -------------- -------------- -------------- --------------
|
5
|
+
11 Ella/Flute -------------- -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- -------------- --------------
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 Lola/Saxophone -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
16+512+512+512+512=2064
|
13
|
+
0+0+0+0+0=0
|
14
|
+
70+0+0+0+0=70
|
15
|
+
60+0+0+0+0=60
|
16
|
+
2194
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- Lola/Flute -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- -------------- --------------
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- Ella/Saxophone
|
10
|
+
4 -------------- -------------- -------------- -------------- Drew/Clarinet
|
11
|
+
|
12
|
+
512+130+512+512+128=1794
|
13
|
+
0+0+0+0+0=0
|
14
|
+
0+12+0+0+4=16
|
15
|
+
0+0+0+0+0=0
|
16
|
+
1810
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- Ella/Trumpet
|
3
|
+
9 -------------- -------------- -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- -------------- --------------
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- Drew/Clarinet
|
11
|
+
|
12
|
+
512+512+512+512+128=2176
|
13
|
+
0+0+0+0+50=50
|
14
|
+
0+0+0+0+5=5
|
15
|
+
0+0+0+0+0=0
|
16
|
+
2231
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- Amy/Trombone --------------
|
4
|
+
10 -------------- -------------- Amy/Trombone Joe/Flute --------------
|
5
|
+
11 -------------- -------------- Ayla/Clarinet -------------- Alma/Flute
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 Jack/Tuba -------------- Joe/Flute -------------- Cora/Trombone
|
8
|
+
2 Joe/Flute Luke/Flute -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
36+68+14+66+18=202
|
13
|
+
0+0+50+50+0=100
|
14
|
+
20+8+24+12+5=69
|
15
|
+
15+0+30+15+15=75
|
16
|
+
446
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 Ben/Baritone Kai/Tuba Ella/Trombone -------------- --------------
|
4
|
+
10 Kai/Tuba Jim/Trombone -------------- -------------- --------------
|
5
|
+
11 Ella/Trombone -------------- -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 Sam/Saxophone -------------- -------------- -------------- --------------
|
8
|
+
2 -------------- -------------- -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
12+66+130+512+512=1232
|
13
|
+
50+50+50+0+0=150
|
14
|
+
55+24+9+0+0=88
|
15
|
+
30+0+0+0+0=30
|
16
|
+
1500
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- Emma/Flute --------------
|
4
|
+
10 -------------- Ella/Baritone -------------- Jack/Saxophone --------------
|
5
|
+
11 -------------- Jack/Saxophone -------------- Ella/Baritone --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- Zoey/Tuba -------------- -------------- --------------
|
8
|
+
2 -------------- Emma/Flute -------------- -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- Emma/Flute
|
11
|
+
|
12
|
+
512+10+512+34+256=1324
|
13
|
+
0+0+0+0+0=0
|
14
|
+
0+40+0+18+2=60
|
15
|
+
0+30+0+15+0=45
|
16
|
+
1429
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- Drew/Trumpet --------------
|
3
|
+
9 -------------- -------------- -------------- Mia/Clarinet --------------
|
4
|
+
10 -------------- Mia/Clarinet -------------- Anna/Flute --------------
|
5
|
+
11 -------------- Anna/Flute -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- Luna/Flute -------------- --------------
|
8
|
+
2 -------------- -------------- Mia/Clarinet -------------- --------------
|
9
|
+
3 -------------- -------------- Emma/Saxophone -------------- --------------
|
10
|
+
4 -------------- -------------- Noah/Tuba -------------- --------------
|
11
|
+
|
12
|
+
512+36+32+64+512=1156
|
13
|
+
0+0+0+50+0=50
|
14
|
+
0+24+24+18+0=66
|
15
|
+
0+0+30+15+0=45
|
16
|
+
1317
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- -------------- --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- Mike/Baritone -------------- Izzy/Drums Lola/Trumpet
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- -------------- -------------- Liam/Trombone Cole/Clarinet
|
8
|
+
2 -------------- Olly/Clarinet -------------- Cole/Clarinet Izzy/Drums
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- Olly/Clarinet Mike/Baritone Liam/Trombone
|
11
|
+
|
12
|
+
512+16+256+12+12=808
|
13
|
+
0+0+0+50+50=100
|
14
|
+
0+20+6+18+9=53
|
15
|
+
0+15+0+30+30=75
|
16
|
+
1036
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- Ivy/Saxophone Alma/Trombone --------------
|
4
|
+
10 -------------- -------------- -------------- -------------- --------------
|
5
|
+
11 -------------- -------------- Ben/Trumpet MJ/Saxophone --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- Alma/Trombone Jim/Drums -------------- --------------
|
8
|
+
2 -------------- Ivy/Saxophone -------------- -------------- --------------
|
9
|
+
3 -------------- Ben/Trumpet -------------- -------------- --------------
|
10
|
+
4 MJ/Saxophone -------------- -------------- -------------- Ivy/Saxophone
|
11
|
+
|
12
|
+
256+34+14+36+256=596
|
13
|
+
0+0+50+50+0=100
|
14
|
+
10+24+24+12+2=72
|
15
|
+
0+15+15+15+0=45
|
16
|
+
813
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 Luna/Drums -------------- -------------- -------------- Coop/Drums
|
3
|
+
9 Cole/Saxophone -------------- -------------- -------------- Cole/Saxophone
|
4
|
+
10 -------------- Coop/Drums -------------- -------------- --------------
|
5
|
+
11 -------------- Joe/Flute -------------- -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- Cole/Saxophone Cole/Saxophone -------------- --------------
|
8
|
+
2 -------------- -------------- Sam/Drums -------------- --------------
|
9
|
+
3 -------------- -------------- Ryan/Flute Sam/Drums --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
128+14+34+130+128=434
|
13
|
+
50+50+0+0+50=150
|
14
|
+
30+32+18+4+6=90
|
15
|
+
0+15+15+0+0=30
|
16
|
+
704
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 Lola/Saxophone -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- -------------- Abby/Tuba
|
4
|
+
10 -------------- -------------- -------------- -------------- Isla/Flute
|
5
|
+
11 -------------- Alex/Clarinet -------------- -------------- Ella/Saxophone
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- Abby/Tuba Alex/Clarinet -------------- --------------
|
8
|
+
2 -------------- Lola/Saxophone Isla/Flute -------------- --------------
|
9
|
+
3 -------------- -------------- Ella/Saxophone -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- Lola/Saxophone --------------
|
11
|
+
|
12
|
+
256+14+34+256+34=594
|
13
|
+
0+0+0+0+0=0
|
14
|
+
15+28+18+4+9=74
|
15
|
+
0+15+15+0+15=45
|
16
|
+
713
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- Adam/Trumpet -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- -------------- --------------
|
4
|
+
10 Adam/Trumpet -------------- -------------- Abby/Tuba --------------
|
5
|
+
11 Emma/Tuba -------------- Zoey/Drums Anna/Trombone --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 Zoey/Drums -------------- Emma/Tuba Leo/Trumpet --------------
|
8
|
+
2 -------------- -------------- Leo/Trumpet -------------- --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- -------------- -------------- -------------- --------------
|
11
|
+
|
12
|
+
14+256+14+14+512=810
|
13
|
+
50+50+50+50+0=200
|
14
|
+
40+12+21+16+0=89
|
15
|
+
30+0+15+30+0=75
|
16
|
+
1174
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- Adam/Drums
|
3
|
+
9 -------------- Alma/Trombone -------------- -------------- --------------
|
4
|
+
10 -------------- Anna/Flute -------------- -------------- Lola/Tuba
|
5
|
+
11 -------------- -------------- Alma/Trombone -------------- --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- Joe/Baritone Adam/Drums -------------- --------------
|
8
|
+
2 -------------- -------------- Lola/Tuba -------------- --------------
|
9
|
+
3 Alma/Trombone -------------- Liam/Baritone -------------- --------------
|
10
|
+
4 Joe/Baritone -------------- Anna/Flute -------------- --------------
|
11
|
+
|
12
|
+
128+14+10+512+66=730
|
13
|
+
0+50+50+0+50=150
|
14
|
+
20+32+33+0+6=91
|
15
|
+
15+30+15+0+15=75
|
16
|
+
1046
|
@@ -0,0 +1,16 @@
|
|
1
|
+
Monday Tuesday Wednesday Thursday Friday
|
2
|
+
8 -------------- -------------- -------------- -------------- --------------
|
3
|
+
9 -------------- -------------- -------------- Cole/Trumpet Mike/Tuba
|
4
|
+
10 John/Clarinet Drew/Drums -------------- John/Clarinet Alex/Trombone
|
5
|
+
11 -------------- -------------- -------------- Drew/Drums --------------
|
6
|
+
LUNCH LUNCH LUNCH LUNCH LUNCH
|
7
|
+
1 -------------- Alex/Trombone -------------- Noah/Trombone --------------
|
8
|
+
2 -------------- Dave/Saxophone -------------- Dave/Saxophone --------------
|
9
|
+
3 -------------- -------------- -------------- -------------- --------------
|
10
|
+
4 -------------- Mike/Tuba -------------- -------------- --------------
|
11
|
+
|
12
|
+
68+10+512+8+66=664
|
13
|
+
0+50+0+100+50=200
|
14
|
+
15+36+0+26+6=83
|
15
|
+
0+30+0+30+0=60
|
16
|
+
1007
|
@@ -0,0 +1,13 @@
|
|
1
|
+
for (let i = 0; i < 5; i++) {
|
2
|
+
var inputs = readline().split(' ');
|
3
|
+
for (let j = 0; j < 5; j++) {
|
4
|
+
const X = parseInt(inputs[j]);
|
5
|
+
}
|
6
|
+
}
|
7
|
+
for (let i = 0; i < 5; i++) {
|
8
|
+
|
9
|
+
// Write an answer using console.log()
|
10
|
+
// To debug: console.error('Debug messages...');
|
11
|
+
|
12
|
+
console.log('solution');
|
13
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<?php
|
2
|
+
for ($i = 0; $i < 5; $i++)
|
3
|
+
{
|
4
|
+
$inputs = explode(" ", fgets(STDIN));
|
5
|
+
for ($j = 0; $j < 5; $j++)
|
6
|
+
{
|
7
|
+
$X = intval($inputs[$j]);
|
8
|
+
}
|
9
|
+
}
|
10
|
+
for ($i = 0; $i < 5; $i++)
|
11
|
+
{
|
12
|
+
|
13
|
+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
|
14
|
+
// To debug: error_log(var_export($var, true)); (equivalent to var_dump)
|
15
|
+
|
16
|
+
echo("solution\n");
|
17
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
{
|
2
|
+
"path": "hard/NeighborSumGrids",
|
3
|
+
"name": "Neighbor-Sum Grids",
|
4
|
+
"alphanumName": "NeighborSumGrids",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/neighbor-sum-grids",
|
6
|
+
"tests": [
|
7
|
+
{
|
8
|
+
"name": "10 missing",
|
9
|
+
"alphanumName": "TenMissing",
|
10
|
+
"file": "01 - 10 missing.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "13 missing",
|
14
|
+
"alphanumName": "ThirteenMissing",
|
15
|
+
"file": "02 - 13 missing.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "16 missing",
|
19
|
+
"alphanumName": "SixteenMissing",
|
20
|
+
"file": "03 - 16 missing.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "19 missing",
|
24
|
+
"alphanumName": "NineteenMissing",
|
25
|
+
"file": "04 - 19 missing.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "22 missing",
|
29
|
+
"alphanumName": "TwentyTwoMissing",
|
30
|
+
"file": "05 - 22 missing.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "22 missing",
|
34
|
+
"alphanumName": "TwentyTwoMissing2",
|
35
|
+
"file": "06 - 22 missing.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "23 missing",
|
39
|
+
"alphanumName": "TwentyThreeMissing",
|
40
|
+
"file": "07 - 23 missing.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "23 missing",
|
44
|
+
"alphanumName": "TwentyThreeMissing2",
|
45
|
+
"file": "08 - 23 missing.txt"
|
46
|
+
}
|
47
|
+
]
|
48
|
+
}
|