@cyrilverloop/codingame-configuration 1.1.2 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/CONTRIBUTING.md +6 -2
- package/README.md +1 -1
- package/config/easy/ABunnyAndCarrots/code/CGCode.js +15 -0
- package/config/easy/ABunnyAndCarrots/code/CGCode.php +16 -0
- package/config/easy/ABunnyAndCarrots/config.json +28 -0
- package/config/easy/ABunnyAndCarrots/input/01 - small garden.txt +3 -0
- package/config/easy/ABunnyAndCarrots/input/02 - a bigger garden.txt +3 -0
- package/config/easy/ABunnyAndCarrots/input/03 - wide garden.txt +3 -0
- package/config/easy/ABunnyAndCarrots/input/04 - so many carrots!!.txt +3 -0
- package/config/easy/ABunnyAndCarrots/output/01 - small garden.txt +4 -0
- package/config/easy/ABunnyAndCarrots/output/02 - a bigger garden.txt +6 -0
- package/config/easy/ABunnyAndCarrots/output/03 - wide garden.txt +6 -0
- package/config/easy/ABunnyAndCarrots/output/04 - so many carrots!!.txt +80 -0
- package/config/easy/AChildsPlay/code/CGCode.js +12 -0
- package/config/easy/AChildsPlay/code/CGCode.php +12 -0
- package/config/easy/AChildsPlay/config.json +63 -0
- package/config/easy/AChildsPlay/input/01 - test example.txt +8 -0
- package/config/easy/AChildsPlay/input/02 - test real case.txt +10 -0
- package/config/easy/AChildsPlay/input/03 - test 3.txt +12 -0
- package/config/easy/AChildsPlay/input/04 - test 4.txt +12 -0
- package/config/easy/AChildsPlay/input/05 - test 5.txt +12 -0
- package/config/easy/AChildsPlay/input/06 - test 6.txt +7 -0
- package/config/easy/AChildsPlay/input/07 - test 7.txt +6 -0
- package/config/easy/AChildsPlay/input/08 - test 8.txt +7 -0
- package/config/easy/AChildsPlay/input/09 - test 9.txt +7 -0
- package/config/easy/AChildsPlay/input/10 - loop detection 1.txt +8 -0
- package/config/easy/AChildsPlay/input/11 - loop detection 2.txt +8 -0
- package/config/easy/AChildsPlay/output/01 - test example.txt +1 -0
- package/config/easy/AChildsPlay/output/02 - test real case.txt +1 -0
- package/config/easy/AChildsPlay/output/03 - test 3.txt +1 -0
- package/config/easy/AChildsPlay/output/04 - test 4.txt +1 -0
- package/config/easy/AChildsPlay/output/05 - test 5.txt +1 -0
- package/config/easy/AChildsPlay/output/06 - test 6.txt +1 -0
- package/config/easy/AChildsPlay/output/07 - test 7.txt +1 -0
- package/config/easy/AChildsPlay/output/08 - test 8.txt +1 -0
- package/config/easy/AChildsPlay/output/09 - test 9.txt +1 -0
- package/config/easy/AChildsPlay/output/10 - loop detection 1.txt +1 -0
- package/config/easy/AChildsPlay/output/11 - loop detection 2.txt +1 -0
- package/config/easy/AMountainOfAMoleHill/code/CGCode.js +8 -0
- package/config/easy/AMountainOfAMoleHill/code/CGCode.php +10 -0
- package/config/easy/AMountainOfAMoleHill/config.json +48 -0
- package/config/easy/AMountainOfAMoleHill/input/01 - a simple garden.txt +16 -0
- package/config/easy/AMountainOfAMoleHill/input/02 - from another angle.txt +16 -0
- package/config/easy/AMountainOfAMoleHill/input/03 - getting crowded.txt +16 -0
- package/config/easy/AMountainOfAMoleHill/input/04 - divide and conquer.txt +16 -0
- package/config/easy/AMountainOfAMoleHill/input/05 - bag of snakes.txt +16 -0
- package/config/easy/AMountainOfAMoleHill/input/06 - zzzzz....txt +16 -0
- package/config/easy/AMountainOfAMoleHill/input/07 - Include and infiltrate.txt +16 -0
- package/config/easy/AMountainOfAMoleHill/input/08 - how did THAT happen.txt +16 -0
- package/config/easy/AMountainOfAMoleHill/output/01 - a simple garden.txt +1 -0
- package/config/easy/AMountainOfAMoleHill/output/02 - from another angle.txt +1 -0
- package/config/easy/AMountainOfAMoleHill/output/03 - getting crowded.txt +1 -0
- package/config/easy/AMountainOfAMoleHill/output/04 - divide and conquer.txt +1 -0
- package/config/easy/AMountainOfAMoleHill/output/05 - bag of snakes.txt +1 -0
- package/config/easy/AMountainOfAMoleHill/output/06 - zzzzz....txt +1 -0
- package/config/easy/AMountainOfAMoleHill/output/07 - Include and infiltrate.txt +1 -0
- package/config/easy/AMountainOfAMoleHill/output/08 - how did THAT happen.txt +1 -0
- package/config/easy/AddEmUp/code/CGCode.js +10 -0
- package/config/easy/AddEmUp/code/CGCode.php +12 -0
- package/config/easy/AddEmUp/config.json +43 -0
- package/config/easy/AddEmUp/input/01 - simple.txt +2 -0
- package/config/easy/AddEmUp/input/02 - easy.txt +2 -0
- package/config/easy/AddEmUp/input/03 - in a row.txt +2 -0
- package/config/easy/AddEmUp/input/04 - XX.txt +2 -0
- package/config/easy/AddEmUp/input/05 - CC.txt +2 -0
- package/config/easy/AddEmUp/input/06 - D.txt +2 -0
- package/config/easy/AddEmUp/input/07 - M.txt +2 -0
- package/config/easy/AddEmUp/output/01 - simple.txt +1 -0
- package/config/easy/AddEmUp/output/02 - easy.txt +1 -0
- package/config/easy/AddEmUp/output/03 - in a row.txt +1 -0
- package/config/easy/AddEmUp/output/04 - XX.txt +1 -0
- package/config/easy/AddEmUp/output/05 - CC.txt +1 -0
- package/config/easy/AddEmUp/output/06 - D.txt +1 -0
- package/config/easy/AddEmUp/output/07 - M.txt +1 -0
- package/config/easy/Annihilation/code/CGCode.js +11 -0
- package/config/easy/Annihilation/code/CGCode.php +11 -0
- package/config/easy/Annihilation/config.json +38 -0
- package/config/easy/Annihilation/input/01 - test 1.txt +6 -0
- package/config/easy/Annihilation/input/02 - test 2.txt +6 -0
- package/config/easy/Annihilation/input/03 - test 3.txt +10 -0
- package/config/easy/Annihilation/input/04 - test 4.txt +17 -0
- package/config/easy/Annihilation/input/05 - test 5.txt +42 -0
- package/config/easy/Annihilation/input/06 - test 6.txt +51 -0
- package/config/easy/Annihilation/output/01 - test 1.txt +1 -0
- package/config/easy/Annihilation/output/02 - test 2.txt +1 -0
- package/config/easy/Annihilation/output/03 - test 3.txt +1 -0
- package/config/easy/Annihilation/output/04 - test 4.txt +1 -0
- package/config/easy/Annihilation/output/05 - test 5.txt +1 -0
- package/config/easy/Annihilation/output/06 - test 6.txt +1 -0
- package/config/easy/AreTheClumpsNormal/code/CGCode.js +6 -0
- package/config/easy/AreTheClumpsNormal/code/CGCode.php +7 -0
- package/config/easy/AreTheClumpsNormal/config.json +73 -0
- package/config/easy/AreTheClumpsNormal/input/01 - simple normal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/02 - simple abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/03 - abnormal at the last second.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/04 - wildly abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/05 - bigger than 2^64 Normal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/06 - way bigger than 2^64 abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/07 - lots of abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/08 - rep digit.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/09 - take the first deviation.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/10 - maximum normal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/11 - maximum abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/12 - humongous binary.txt +1 -0
- package/config/easy/AreTheClumpsNormal/input/13 - cooldown.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/01 - simple normal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/02 - simple abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/03 - abnormal at the last second.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/04 - wildly abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/05 - bigger than 2^64 Normal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/06 - way bigger than 2^64 abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/07 - lots of abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/08 - rep digit.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/09 - take the first deviation.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/10 - maximum normal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/11 - maximum abnormal.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/12 - humongous binary.txt +1 -0
- package/config/easy/AreTheClumpsNormal/output/13 - cooldown.txt +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/code/CGCode.js +6 -0
- package/config/easy/ArtificialEmotionalIntelligence/code/CGCode.php +7 -0
- package/config/easy/ArtificialEmotionalIntelligence/config.json +38 -0
- package/config/easy/ArtificialEmotionalIntelligence/input/01 - simple case.txt +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/input/02 - repeating letters and space.txt +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/input/03 - with hyphen and period.txt +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/input/04 - symbols and numbers.txt +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/input/05 - you are not enough.txt +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/input/06 - with /342/200/230Y/342/200/231 and /342/200/230Z/342/200/231.txt" +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/output/01 - simple case.txt +3 -0
- package/config/easy/ArtificialEmotionalIntelligence/output/02 - repeating letters and space.txt +3 -0
- package/config/easy/ArtificialEmotionalIntelligence/output/03 - with hyphen and period.txt +3 -0
- package/config/easy/ArtificialEmotionalIntelligence/output/04 - symbols and numbers.txt +3 -0
- package/config/easy/ArtificialEmotionalIntelligence/output/05 - you are not enough.txt +1 -0
- package/config/easy/ArtificialEmotionalIntelligence/output/06 - with /342/200/230Y/342/200/231 and /342/200/230Z/342/200/231.txt" +3 -0
- package/config/easy/Asteroids/code/CGCode.js +16 -0
- package/config/easy/Asteroids/code/CGCode.php +11 -0
- package/config/easy/Asteroids/config.json +58 -0
- package/config/easy/Asteroids/input/01 - horizontal motion.txt +6 -0
- package/config/easy/Asteroids/input/02 - vertical motion.txt +6 -0
- package/config/easy/Asteroids/input/03 - combined motion.txt +6 -0
- package/config/easy/Asteroids/input/04 - negative motion.txt +6 -0
- package/config/easy/Asteroids/input/05 - greater delta.txt +7 -0
- package/config/easy/Asteroids/input/06 - multiple asteroids.txt +7 -0
- package/config/easy/Asteroids/input/07 - depth.txt +7 -0
- package/config/easy/Asteroids/input/08 - no motion.txt +6 -0
- package/config/easy/Asteroids/input/09 - out of bounds.txt +11 -0
- package/config/easy/Asteroids/input/10 - armageddon.txt +21 -0
- package/config/easy/Asteroids/output/01 - horizontal motion.txt +5 -0
- package/config/easy/Asteroids/output/02 - vertical motion.txt +5 -0
- package/config/easy/Asteroids/output/03 - combined motion.txt +5 -0
- package/config/easy/Asteroids/output/04 - negative motion.txt +5 -0
- package/config/easy/Asteroids/output/05 - greater delta.txt +6 -0
- package/config/easy/Asteroids/output/06 - multiple asteroids.txt +6 -0
- package/config/easy/Asteroids/output/07 - depth.txt +6 -0
- package/config/easy/Asteroids/output/08 - no motion.txt +5 -0
- package/config/easy/Asteroids/output/09 - out of bounds.txt +10 -0
- package/config/easy/Asteroids/output/10 - armageddon.txt +20 -0
- package/config/easy/AutoPickup/code/CGCode.js +7 -0
- package/config/easy/AutoPickup/code/CGCode.php +8 -0
- package/config/easy/AutoPickup/config.json +33 -0
- package/config/easy/AutoPickup/input/01 - just a item drop.txt +2 -0
- package/config/easy/AutoPickup/input/02 - more than 1 drop.txt +2 -0
- package/config/easy/AutoPickup/input/03 - other packets.txt +2 -0
- package/config/easy/AutoPickup/input/04 - in between.txt +2 -0
- package/config/easy/AutoPickup/input/05 - that is a long one.txt +2 -0
- package/config/easy/AutoPickup/output/01 - just a item drop.txt +1 -0
- package/config/easy/AutoPickup/output/02 - more than 1 drop.txt +1 -0
- package/config/easy/AutoPickup/output/03 - other packets.txt +1 -0
- package/config/easy/AutoPickup/output/04 - in between.txt +1 -0
- package/config/easy/AutoPickup/output/05 - that is a long one.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/code/CGCode.js +6 -0
- package/config/easy/BalancedTernaryComputerEncode/code/CGCode.php +7 -0
- package/config/easy/BalancedTernaryComputerEncode/config.json +28 -0
- package/config/easy/BalancedTernaryComputerEncode/input/01 - short.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/input/02 - negative.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/input/03 - long.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/input/04 - single digit.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/output/01 - short.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/output/02 - negative.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/output/03 - long.txt +1 -0
- package/config/easy/BalancedTernaryComputerEncode/output/04 - single digit.txt +1 -0
- package/config/easy/BankRobbers/code/CGCode.js +12 -0
- package/config/easy/BankRobbers/code/CGCode.php +12 -0
- package/config/easy/BankRobbers/config.json +28 -0
- package/config/easy/BankRobbers/input/01 - one robber, one easy vault.txt +3 -0
- package/config/easy/BankRobbers/input/02 - more robbers, more vaults.txt +6 -0
- package/config/easy/BankRobbers/input/03 - fewer robbers than vaults.txt +6 -0
- package/config/easy/BankRobbers/input/04 - big heist.txt +22 -0
- package/config/easy/BankRobbers/output/01 - one robber, one easy vault.txt +1 -0
- package/config/easy/BankRobbers/output/02 - more robbers, more vaults.txt +1 -0
- package/config/easy/BankRobbers/output/03 - fewer robbers than vaults.txt +1 -0
- package/config/easy/BankRobbers/output/04 - big heist.txt +1 -0
- package/config/easy/BenfordsLaw/code/CGCode.js +9 -0
- package/config/easy/BenfordsLaw/code/CGCode.php +11 -0
- package/config/easy/BenfordsLaw/config.json +38 -0
- package/config/easy/BenfordsLaw/input/01 - regular account.txt +1001 -0
- package/config/easy/BenfordsLaw/input/02 - fake account (lot/342/200/231s of numbers starting with 1).txt" +501 -0
- package/config/easy/BenfordsLaw/input/03 - fake account (equidistributed).txt +601 -0
- package/config/easy/BenfordsLaw/input/04 - /302/253adjusted/302/273 account.txt" +1001 -0
- package/config/easy/BenfordsLaw/input/05 - regular less transactions.txt +451 -0
- package/config/easy/BenfordsLaw/input/06 - fake account (equidistributed).txt +301 -0
- package/config/easy/BenfordsLaw/output/01 - regular account.txt +1 -0
- package/config/easy/BenfordsLaw/output/02 - fake account (lot/342/200/231s of numbers starting with 1).txt" +1 -0
- package/config/easy/BenfordsLaw/output/03 - fake account (equidistributed).txt +1 -0
- package/config/easy/BenfordsLaw/output/04 - /302/253adjusted/302/273 account.txt" +1 -0
- package/config/easy/BenfordsLaw/output/05 - regular less transactions.txt +1 -0
- package/config/easy/BenfordsLaw/output/06 - fake account (equidistributed).txt +1 -0
- package/config/easy/BinaryImage/code/CGCode.js +11 -0
- package/config/easy/BinaryImage/code/CGCode.php +14 -0
- package/config/easy/BinaryImage/config.json +43 -0
- package/config/easy/BinaryImage/input/01 - vertical stripes.txt +5 -0
- package/config/easy/BinaryImage/input/02 - starting by 0.txt +5 -0
- package/config/easy/BinaryImage/input/03 - chess board.txt +9 -0
- package/config/easy/BinaryImage/input/04 - horizontal stripes.txt +5 -0
- package/config/easy/BinaryImage/input/05 - codingame.txt +9 -0
- package/config/easy/BinaryImage/input/06 - invalid.txt +5 -0
- package/config/easy/BinaryImage/input/07 - random.txt +6 -0
- package/config/easy/BinaryImage/output/01 - vertical stripes.txt +4 -0
- package/config/easy/BinaryImage/output/02 - starting by 0.txt +4 -0
- package/config/easy/BinaryImage/output/03 - chess board.txt +8 -0
- package/config/easy/BinaryImage/output/04 - horizontal stripes.txt +4 -0
- package/config/easy/BinaryImage/output/05 - codingame.txt +8 -0
- package/config/easy/BinaryImage/output/06 - invalid.txt +1 -0
- package/config/easy/BinaryImage/output/07 - random.txt +5 -0
- package/config/easy/BlowingFuse/code/CGCode.js +18 -0
- package/config/easy/BlowingFuse/code/CGCode.php +18 -0
- package/config/easy/BlowingFuse/config.json +38 -0
- package/config/easy/BlowingFuse/input/01 - blown.txt +3 -0
- package/config/easy/BlowingFuse/input/02 - not blown.txt +3 -0
- package/config/easy/BlowingFuse/input/03 - single device.txt +3 -0
- package/config/easy/BlowingFuse/input/04 - more devices.txt +3 -0
- package/config/easy/BlowingFuse/input/05 - more clicks, more devices.txt +3 -0
- package/config/easy/BlowingFuse/input/06 - power hungry.txt +3 -0
- package/config/easy/BlowingFuse/output/01 - blown.txt +1 -0
- package/config/easy/BlowingFuse/output/02 - not blown.txt +2 -0
- package/config/easy/BlowingFuse/output/03 - single device.txt +1 -0
- package/config/easy/BlowingFuse/output/04 - more devices.txt +2 -0
- package/config/easy/BlowingFuse/output/05 - more clicks, more devices.txt +2 -0
- package/config/easy/BlowingFuse/output/06 - power hungry.txt +2 -0
- package/config/easy/BodyWeightIsAGirlsSecret/code/CGCode.js +9 -0
- package/config/easy/BodyWeightIsAGirlsSecret/code/CGCode.php +11 -0
- package/config/easy/BodyWeightIsAGirlsSecret/config.json +33 -0
- package/config/easy/BodyWeightIsAGirlsSecret/input/01 - all different.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/input/02 - same paired values.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/input/03 - same individual values.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/input/04 - including a baby.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/input/05 - XXL.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/output/01 - all different.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/output/02 - same paired values.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/output/03 - same individual values.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/output/04 - including a baby.txt +1 -0
- package/config/easy/BodyWeightIsAGirlsSecret/output/05 - XXL.txt +1 -0
- package/config/easy/BracketsExtremeEdition/code/CGCode.js +6 -0
- package/config/easy/BracketsExtremeEdition/code/CGCode.php +7 -0
- package/config/easy/BracketsExtremeEdition/config.json +48 -0
- package/config/easy/BracketsExtremeEdition/input/01 - example.txt +1 -0
- package/config/easy/BracketsExtremeEdition/input/02 - {([{S}]]6K[()]}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/input/03 - {C{}[{[a]}RqhL]{y2}}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/input/04 - W12{}{}L{}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/input/05 - h{Pn{GT{h}(c))}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/input/06 - {[{iHTSc}]}p(R)m(){q({}).txt +1 -0
- package/config/easy/BracketsExtremeEdition/input/07 - ][.txt +1 -0
- package/config/easy/BracketsExtremeEdition/input/08 - {(}).txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/01 - example.txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/02 - {([{S}]]6K[()]}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/03 - {C{}[{[a]}RqhL]{y2}}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/04 - W12{}{}L{}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/05 - h{Pn{GT{h}(c))}.txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/06 - {[{iHTSc}]}p(R)m(){q({}).txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/07 - ][.txt +1 -0
- package/config/easy/BracketsExtremeEdition/output/08 - {(}).txt +1 -0
- package/config/easy/BrickInTheWall/code/CGCode.js +11 -0
- package/config/easy/BrickInTheWall/code/CGCode.php +13 -0
- package/config/easy/BrickInTheWall/config.json +53 -0
- package/config/easy/BrickInTheWall/input/01 - three bricks.txt +3 -0
- package/config/easy/BrickInTheWall/input/02 - 42 bricks in the wall.txt +3 -0
- package/config/easy/BrickInTheWall/input/03 - fibonacci bricks (+1).txt +3 -0
- package/config/easy/BrickInTheWall/input/04 - odd, even.txt +3 -0
- package/config/easy/BrickInTheWall/input/05 - i can see over it I..txt +3 -0
- package/config/easy/BrickInTheWall/input/06 - i can see over it II..txt +3 -0
- package/config/easy/BrickInTheWall/input/07 - test 12589.txt +3 -0
- package/config/easy/BrickInTheWall/input/08 - tall.txt +3 -0
- package/config/easy/BrickInTheWall/input/09 - a real wall.txt +3 -0
- package/config/easy/BrickInTheWall/output/01 - three bricks.txt +1 -0
- package/config/easy/BrickInTheWall/output/02 - 42 bricks in the wall.txt +1 -0
- package/config/easy/BrickInTheWall/output/03 - fibonacci bricks (+1).txt +1 -0
- package/config/easy/BrickInTheWall/output/04 - odd, even.txt +1 -0
- package/config/easy/BrickInTheWall/output/05 - i can see over it I..txt +1 -0
- package/config/easy/BrickInTheWall/output/06 - i can see over it II..txt +1 -0
- package/config/easy/BrickInTheWall/output/07 - test 12589.txt +1 -0
- package/config/easy/BrickInTheWall/output/08 - tall.txt +1 -0
- package/config/easy/BrickInTheWall/output/09 - a real wall.txt +1 -0
- package/config/easy/BulkEmailGenerator/code/CGCode.js +9 -0
- package/config/easy/BulkEmailGenerator/code/CGCode.php +11 -0
- package/config/easy/BulkEmailGenerator/config.json +33 -0
- package/config/easy/BulkEmailGenerator/input/01 - example.txt +4 -0
- package/config/easy/BulkEmailGenerator/input/02 - CG email.txt +8 -0
- package/config/easy/BulkEmailGenerator/input/03 - edge cases.txt +8 -0
- package/config/easy/BulkEmailGenerator/input/04 - comment spam.txt +2 -0
- package/config/easy/BulkEmailGenerator/input/05 - more edge cases.txt +8 -0
- package/config/easy/BulkEmailGenerator/output/01 - example.txt +3 -0
- package/config/easy/BulkEmailGenerator/output/02 - CG email.txt +7 -0
- package/config/easy/BulkEmailGenerator/output/03 - edge cases.txt +6 -0
- package/config/easy/BulkEmailGenerator/output/04 - comment spam.txt +1 -0
- package/config/easy/BulkEmailGenerator/output/05 - more edge cases.txt +6 -0
- package/config/easy/Buzzle/code/CGCode.js +14 -0
- package/config/easy/Buzzle/code/CGCode.php +13 -0
- package/config/easy/Buzzle/config.json +43 -0
- package/config/easy/Buzzle/input/01 - test 1 - level 1+.txt +3 -0
- package/config/easy/Buzzle/input/02 - test 2 - level 2+.txt +3 -0
- package/config/easy/Buzzle/input/03 - test 3 - level 3+.txt +3 -0
- package/config/easy/Buzzle/input/04 - test 4 - level 4.txt +3 -0
- package/config/easy/Buzzle/input/05 - test 5 - level 4.txt +3 -0
- package/config/easy/Buzzle/input/06 - everything is buzzle.txt +3 -0
- package/config/easy/Buzzle/input/07 - ternary.txt +3 -0
- package/config/easy/Buzzle/output/01 - test 1 - level 1+.txt +8 -0
- package/config/easy/Buzzle/output/02 - test 2 - level 2+.txt +15 -0
- package/config/easy/Buzzle/output/03 - test 3 - level 3+.txt +23 -0
- package/config/easy/Buzzle/output/04 - test 4 - level 4.txt +60 -0
- package/config/easy/Buzzle/output/05 - test 5 - level 4.txt +71 -0
- package/config/easy/Buzzle/output/06 - everything is buzzle.txt +17 -0
- package/config/easy/Buzzle/output/07 - ternary.txt +32 -0
- package/config/easy/ByTrainOrByCar/code/CGCode.js +10 -0
- package/config/easy/ByTrainOrByCar/code/CGCode.php +12 -0
- package/config/easy/ByTrainOrByCar/config.json +53 -0
- package/config/easy/ByTrainOrByCar/input/01 - example.txt +4 -0
- package/config/easy/ByTrainOrByCar/input/02 - no stop car first.txt +3 -0
- package/config/easy/ByTrainOrByCar/input/03 - no stop train first.txt +3 -0
- package/config/easy/ByTrainOrByCar/input/04 - Orl/303/251ans Cholet.txt" +7 -0
- package/config/easy/ByTrainOrByCar/input/05 - Orl/303/251ans Nantes.txt" +9 -0
- package/config/easy/ByTrainOrByCar/input/06 - Pithiviers Cholet.txt +10 -0
- package/config/easy/ByTrainOrByCar/input/07 - Angouleme Royan.txt +7 -0
- package/config/easy/ByTrainOrByCar/input/08 - Montpellier Collioure.txt +22 -0
- package/config/easy/ByTrainOrByCar/input/09 - Valence Niort.txt +20 -0
- package/config/easy/ByTrainOrByCar/output/01 - example.txt +1 -0
- package/config/easy/ByTrainOrByCar/output/02 - no stop car first.txt +1 -0
- package/config/easy/ByTrainOrByCar/output/03 - no stop train first.txt +1 -0
- package/config/easy/ByTrainOrByCar/output/04 - Orl/303/251ans Cholet.txt" +1 -0
- package/config/easy/ByTrainOrByCar/output/05 - Orl/303/251ans Nantes.txt" +1 -0
- package/config/easy/ByTrainOrByCar/output/06 - Pithiviers Cholet.txt +1 -0
- package/config/easy/ByTrainOrByCar/output/07 - Angouleme Royan.txt +1 -0
- package/config/easy/ByTrainOrByCar/output/08 - Montpellier Collioure.txt +1 -0
- package/config/easy/ByTrainOrByCar/output/09 - Valence Niort.txt +1 -0
- package/config/easy/CaesarIsTheChief/code/CGCode.js +6 -0
- package/config/easy/CaesarIsTheChief/code/CGCode.php +7 -0
- package/config/easy/CaesarIsTheChief/config.json +68 -0
- package/config/easy/CaesarIsTheChief/input/01 - test 1.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/02 - test 2.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/03 - test 3.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/04 - test 4.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/05 - test 5.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/06 - test 6.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/07 - test 7.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/08 - test 8.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/09 - test 9.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/10 - test 10.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/11 - test 11.txt +1 -0
- package/config/easy/CaesarIsTheChief/input/12 - test 12.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/01 - test 1.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/02 - test 2.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/03 - test 3.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/04 - test 4.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/05 - test 5.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/06 - test 6.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/07 - test 7.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/08 - test 8.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/09 - test 9.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/10 - test 10.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/11 - test 11.txt +1 -0
- package/config/easy/CaesarIsTheChief/output/12 - test 12.txt +1 -0
- package/config/easy/Calculator/code/CGCode.js +11 -0
- package/config/easy/Calculator/code/CGCode.php +14 -0
- package/config/easy/Calculator/config.json +43 -0
- package/config/easy/Calculator/input/01 - a simple operation.txt +8 -0
- package/config/easy/Calculator/input/02 - multiplication and division.txt +9 -0
- package/config/easy/Calculator/input/03 - using AC.txt +11 -0
- package/config/easy/Calculator/input/04 - change of opinion.txt +9 -0
- package/config/easy/Calculator/input/05 - many operations.txt +25 -0
- package/config/easy/Calculator/input/06 - press equal many times.txt +19 -0
- package/config/easy/Calculator/input/07 - long test.txt +27 -0
- package/config/easy/Calculator/output/01 - a simple operation.txt +7 -0
- package/config/easy/Calculator/output/02 - multiplication and division.txt +8 -0
- package/config/easy/Calculator/output/03 - using AC.txt +10 -0
- package/config/easy/Calculator/output/04 - change of opinion.txt +8 -0
- package/config/easy/Calculator/output/05 - many operations.txt +24 -0
- package/config/easy/Calculator/output/06 - press equal many times.txt +18 -0
- package/config/easy/Calculator/output/07 - long test.txt +26 -0
- package/config/easy/ContainerTerminal/code/CGCode.js +9 -0
- package/config/easy/ContainerTerminal/code/CGCode.php +11 -0
- package/config/easy/ContainerTerminal/config.json +33 -0
- package/config/easy/ContainerTerminal/input/01 - easy.txt +6 -0
- package/config/easy/ContainerTerminal/input/02 - 15.txt +16 -0
- package/config/easy/ContainerTerminal/input/03 - 30.txt +31 -0
- package/config/easy/ContainerTerminal/input/04 - 60.txt +61 -0
- package/config/easy/ContainerTerminal/input/05 - long queue.txt +31 -0
- package/config/easy/ContainerTerminal/output/01 - easy.txt +5 -0
- package/config/easy/ContainerTerminal/output/02 - 15.txt +15 -0
- package/config/easy/ContainerTerminal/output/03 - 30.txt +30 -0
- package/config/easy/ContainerTerminal/output/04 - 60.txt +60 -0
- package/config/easy/ContainerTerminal/output/05 - long queue.txt +30 -0
- package/config/easy/CosmicLove/code/CGCode.js +13 -0
- package/config/easy/CosmicLove/code/CGCode.php +11 -0
- package/config/easy/CosmicLove/config.json +33 -0
- package/config/easy/CosmicLove/input/01 - one haven.txt +4 -0
- package/config/easy/CosmicLove/input/02 - happy Alice.txt +7 -0
- package/config/easy/CosmicLove/input/03 - hungry Alice.txt +11 -0
- package/config/easy/CosmicLove/input/04 - so many options.txt +25 -0
- package/config/easy/CosmicLove/input/05 - the event horizon.txt +31 -0
- package/config/easy/CosmicLove/output/01 - one haven.txt +1 -0
- package/config/easy/CosmicLove/output/02 - happy Alice.txt +1 -0
- package/config/easy/CosmicLove/output/03 - hungry Alice.txt +1 -0
- package/config/easy/CosmicLove/output/04 - so many options.txt +1 -0
- package/config/easy/CosmicLove/output/05 - the event horizon.txt +1 -0
- package/config/easy/CountAsICount/code/CGCode.js +6 -0
- package/config/easy/CountAsICount/code/CGCode.php +7 -0
- package/config/easy/CountAsICount/config.json +48 -0
- package/config/easy/CountAsICount/input/01 - example.txt +1 -0
- package/config/easy/CountAsICount/input/02 - to continue.txt +1 -0
- package/config/easy/CountAsICount/input/03 - only one.txt +1 -0
- package/config/easy/CountAsICount/input/04 - near victory.txt +1 -0
- package/config/easy/CountAsICount/input/05 - impossible.txt +1 -0
- package/config/easy/CountAsICount/input/06 - strike !!!.txt +1 -0
- package/config/easy/CountAsICount/input/07 - a lot.txt +1 -0
- package/config/easy/CountAsICount/input/08 - a lot bis.txt +1 -0
- package/config/easy/CountAsICount/output/01 - example.txt +1 -0
- package/config/easy/CountAsICount/output/02 - to continue.txt +1 -0
- package/config/easy/CountAsICount/output/03 - only one.txt +1 -0
- package/config/easy/CountAsICount/output/04 - near victory.txt +1 -0
- package/config/easy/CountAsICount/output/05 - impossible.txt +1 -0
- package/config/easy/CountAsICount/output/06 - strike !!!.txt +1 -0
- package/config/easy/CountAsICount/output/07 - a lot.txt +1 -0
- package/config/easy/CountAsICount/output/08 - a lot bis.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/code/CGCode.js +6 -0
- package/config/easy/CreateTheLongestSequenceOf1s/code/CGCode.php +7 -0
- package/config/easy/CreateTheLongestSequenceOf1s/config.json +83 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/01 - 2 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/02 - 5 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/03 - 11 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/04 - 50 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/05 - 100 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/06 - 999 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/07 - 32 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/08 - 20 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/09 - whole string.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/10 - all zeros.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/11 - gaps.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/12 - random 100.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/13 - random 32.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/14 - gaps 2.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/input/15 - steps.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/01 - 2 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/02 - 5 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/03 - 11 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/04 - 50 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/05 - 100 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/06 - 999 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/07 - 32 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/08 - 20 bits.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/09 - whole string.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/10 - all zeros.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/11 - gaps.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/12 - random 100.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/13 - random 32.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/14 - gaps 2.txt +1 -0
- package/config/easy/CreateTheLongestSequenceOf1s/output/15 - steps.txt +1 -0
- package/config/easy/CreditCardVerifier/code/CGCode.js +9 -0
- package/config/easy/CreditCardVerifier/code/CGCode.php +11 -0
- package/config/easy/CreditCardVerifier/config.json +28 -0
- package/config/easy/CreditCardVerifier/input/01 - tests.txt +3 -0
- package/config/easy/CreditCardVerifier/input/02 - MasterCard.txt +4 -0
- package/config/easy/CreditCardVerifier/input/03 - Discover.txt +5 -0
- package/config/easy/CreditCardVerifier/input/04 - VISA.txt +5 -0
- package/config/easy/CreditCardVerifier/output/01 - tests.txt +2 -0
- package/config/easy/CreditCardVerifier/output/02 - MasterCard.txt +3 -0
- package/config/easy/CreditCardVerifier/output/03 - Discover.txt +4 -0
- package/config/easy/CreditCardVerifier/output/04 - VISA.txt +4 -0
- package/config/easy/CropCircles/code/CGCode.js +6 -0
- package/config/easy/CropCircles/code/CGCode.php +7 -0
- package/config/easy/CropCircles/config.json +68 -0
- package/config/easy/CropCircles/input/01 - basic.txt +1 -0
- package/config/easy/CropCircles/input/02 - we are not alone.txt +1 -0
- package/config/easy/CropCircles/input/03 - classic with PLANT.txt +1 -0
- package/config/easy/CropCircles/input/04 - bulls eye.txt +1 -0
- package/config/easy/CropCircles/input/05 - PLANTMOW.txt +1 -0
- package/config/easy/CropCircles/input/06 - a person.txt +1 -0
- package/config/easy/CropCircles/input/07 - half moons.txt +1 -0
- package/config/easy/CropCircles/input/08 - bonus.txt +1 -0
- package/config/easy/CropCircles/input/09 - single.txt +1 -0
- package/config/easy/CropCircles/input/10 - venn diagram.txt +1 -0
- package/config/easy/CropCircles/input/11 - that was excessive.txt +1 -0
- package/config/easy/CropCircles/input/12 - why am i even here.txt +1 -0
- package/config/easy/CropCircles/output/01 - basic.txt +25 -0
- package/config/easy/CropCircles/output/02 - we are not alone.txt +25 -0
- package/config/easy/CropCircles/output/03 - classic with PLANT.txt +25 -0
- package/config/easy/CropCircles/output/04 - bulls eye.txt +25 -0
- package/config/easy/CropCircles/output/05 - PLANTMOW.txt +25 -0
- package/config/easy/CropCircles/output/06 - a person.txt +25 -0
- package/config/easy/CropCircles/output/07 - half moons.txt +25 -0
- package/config/easy/CropCircles/output/08 - bonus.txt +25 -0
- package/config/easy/CropCircles/output/09 - single.txt +25 -0
- package/config/easy/CropCircles/output/10 - venn diagram.txt +25 -0
- package/config/easy/CropCircles/output/11 - that was excessive.txt +25 -0
- package/config/easy/CropCircles/output/12 - why am i even here.txt +25 -0
- package/config/easy/CubicBezierCurves/code/CGCode.js +23 -0
- package/config/easy/CubicBezierCurves/code/CGCode.php +15 -0
- package/config/easy/CubicBezierCurves/config.json +38 -0
- package/config/easy/CubicBezierCurves/input/01 - simple with low resolution.txt +6 -0
- package/config/easy/CubicBezierCurves/input/02 - inverted control points.txt +6 -0
- package/config/easy/CubicBezierCurves/input/03 - close loop.txt +6 -0
- package/config/easy/CubicBezierCurves/input/04 - only extremes.txt +6 -0
- package/config/easy/CubicBezierCurves/input/05 - high resolution.txt +6 -0
- package/config/easy/CubicBezierCurves/input/06 - high resolution 2.txt +6 -0
- package/config/easy/CubicBezierCurves/output/01 - simple with low resolution.txt +10 -0
- package/config/easy/CubicBezierCurves/output/02 - inverted control points.txt +20 -0
- package/config/easy/CubicBezierCurves/output/03 - close loop.txt +30 -0
- package/config/easy/CubicBezierCurves/output/04 - only extremes.txt +15 -0
- package/config/easy/CubicBezierCurves/output/05 - high resolution.txt +50 -0
- package/config/easy/CubicBezierCurves/output/06 - high resolution 2.txt +40 -0
- package/config/easy/Darts/code/CGCode.js +17 -0
- package/config/easy/Darts/code/CGCode.php +17 -0
- package/config/easy/Darts/config.json +28 -0
- package/config/easy/Darts/input/01 - hit and miss duos.txt +9 -0
- package/config/easy/Darts/input/02 - Solo play.txt +7 -0
- package/config/easy/Darts/input/03 - chaotic ties.txt +18 -0
- package/config/easy/Darts/input/04 - circles.txt +15 -0
- package/config/easy/Darts/output/01 - hit and miss duos.txt +2 -0
- package/config/easy/Darts/output/02 - Solo play.txt +1 -0
- package/config/easy/Darts/output/03 - chaotic ties.txt +5 -0
- package/config/easy/Darts/output/04 - circles.txt +4 -0
- package/config/easy/DeadMensShot/code/CGCode.js +17 -0
- package/config/easy/DeadMensShot/code/CGCode.php +16 -0
- package/config/easy/DeadMensShot/config.json +33 -0
- package/config/easy/DeadMensShot/input/01 - square.txt +11 -0
- package/config/easy/DeadMensShot/input/02 - triangle.txt +10 -0
- package/config/easy/DeadMensShot/input/03 - five corners.txt +12 -0
- package/config/easy/DeadMensShot/input/04 - six sides.txt +13 -0
- package/config/easy/DeadMensShot/input/05 - ten sides.txt +18 -0
- package/config/easy/DeadMensShot/output/01 - square.txt +5 -0
- package/config/easy/DeadMensShot/output/02 - triangle.txt +5 -0
- package/config/easy/DeadMensShot/output/03 - five corners.txt +5 -0
- package/config/easy/DeadMensShot/output/04 - six sides.txt +5 -0
- package/config/easy/DeadMensShot/output/05 - ten sides.txt +6 -0
- package/config/easy/DecodeTheMessage/code/CGCode.js +7 -0
- package/config/easy/DecodeTheMessage/code/CGCode.php +8 -0
- package/config/easy/DecodeTheMessage/config.json +43 -0
- package/config/easy/DecodeTheMessage/input/01 - test 1.txt +2 -0
- package/config/easy/DecodeTheMessage/input/02 - test 2.txt +2 -0
- package/config/easy/DecodeTheMessage/input/03 - test 3.txt +2 -0
- package/config/easy/DecodeTheMessage/input/04 - test 4.txt +2 -0
- package/config/easy/DecodeTheMessage/input/05 - test 5.txt +2 -0
- package/config/easy/DecodeTheMessage/input/06 - test 6.txt +2 -0
- package/config/easy/DecodeTheMessage/input/07 - test 7.txt +2 -0
- package/config/easy/DecodeTheMessage/output/01 - test 1.txt +1 -0
- package/config/easy/DecodeTheMessage/output/02 - test 2.txt +1 -0
- package/config/easy/DecodeTheMessage/output/03 - test 3.txt +1 -0
- package/config/easy/DecodeTheMessage/output/04 - test 4.txt +1 -0
- package/config/easy/DecodeTheMessage/output/05 - test 5.txt +1 -0
- package/config/easy/DecodeTheMessage/output/06 - test 6.txt +1 -0
- package/config/easy/DecodeTheMessage/output/07 - test 7.txt +1 -0
- package/config/easy/Defibrillators/code/CGCode.php +4 -4
- package/config/easy/DetectiveGeek/code/CGCode.js +7 -0
- package/config/easy/DetectiveGeek/code/CGCode.php +8 -0
- package/config/easy/DetectiveGeek/config.json +43 -0
- package/config/easy/DetectiveGeek/input/01 - test 1.txt +2 -0
- package/config/easy/DetectiveGeek/input/02 - algeria.txt +2 -0
- package/config/easy/DetectiveGeek/input/03 - egypt.txt +2 -0
- package/config/easy/DetectiveGeek/input/04 - india.txt +2 -0
- package/config/easy/DetectiveGeek/input/05 - japan.txt +2 -0
- package/config/easy/DetectiveGeek/input/06 - italy.txt +2 -0
- package/config/easy/DetectiveGeek/input/07 - south korea.txt +2 -0
- package/config/easy/DetectiveGeek/output/01 - test 1.txt +2 -0
- package/config/easy/DetectiveGeek/output/02 - algeria.txt +2 -0
- package/config/easy/DetectiveGeek/output/03 - egypt.txt +2 -0
- package/config/easy/DetectiveGeek/output/04 - india.txt +2 -0
- package/config/easy/DetectiveGeek/output/05 - japan.txt +2 -0
- package/config/easy/DetectiveGeek/output/06 - italy.txt +2 -0
- package/config/easy/DetectiveGeek/output/07 - south korea.txt +2 -0
- package/config/easy/DieHandedness/code/CGCode.js +10 -0
- package/config/easy/DieHandedness/code/CGCode.php +11 -0
- package/config/easy/DieHandedness/config.json +58 -0
- package/config/easy/DieHandedness/input/01 - test 1.txt +3 -0
- package/config/easy/DieHandedness/input/02 - test 2.txt +3 -0
- package/config/easy/DieHandedness/input/03 - test 3.txt +3 -0
- package/config/easy/DieHandedness/input/04 - test 4.txt +3 -0
- package/config/easy/DieHandedness/input/05 - test 5.txt +3 -0
- package/config/easy/DieHandedness/input/06 - test 6.txt +3 -0
- package/config/easy/DieHandedness/input/07 - test 7.txt +3 -0
- package/config/easy/DieHandedness/input/08 - test 8.txt +3 -0
- package/config/easy/DieHandedness/input/09 - test 9.txt +3 -0
- package/config/easy/DieHandedness/input/10 - test 10.txt +3 -0
- package/config/easy/DieHandedness/output/01 - test 1.txt +1 -0
- package/config/easy/DieHandedness/output/02 - test 2.txt +1 -0
- package/config/easy/DieHandedness/output/03 - test 3.txt +1 -0
- package/config/easy/DieHandedness/output/04 - test 4.txt +1 -0
- package/config/easy/DieHandedness/output/05 - test 5.txt +1 -0
- package/config/easy/DieHandedness/output/06 - test 6.txt +1 -0
- package/config/easy/DieHandedness/output/07 - test 7.txt +1 -0
- package/config/easy/DieHandedness/output/08 - test 8.txt +1 -0
- package/config/easy/DieHandedness/output/09 - test 9.txt +1 -0
- package/config/easy/DieHandedness/output/10 - test 10.txt +1 -0
- package/config/easy/DisorderedFirstContact/code/CGCode.js +7 -0
- package/config/easy/DisorderedFirstContact/code/CGCode.php +8 -0
- package/config/easy/DisorderedFirstContact/config.json +33 -0
- package/config/easy/DisorderedFirstContact/input/01 - simple decoding.txt +2 -0
- package/config/easy/DisorderedFirstContact/input/02 - simple encoding.txt +2 -0
- package/config/easy/DisorderedFirstContact/input/03 - multiple decoding.txt +2 -0
- package/config/easy/DisorderedFirstContact/input/04 - multiple encoding.txt +2 -0
- package/config/easy/DisorderedFirstContact/input/05 - long string.txt +2 -0
- package/config/easy/DisorderedFirstContact/output/01 - simple decoding.txt +1 -0
- package/config/easy/DisorderedFirstContact/output/02 - simple encoding.txt +1 -0
- package/config/easy/DisorderedFirstContact/output/03 - multiple decoding.txt +1 -0
- package/config/easy/DisorderedFirstContact/output/04 - multiple encoding.txt +1 -0
- package/config/easy/DisorderedFirstContact/output/05 - long string.txt +1 -0
- package/config/easy/DistributingCandy/code/CGCode.js +12 -0
- package/config/easy/DistributingCandy/code/CGCode.php +12 -0
- package/config/easy/DistributingCandy/config.json +33 -0
- package/config/easy/DistributingCandy/input/01 - test 1.txt +2 -0
- package/config/easy/DistributingCandy/input/02 - test 2.txt +2 -0
- package/config/easy/DistributingCandy/input/03 - test 3.txt +2 -0
- package/config/easy/DistributingCandy/input/04 - test 4.txt +2 -0
- package/config/easy/DistributingCandy/input/05 - test 5.txt +2 -0
- package/config/easy/DistributingCandy/output/01 - test 1.txt +1 -0
- package/config/easy/DistributingCandy/output/02 - test 2.txt +1 -0
- package/config/easy/DistributingCandy/output/03 - test 3.txt +1 -0
- package/config/easy/DistributingCandy/output/04 - test 4.txt +1 -0
- package/config/easy/DistributingCandy/output/05 - test 5.txt +1 -0
- package/config/easy/DolbearsLaw/code/CGCode.js +9 -0
- package/config/easy/DolbearsLaw/code/CGCode.php +11 -0
- package/config/easy/DolbearsLaw/config.json +38 -0
- package/config/easy/DolbearsLaw/input/01 - the random is in the spring.txt +3 -0
- package/config/easy/DolbearsLaw/input/02 - winter is coming.txt +3 -0
- package/config/easy/DolbearsLaw/input/03 - jiminy beats the measure.txt +4 -0
- package/config/easy/DolbearsLaw/input/04 - jiminy nearly died of cold.txt +2 -0
- package/config/easy/DolbearsLaw/input/05 - an hour in summer.txt +61 -0
- package/config/easy/DolbearsLaw/input/06 - 30 minutes of heat wave.txt +31 -0
- package/config/easy/DolbearsLaw/output/01 - the random is in the spring.txt +2 -0
- package/config/easy/DolbearsLaw/output/02 - winter is coming.txt +1 -0
- package/config/easy/DolbearsLaw/output/03 - jiminy beats the measure.txt +2 -0
- package/config/easy/DolbearsLaw/output/04 - jiminy nearly died of cold.txt +1 -0
- package/config/easy/DolbearsLaw/output/05 - an hour in summer.txt +2 -0
- package/config/easy/DolbearsLaw/output/06 - 30 minutes of heat wave.txt +1 -0
- package/config/easy/DungeonsAndMaps/code/CGCode.js +17 -0
- package/config/easy/DungeonsAndMaps/code/CGCode.php +16 -0
- package/config/easy/DungeonsAndMaps/config.json +38 -0
- package/config/easy/DungeonsAndMaps/input/01 - example.txt +15 -0
- package/config/easy/DungeonsAndMaps/input/02 - trap.txt +10 -0
- package/config/easy/DungeonsAndMaps/input/03 - 2 maps.txt +17 -0
- package/config/easy/DungeonsAndMaps/input/04 - many maps.txt +58 -0
- package/config/easy/DungeonsAndMaps/input/05 - di.txt +27 -0
- package/config/easy/DungeonsAndMaps/input/06 - epic quest.txt +117 -0
- package/config/easy/DungeonsAndMaps/output/01 - example.txt +1 -0
- package/config/easy/DungeonsAndMaps/output/02 - trap.txt +1 -0
- package/config/easy/DungeonsAndMaps/output/03 - 2 maps.txt +1 -0
- package/config/easy/DungeonsAndMaps/output/04 - many maps.txt +1 -0
- package/config/easy/DungeonsAndMaps/output/05 - di.txt +1 -0
- package/config/easy/DungeonsAndMaps/output/06 - epic quest.txt +1 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/code/CGCode.js +11 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/code/CGCode.php +13 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/config.json +38 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/01 - encode 3.txt +6 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/02 - encode 23.txt +6 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/03 - decode 21.txt +6 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/04 - encode 21.txt +6 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/05 - encode 42.txt +6 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/input/06 - decode 49.txt +6 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/01 - encode 3.txt +1 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/02 - encode 23.txt +1 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/03 - decode 21.txt +1 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/04 - encode 21.txt +1 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/05 - encode 42.txt +1 -0
- package/config/easy/EncryptionDecryptionOfEnigmaMachine/output/06 - decode 49.txt +1 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/code/CGCode.js +12 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/code/CGCode.php +12 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/config.json +38 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/input/01 - series.txt +4 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/input/02 - parallel.txt +4 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/input/03 - combined (example diagram).txt +5 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/input/04 - complex.txt +9 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/input/05 - more complex.txt +5 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/input/06 - 5-pointed star.txt +3 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/output/01 - series.txt +1 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/output/02 - parallel.txt +1 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/output/03 - combined (example diagram).txt +1 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/output/04 - complex.txt +1 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/output/05 - more complex.txt +1 -0
- package/config/easy/EquivalentResistanceCircuitBuilding/output/06 - 5-pointed star.txt +1 -0
- package/config/easy/ExtendedHammingCodes/code/CGCode.js +6 -0
- package/config/easy/ExtendedHammingCodes/code/CGCode.php +7 -0
- package/config/easy/ExtendedHammingCodes/config.json +28 -0
- package/config/easy/ExtendedHammingCodes/input/01 - single bit flipped.txt +1 -0
- package/config/easy/ExtendedHammingCodes/input/02 - parity bit flipped.txt +1 -0
- package/config/easy/ExtendedHammingCodes/input/03 - two errors.txt +1 -0
- package/config/easy/ExtendedHammingCodes/input/04 - no error.txt +1 -0
- package/config/easy/ExtendedHammingCodes/output/01 - single bit flipped.txt +1 -0
- package/config/easy/ExtendedHammingCodes/output/02 - parity bit flipped.txt +1 -0
- package/config/easy/ExtendedHammingCodes/output/03 - two errors.txt +1 -0
- package/config/easy/ExtendedHammingCodes/output/04 - no error.txt +1 -0
- package/config/easy/FaroShuffle/code/CGCode.js +7 -0
- package/config/easy/FaroShuffle/code/CGCode.php +8 -0
- package/config/easy/FaroShuffle/config.json +28 -0
- package/config/easy/FaroShuffle/input/01 - aces.txt +2 -0
- package/config/easy/FaroShuffle/input/02 - odd number of cards.txt +2 -0
- package/config/easy/FaroShuffle/input/03 - multiple shuffles.txt +2 -0
- package/config/easy/FaroShuffle/input/04 - fresh deck.txt +2 -0
- package/config/easy/FaroShuffle/output/01 - aces.txt +1 -0
- package/config/easy/FaroShuffle/output/02 - odd number of cards.txt +1 -0
- package/config/easy/FaroShuffle/output/03 - multiple shuffles.txt +1 -0
- package/config/easy/FaroShuffle/output/04 - fresh deck.txt +1 -0
- package/config/easy/FaxMachine/code/CGCode.js +10 -0
- package/config/easy/FaxMachine/code/CGCode.php +12 -0
- package/config/easy/FaxMachine/config.json +33 -0
- package/config/easy/FaxMachine/input/01 - the example.txt +3 -0
- package/config/easy/FaxMachine/input/02 - half black half white.txt +3 -0
- package/config/easy/FaxMachine/input/03 - hello.txt +3 -0
- package/config/easy/FaxMachine/input/04 - heart.txt +3 -0
- package/config/easy/FaxMachine/input/05 - inverse.txt +3 -0
- package/config/easy/FaxMachine/output/01 - the example.txt +3 -0
- package/config/easy/FaxMachine/output/02 - half black half white.txt +6 -0
- package/config/easy/FaxMachine/output/03 - hello.txt +9 -0
- package/config/easy/FaxMachine/output/04 - heart.txt +7 -0
- package/config/easy/FaxMachine/output/05 - inverse.txt +7 -0
- package/config/easy/FeatureExtraction/code/CGCode.js +23 -0
- package/config/easy/FeatureExtraction/code/CGCode.php +24 -0
- package/config/easy/FeatureExtraction/config.json +28 -0
- package/config/easy/FeatureExtraction/input/01 - test 1.txt +7 -0
- package/config/easy/FeatureExtraction/input/02 - test 2.txt +10 -0
- package/config/easy/FeatureExtraction/input/03 - test 3.txt +17 -0
- package/config/easy/FeatureExtraction/input/04 - test 4.txt +15 -0
- package/config/easy/FeatureExtraction/output/01 - test 1.txt +2 -0
- package/config/easy/FeatureExtraction/output/02 - test 2.txt +3 -0
- package/config/easy/FeatureExtraction/output/03 - test 3.txt +6 -0
- package/config/easy/FeatureExtraction/output/04 - test 4.txt +8 -0
- package/config/easy/FireControl/code/CGCode.js +8 -0
- package/config/easy/FireControl/code/CGCode.php +10 -0
- package/config/easy/FireControl/config.json +48 -0
- package/config/easy/FireControl/input/01 - side-fire.txt +6 -0
- package/config/easy/FireControl/input/02 - who cut those.txt +6 -0
- package/config/easy/FireControl/input/03 - should I plant some trees.txt +6 -0
- package/config/easy/FireControl/input/04 - random centre.txt +6 -0
- package/config/easy/FireControl/input/05 - trees.txt +6 -0
- package/config/easy/FireControl/input/06 - Just RUN.txt +6 -0
- package/config/easy/FireControl/input/07 - who plant THIS.txt +6 -0
- package/config/easy/FireControl/input/08 - false alarm.txt +6 -0
- package/config/easy/FireControl/output/01 - side-fire.txt +1 -0
- package/config/easy/FireControl/output/02 - who cut those.txt +1 -0
- package/config/easy/FireControl/output/03 - should I plant some trees.txt +1 -0
- package/config/easy/FireControl/output/04 - random centre.txt +1 -0
- package/config/easy/FireControl/output/05 - trees.txt +1 -0
- package/config/easy/FireControl/output/06 - Just RUN.txt +1 -0
- package/config/easy/FireControl/output/07 - who plant THIS.txt +1 -0
- package/config/easy/FireControl/output/08 - false alarm.txt +1 -0
- package/config/easy/FlipTheSign/code/CGCode.js +14 -0
- package/config/easy/FlipTheSign/code/CGCode.php +15 -0
- package/config/easy/FlipTheSign/config.json +38 -0
- package/config/easy/FlipTheSign/input/01 - example.txt +11 -0
- package/config/easy/FlipTheSign/input/02 - example 2.txt +7 -0
- package/config/easy/FlipTheSign/input/03 - test 3.txt +11 -0
- package/config/easy/FlipTheSign/input/04 - test 4.txt +21 -0
- package/config/easy/FlipTheSign/input/05 - test 5.txt +21 -0
- package/config/easy/FlipTheSign/input/06 - test 6.txt +121 -0
- package/config/easy/FlipTheSign/output/01 - example.txt +1 -0
- package/config/easy/FlipTheSign/output/02 - example 2.txt +1 -0
- package/config/easy/FlipTheSign/output/03 - test 3.txt +1 -0
- package/config/easy/FlipTheSign/output/04 - test 4.txt +1 -0
- package/config/easy/FlipTheSign/output/05 - test 5.txt +1 -0
- package/config/easy/FlipTheSign/output/06 - test 6.txt +1 -0
- package/config/easy/FrameThePicture/code/CGCode.js +12 -0
- package/config/easy/FrameThePicture/code/CGCode.php +14 -0
- package/config/easy/FrameThePicture/config.json +33 -0
- package/config/easy/FrameThePicture/input/01 - tiny picture, thin frame.txt +3 -0
- package/config/easy/FrameThePicture/input/02 - small picture, thin frame.txt +3 -0
- package/config/easy/FrameThePicture/input/03 - small picture, 2-character frame.txt +4 -0
- package/config/easy/FrameThePicture/input/04 - medium picture, 3-character frame.txt +5 -0
- package/config/easy/FrameThePicture/input/05 - some art.txt +7 -0
- package/config/easy/FrameThePicture/output/01 - tiny picture, thin frame.txt +5 -0
- package/config/easy/FrameThePicture/output/02 - small picture, thin frame.txt +5 -0
- package/config/easy/FrameThePicture/output/03 - small picture, 2-character frame.txt +8 -0
- package/config/easy/FrameThePicture/output/04 - medium picture, 3-character frame.txt +11 -0
- package/config/easy/FrameThePicture/output/05 - some art.txt +9 -0
- package/config/easy/GeneticsAndComputers/code/CGCode.js +9 -0
- package/config/easy/GeneticsAndComputers/code/CGCode.php +8 -0
- package/config/easy/GeneticsAndComputers/config.json +28 -0
- package/config/easy/GeneticsAndComputers/input/01 - round yellow /342/234/226 round yellow.txt" +2 -0
- package/config/easy/GeneticsAndComputers/input/02 - round yellow /342/234/226 round green.txt" +2 -0
- package/config/easy/GeneticsAndComputers/input/03 - wrinkled yellow /342/234/226 round green.txt" +2 -0
- package/config/easy/GeneticsAndComputers/input/04 - tall yellow /342/234/226 tall green.txt" +2 -0
- package/config/easy/GeneticsAndComputers/output/01 - round yellow /342/234/226 round yellow.txt" +1 -0
- package/config/easy/GeneticsAndComputers/output/02 - round yellow /342/234/226 round green.txt" +1 -0
- package/config/easy/GeneticsAndComputers/output/03 - wrinkled yellow /342/234/226 round green.txt" +1 -0
- package/config/easy/GeneticsAndComputers/output/04 - tall yellow /342/234/226 tall green.txt" +1 -0
- package/config/easy/GhostLegs/code/CGCode.js +11 -0
- package/config/easy/GhostLegs/code/CGCode.php +11 -0
- package/config/easy/GhostLegs/config.json +38 -0
- package/config/easy/GhostLegs/input/01 - simple sample.txt +8 -0
- package/config/easy/GhostLegs/input/02 - small sample.txt +9 -0
- package/config/easy/GhostLegs/input/03 - 6 lanes.txt +15 -0
- package/config/easy/GhostLegs/input/04 - 8 lanes.txt +19 -0
- package/config/easy/GhostLegs/input/05 - 10 lanes.txt +21 -0
- package/config/easy/GhostLegs/input/06 - wide and wild.txt +24 -0
- package/config/easy/GhostLegs/output/01 - simple sample.txt +3 -0
- package/config/easy/GhostLegs/output/02 - small sample.txt +5 -0
- package/config/easy/GhostLegs/output/03 - 6 lanes.txt +6 -0
- package/config/easy/GhostLegs/output/04 - 8 lanes.txt +8 -0
- package/config/easy/GhostLegs/output/05 - 10 lanes.txt +10 -0
- package/config/easy/GhostLegs/output/06 - wide and wild.txt +26 -0
- package/config/easy/GoldPacking/code/CGCode.js +11 -0
- package/config/easy/GoldPacking/code/CGCode.php +13 -0
- package/config/easy/GoldPacking/config.json +28 -0
- package/config/easy/GoldPacking/input/01 - perfect fit.txt +3 -0
- package/config/easy/GoldPacking/input/02 - odd lengths.txt +3 -0
- package/config/easy/GoldPacking/input/03 - prime gold.txt +3 -0
- package/config/easy/GoldPacking/input/04 - triangular numbers.txt +3 -0
- package/config/easy/GoldPacking/output/01 - perfect fit.txt +1 -0
- package/config/easy/GoldPacking/output/02 - odd lengths.txt +1 -0
- package/config/easy/GoldPacking/output/03 - prime gold.txt +1 -0
- package/config/easy/GoldPacking/output/04 - triangular numbers.txt +1 -0
- package/config/easy/GraffitiOnTheFence/code/CGCode.js +12 -0
- package/config/easy/GraffitiOnTheFence/code/CGCode.php +12 -0
- package/config/easy/GraffitiOnTheFence/config.json +73 -0
- package/config/easy/GraffitiOnTheFence/input/01 - example.txt +4 -0
- package/config/easy/GraffitiOnTheFence/input/02 - overlapping 1.txt +4 -0
- package/config/easy/GraffitiOnTheFence/input/03 - overlapping 2.txt +4 -0
- package/config/easy/GraffitiOnTheFence/input/04 - all painted.txt +7 -0
- package/config/easy/GraffitiOnTheFence/input/05 - continuous.txt +12 -0
- package/config/easy/GraffitiOnTheFence/input/06 - long fence 1.txt +7 -0
- package/config/easy/GraffitiOnTheFence/input/07 - long fence 2.txt +74 -0
- package/config/easy/GraffitiOnTheFence/input/08 - long fence 3.txt +102 -0
- package/config/easy/GraffitiOnTheFence/input/09 - long fence 4.txt +60 -0
- package/config/easy/GraffitiOnTheFence/input/10 - long fence 5.txt +52 -0
- package/config/easy/GraffitiOnTheFence/input/11 - long fence 6.txt +9 -0
- package/config/easy/GraffitiOnTheFence/input/12 - minor test 1.txt +5 -0
- package/config/easy/GraffitiOnTheFence/input/13 - minor test 2.txt +5 -0
- package/config/easy/GraffitiOnTheFence/output/01 - example.txt +3 -0
- package/config/easy/GraffitiOnTheFence/output/02 - overlapping 1.txt +2 -0
- package/config/easy/GraffitiOnTheFence/output/03 - overlapping 2.txt +2 -0
- package/config/easy/GraffitiOnTheFence/output/04 - all painted.txt +7 -0
- package/config/easy/GraffitiOnTheFence/output/05 - continuous.txt +1 -0
- package/config/easy/GraffitiOnTheFence/output/06 - long fence 1.txt +2 -0
- package/config/easy/GraffitiOnTheFence/output/07 - long fence 2.txt +2 -0
- package/config/easy/GraffitiOnTheFence/output/08 - long fence 3.txt +3 -0
- package/config/easy/GraffitiOnTheFence/output/09 - long fence 4.txt +3 -0
- package/config/easy/GraffitiOnTheFence/output/10 - long fence 5.txt +3 -0
- package/config/easy/GraffitiOnTheFence/output/11 - long fence 6.txt +3 -0
- package/config/easy/GraffitiOnTheFence/output/12 - minor test 1.txt +1 -0
- package/config/easy/GraffitiOnTheFence/output/13 - minor test 2.txt +1 -0
- package/config/easy/HappyNumbers/code/CGCode.js +9 -0
- package/config/easy/HappyNumbers/code/CGCode.php +11 -0
- package/config/easy/HappyNumbers/config.json +33 -0
- package/config/easy/HappyNumbers/input/01 - simple.txt +3 -0
- package/config/easy/HappyNumbers/input/02 - moderate.txt +11 -0
- package/config/easy/HappyNumbers/input/03 - serious.txt +51 -0
- package/config/easy/HappyNumbers/input/04 - watch out the limit.txt +31 -0
- package/config/easy/HappyNumbers/input/05 - cocktail.txt +57 -0
- package/config/easy/HappyNumbers/output/01 - simple.txt +2 -0
- package/config/easy/HappyNumbers/output/02 - moderate.txt +10 -0
- package/config/easy/HappyNumbers/output/03 - serious.txt +50 -0
- package/config/easy/HappyNumbers/output/04 - watch out the limit.txt +30 -0
- package/config/easy/HappyNumbers/output/05 - cocktail.txt +56 -0
- package/config/easy/HelloWorld/code/CGCode.js +18 -0
- package/config/easy/HelloWorld/code/CGCode.php +25 -0
- package/config/easy/HelloWorld/config.json +38 -0
- package/config/easy/HelloWorld/input/01 - dualism.txt +8 -0
- package/config/easy/HelloWorld/input/02 - border travels in TriTheatreLand.txt +17 -0
- package/config/easy/HelloWorld/input/03 - CodinGame world.txt +65 -0
- package/config/easy/HelloWorld/input/04 - lonely planet.txt +5 -0
- package/config/easy/HelloWorld/input/05 - roundtrip in Europe.txt +83 -0
- package/config/easy/HelloWorld/input/06 - pole to Pole with Michael Palin.txt +15 -0
- package/config/easy/HelloWorld/output/01 - dualism.txt +2 -0
- package/config/easy/HelloWorld/output/02 - border travels in TriTheatreLand.txt +9 -0
- package/config/easy/HelloWorld/output/03 - CodinGame world.txt +7 -0
- package/config/easy/HelloWorld/output/04 - lonely planet.txt +1 -0
- package/config/easy/HelloWorld/output/05 - roundtrip in Europe.txt +5 -0
- package/config/easy/HelloWorld/output/06 - pole to Pole with Michael Palin.txt +7 -0
- package/config/easy/HiddenMessagesInImages/code/CGCode.js +14 -0
- package/config/easy/HiddenMessagesInImages/code/CGCode.php +15 -0
- package/config/easy/HiddenMessagesInImages/config.json +28 -0
- package/config/easy/HiddenMessagesInImages/input/01 - hello world!.txt +13 -0
- package/config/easy/HiddenMessagesInImages/input/02 - this is a lot of fun!.txt +15 -0
- package/config/easy/HiddenMessagesInImages/input/03 - i learned something new with this puzzle.txt +21 -0
- package/config/easy/HiddenMessagesInImages/input/04 - i will hide messages in all my photos.txt +38 -0
- package/config/easy/HiddenMessagesInImages/output/01 - hello world!.txt +1 -0
- package/config/easy/HiddenMessagesInImages/output/02 - this is a lot of fun!.txt +1 -0
- package/config/easy/HiddenMessagesInImages/output/03 - i learned something new with this puzzle.txt +1 -0
- package/config/easy/HiddenMessagesInImages/output/04 - i will hide messages in all my photos.txt +1 -0
- package/config/easy/HoochClash/code/CGCode.js +11 -0
- package/config/easy/HoochClash/code/CGCode.php +8 -0
- package/config/easy/HoochClash/config.json +63 -0
- package/config/easy/HoochClash/input/01 - this is fun!.txt +2 -0
- package/config/easy/HoochClash/input/02 - this is valid!.txt +2 -0
- package/config/easy/HoochClash/input/03 - fun enough.txt +2 -0
- package/config/easy/HoochClash/input/04 - whee.txt +2 -0
- package/config/easy/HoochClash/input/05 - higher.txt +2 -0
- package/config/easy/HoochClash/input/06 - much higher.txt +2 -0
- package/config/easy/HoochClash/input/07 - crazy high.txt +2 -0
- package/config/easy/HoochClash/input/08 - stoned.txt +2 -0
- package/config/easy/HoochClash/input/09 - overflow.txt +2 -0
- package/config/easy/HoochClash/input/10 - underflow.txt +2 -0
- package/config/easy/HoochClash/input/11 - B&B.txt +2 -0
- package/config/easy/HoochClash/output/01 - this is fun!.txt +1 -0
- package/config/easy/HoochClash/output/02 - this is valid!.txt +1 -0
- package/config/easy/HoochClash/output/03 - fun enough.txt +1 -0
- package/config/easy/HoochClash/output/04 - whee.txt +1 -0
- package/config/easy/HoochClash/output/05 - higher.txt +1 -0
- package/config/easy/HoochClash/output/06 - much higher.txt +1 -0
- package/config/easy/HoochClash/output/07 - crazy high.txt +1 -0
- package/config/easy/HoochClash/output/08 - stoned.txt +1 -0
- package/config/easy/HoochClash/output/09 - overflow.txt +1 -0
- package/config/easy/HoochClash/output/10 - underflow.txt +1 -0
- package/config/easy/HoochClash/output/11 - B&B.txt +1 -0
- package/config/easy/HorseRacingDuals/code/CGCode.php +2 -2
- package/config/easy/HorseRacingHyperduals/code/CGCode.js +11 -0
- package/config/easy/HorseRacingHyperduals/code/CGCode.php +11 -0
- package/config/easy/HorseRacingHyperduals/config.json +73 -0
- package/config/easy/HorseRacingHyperduals/input/01 - velocity-centric race.txt +11 -0
- package/config/easy/HorseRacingHyperduals/input/02 - elegance-centric race.txt +11 -0
- package/config/easy/HorseRacingHyperduals/input/03 - balanced horses.txt +11 -0
- package/config/easy/HorseRacingHyperduals/input/04 - linear horses.txt +11 -0
- package/config/easy/HorseRacingHyperduals/input/05 - affine horses.txt +11 -0
- package/config/easy/HorseRacingHyperduals/input/06 - bimodal horses.txt +21 -0
- package/config/easy/HorseRacingHyperduals/input/07 - 2D horses.txt +21 -0
- package/config/easy/HorseRacingHyperduals/input/08 - a fistful of horses.txt +101 -0
- package/config/easy/HorseRacingHyperduals/input/09 - for a few horse more.txt +251 -0
- package/config/easy/HorseRacingHyperduals/input/10 - all your horse are belong to us.txt +401 -0
- package/config/easy/HorseRacingHyperduals/input/11 - many horses.txt +601 -0
- package/config/easy/HorseRacingHyperduals/input/12 - mmmaaannn, that sucks!.txt +21 -0
- package/config/easy/HorseRacingHyperduals/input/13 - don/342/200/231t overflow your stack.txt" +21 -0
- package/config/easy/HorseRacingHyperduals/output/01 - velocity-centric race.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/02 - elegance-centric race.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/03 - balanced horses.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/04 - linear horses.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/05 - affine horses.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/06 - bimodal horses.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/07 - 2D horses.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/08 - a fistful of horses.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/09 - for a few horse more.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/10 - all your horse are belong to us.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/11 - many horses.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/12 - mmmaaannn, that sucks!.txt +1 -0
- package/config/easy/HorseRacingHyperduals/output/13 - don/342/200/231t overflow your stack.txt" +1 -0
- package/config/easy/HowTimeFlies/code/CGCode.js +7 -0
- package/config/easy/HowTimeFlies/code/CGCode.php +8 -0
- package/config/easy/HowTimeFlies/config.json +53 -0
- package/config/easy/HowTimeFlies/input/01 - full years.txt +2 -0
- package/config/easy/HowTimeFlies/input/02 - full months.txt +2 -0
- package/config/easy/HowTimeFlies/input/03 - years and months.txt +2 -0
- package/config/easy/HowTimeFlies/input/04 - days only.txt +2 -0
- package/config/easy/HowTimeFlies/input/05 - same date.txt +2 -0
- package/config/easy/HowTimeFlies/input/06 - complex.txt +2 -0
- package/config/easy/HowTimeFlies/input/07 - one month.txt +2 -0
- package/config/easy/HowTimeFlies/input/08 - one year.txt +2 -0
- package/config/easy/HowTimeFlies/input/09 - leap year.txt +2 -0
- package/config/easy/HowTimeFlies/output/01 - full years.txt +1 -0
- package/config/easy/HowTimeFlies/output/02 - full months.txt +1 -0
- package/config/easy/HowTimeFlies/output/03 - years and months.txt +1 -0
- package/config/easy/HowTimeFlies/output/04 - days only.txt +1 -0
- package/config/easy/HowTimeFlies/output/05 - same date.txt +1 -0
- package/config/easy/HowTimeFlies/output/06 - complex.txt +1 -0
- package/config/easy/HowTimeFlies/output/07 - one month.txt +1 -0
- package/config/easy/HowTimeFlies/output/08 - one year.txt +1 -0
- package/config/easy/HowTimeFlies/output/09 - leap year.txt +1 -0
- package/config/easy/IPv6Shortener/code/CGCode.js +6 -0
- package/config/easy/IPv6Shortener/code/CGCode.php +7 -0
- package/config/easy/IPv6Shortener/config.json +48 -0
- package/config/easy/IPv6Shortener/input/01 - simple address.txt +1 -0
- package/config/easy/IPv6Shortener/input/02 - loopback address.txt +1 -0
- package/config/easy/IPv6Shortener/input/03 - multiple zero blocks.txt +1 -0
- package/config/easy/IPv6Shortener/input/04 - no zero blocks.txt +1 -0
- package/config/easy/IPv6Shortener/input/05 - one zero block.txt +1 -0
- package/config/easy/IPv6Shortener/input/06 - no full zero blocks.txt +1 -0
- package/config/easy/IPv6Shortener/input/07 - zero blocks of same length.txt +1 -0
- package/config/easy/IPv6Shortener/input/08 - zero block at the end.txt +1 -0
- package/config/easy/IPv6Shortener/output/01 - simple address.txt +1 -0
- package/config/easy/IPv6Shortener/output/02 - loopback address.txt +1 -0
- package/config/easy/IPv6Shortener/output/03 - multiple zero blocks.txt +1 -0
- package/config/easy/IPv6Shortener/output/04 - no zero blocks.txt +1 -0
- package/config/easy/IPv6Shortener/output/05 - one zero block.txt +1 -0
- package/config/easy/IPv6Shortener/output/06 - no full zero blocks.txt +1 -0
- package/config/easy/IPv6Shortener/output/07 - zero blocks of same length.txt +1 -0
- package/config/easy/IPv6Shortener/output/08 - zero block at the end.txt +1 -0
- package/config/easy/ISBNCheckDigit/code/CGCode.js +9 -0
- package/config/easy/ISBNCheckDigit/code/CGCode.php +11 -0
- package/config/easy/ISBNCheckDigit/config.json +28 -0
- package/config/easy/ISBNCheckDigit/input/01 - example.txt +7 -0
- package/config/easy/ISBNCheckDigit/input/02 - short.txt +11 -0
- package/config/easy/ISBNCheckDigit/input/03 - longer.txt +22 -0
- package/config/easy/ISBNCheckDigit/input/04 - much longer.txt +310 -0
- package/config/easy/ISBNCheckDigit/output/01 - example.txt +4 -0
- package/config/easy/ISBNCheckDigit/output/02 - short.txt +5 -0
- package/config/easy/ISBNCheckDigit/output/03 - longer.txt +7 -0
- package/config/easy/ISBNCheckDigit/output/04 - much longer.txt +13 -0
- package/config/easy/InStereo/code/CGCode.js +17 -0
- package/config/easy/InStereo/code/CGCode.php +17 -0
- package/config/easy/InStereo/config.json +28 -0
- package/config/easy/InStereo/input/01 - example.txt +9 -0
- package/config/easy/InStereo/input/02 - lattice.txt +14 -0
- package/config/easy/InStereo/input/03 - diamond.txt +26 -0
- package/config/easy/InStereo/input/04 - viewFullscreen.txt +23 -0
- package/config/easy/InStereo/output/01 - example.txt +4 -0
- package/config/easy/InStereo/output/02 - lattice.txt +9 -0
- package/config/easy/InStereo/output/03 - diamond.txt +21 -0
- package/config/easy/InStereo/output/04 - viewFullscreen.txt +18 -0
- package/config/easy/IsThatAPossibleWord/code/CGCode.js +17 -0
- package/config/easy/IsThatAPossibleWord/code/CGCode.php +20 -0
- package/config/easy/IsThatAPossibleWord/config.json +28 -0
- package/config/easy/IsThatAPossibleWord/input/01 - test 1.txt +22 -0
- package/config/easy/IsThatAPossibleWord/input/02 - test 2.txt +27 -0
- package/config/easy/IsThatAPossibleWord/input/03 - test 3.txt +19 -0
- package/config/easy/IsThatAPossibleWord/input/04 - test 4.txt +17 -0
- package/config/easy/IsThatAPossibleWord/output/01 - test 1.txt +10 -0
- package/config/easy/IsThatAPossibleWord/output/02 - test 2.txt +5 -0
- package/config/easy/IsThatAPossibleWord/output/03 - test 3.txt +7 -0
- package/config/easy/IsThatAPossibleWord/output/04 - test 4.txt +6 -0
- package/config/easy/IsTheKingInCheckPart1/code/CGCode.js +8 -0
- package/config/easy/IsTheKingInCheckPart1/code/CGCode.php +10 -0
- package/config/easy/IsTheKingInCheckPart1/config.json +33 -0
- package/config/easy/IsTheKingInCheckPart1/input/01 - R vs K.txt +8 -0
- package/config/easy/IsTheKingInCheckPart1/input/02 - B vs K.txt +8 -0
- package/config/easy/IsTheKingInCheckPart1/input/03 - Q vs K.txt +8 -0
- package/config/easy/IsTheKingInCheckPart1/input/04 - N vs K.txt +8 -0
- package/config/easy/IsTheKingInCheckPart1/input/05 - test 5.txt +8 -0
- package/config/easy/IsTheKingInCheckPart1/output/01 - R vs K.txt +1 -0
- package/config/easy/IsTheKingInCheckPart1/output/02 - B vs K.txt +1 -0
- package/config/easy/IsTheKingInCheckPart1/output/03 - Q vs K.txt +1 -0
- package/config/easy/IsTheKingInCheckPart1/output/04 - N vs K.txt +1 -0
- package/config/easy/IsTheKingInCheckPart1/output/05 - test 5.txt +1 -0
- package/config/easy/JackSilverTheCasino/code/CGCode.js +10 -0
- package/config/easy/JackSilverTheCasino/code/CGCode.php +12 -0
- package/config/easy/JackSilverTheCasino/config.json +28 -0
- package/config/easy/JackSilverTheCasino/input/01 - target 1.txt +59 -0
- package/config/easy/JackSilverTheCasino/input/02 - target 3.txt +82 -0
- package/config/easy/JackSilverTheCasino/input/03 - target 5.txt +75 -0
- package/config/easy/JackSilverTheCasino/input/04 - 0 is not EVEN.txt +75 -0
- package/config/easy/JackSilverTheCasino/output/01 - target 1.txt +1 -0
- package/config/easy/JackSilverTheCasino/output/02 - target 3.txt +1 -0
- package/config/easy/JackSilverTheCasino/output/03 - target 5.txt +1 -0
- package/config/easy/JackSilverTheCasino/output/04 - 0 is not EVEN.txt +1 -0
- package/config/easy/KissTheGirls/code/CGCode.js +11 -0
- package/config/easy/KissTheGirls/code/CGCode.php +11 -0
- package/config/easy/KissTheGirls/config.json +33 -0
- package/config/easy/KissTheGirls/input/01 - test 1.txt +7 -0
- package/config/easy/KissTheGirls/input/02 - test 2.txt +9 -0
- package/config/easy/KissTheGirls/input/03 - test 3.txt +16 -0
- package/config/easy/KissTheGirls/input/04 - test 4.txt +21 -0
- package/config/easy/KissTheGirls/input/05 - test 5.txt +51 -0
- package/config/easy/KissTheGirls/output/01 - test 1.txt +1 -0
- package/config/easy/KissTheGirls/output/02 - test 2.txt +1 -0
- package/config/easy/KissTheGirls/output/03 - test 3.txt +1 -0
- package/config/easy/KissTheGirls/output/04 - test 4.txt +1 -0
- package/config/easy/KissTheGirls/output/05 - test 5.txt +1 -0
- package/config/easy/LargestNumber/code/CGCode.js +7 -0
- package/config/easy/LargestNumber/code/CGCode.php +8 -0
- package/config/easy/LargestNumber/config.json +33 -0
- package/config/easy/LargestNumber/input/01 - no change required.txt +2 -0
- package/config/easy/LargestNumber/input/02 - remove 1 digit.txt +2 -0
- package/config/easy/LargestNumber/input/03 - remove 2 digits.txt +2 -0
- package/config/easy/LargestNumber/input/04 - no solution.txt +2 -0
- package/config/easy/LargestNumber/input/05 - final test.txt +2 -0
- package/config/easy/LargestNumber/output/01 - no change required.txt +1 -0
- package/config/easy/LargestNumber/output/02 - remove 1 digit.txt +1 -0
- package/config/easy/LargestNumber/output/03 - remove 2 digits.txt +1 -0
- package/config/easy/LargestNumber/output/04 - no solution.txt +1 -0
- package/config/easy/LargestNumber/output/05 - final test.txt +1 -0
- package/config/easy/LogicGates/code/CGCode.js +21 -0
- package/config/easy/LogicGates/code/CGCode.php +19 -0
- package/config/easy/LogicGates/config.json +58 -0
- package/config/easy/LogicGates/input/01 - 2 input signals, 3 gates.txt +7 -0
- package/config/easy/LogicGates/input/02 - inverter (NAND).txt +4 -0
- package/config/easy/LogicGates/input/03 - AND.txt +8 -0
- package/config/easy/LogicGates/input/04 - OR.txt +8 -0
- package/config/easy/LogicGates/input/05 - XOR.txt +8 -0
- package/config/easy/LogicGates/input/06 - buffer (OR).txt +4 -0
- package/config/easy/LogicGates/input/07 - NAND.txt +8 -0
- package/config/easy/LogicGates/input/08 - NOR.txt +7 -0
- package/config/easy/LogicGates/input/09 - NXOR.txt +9 -0
- package/config/easy/LogicGates/input/10 - all gates.txt +22 -0
- package/config/easy/LogicGates/output/01 - 2 input signals, 3 gates.txt +3 -0
- package/config/easy/LogicGates/output/02 - inverter (NAND).txt +1 -0
- package/config/easy/LogicGates/output/03 - AND.txt +3 -0
- package/config/easy/LogicGates/output/04 - OR.txt +3 -0
- package/config/easy/LogicGates/output/05 - XOR.txt +3 -0
- package/config/easy/LogicGates/output/06 - buffer (OR).txt +1 -0
- package/config/easy/LogicGates/output/07 - NAND.txt +3 -0
- package/config/easy/LogicGates/output/08 - NOR.txt +2 -0
- package/config/easy/LogicGates/output/09 - NXOR.txt +3 -0
- package/config/easy/LogicGates/output/10 - all gates.txt +16 -0
- package/config/easy/LogicallyReasonableInequalities/code/CGCode.js +9 -0
- package/config/easy/LogicallyReasonableInequalities/code/CGCode.php +11 -0
- package/config/easy/LogicallyReasonableInequalities/config.json +33 -0
- package/config/easy/LogicallyReasonableInequalities/input/01 - test 1.txt +3 -0
- package/config/easy/LogicallyReasonableInequalities/input/02 - test 2.txt +4 -0
- package/config/easy/LogicallyReasonableInequalities/input/03 - test 3.txt +6 -0
- package/config/easy/LogicallyReasonableInequalities/input/04 - test 4.txt +12 -0
- package/config/easy/LogicallyReasonableInequalities/input/05 - test 5.txt +4 -0
- package/config/easy/LogicallyReasonableInequalities/output/01 - test 1.txt +1 -0
- package/config/easy/LogicallyReasonableInequalities/output/02 - test 2.txt +1 -0
- package/config/easy/LogicallyReasonableInequalities/output/03 - test 3.txt +1 -0
- package/config/easy/LogicallyReasonableInequalities/output/04 - test 4.txt +1 -0
- package/config/easy/LogicallyReasonableInequalities/output/05 - test 5.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/code/CGCode.js +11 -0
- package/config/easy/LowResolutionWhatsTheShape/code/CGCode.php +11 -0
- package/config/easy/LowResolutionWhatsTheShape/config.json +63 -0
- package/config/easy/LowResolutionWhatsTheShape/input/01 - rectangle.txt +4 -0
- package/config/easy/LowResolutionWhatsTheShape/input/02 - square.txt +4 -0
- package/config/easy/LowResolutionWhatsTheShape/input/03 - touching top isosceles.txt +4 -0
- package/config/easy/LowResolutionWhatsTheShape/input/04 - touching bottom non-isosceles.txt +4 -0
- package/config/easy/LowResolutionWhatsTheShape/input/05 - touching left only /342/200/230X/342/200/231 and /342/200/230./342/200/231.txt" +4 -0
- package/config/easy/LowResolutionWhatsTheShape/input/06 - touching right top - right angle.txt +5 -0
- package/config/easy/LowResolutionWhatsTheShape/input/07 - circle small.txt +4 -0
- package/config/easy/LowResolutionWhatsTheShape/input/08 - circle big.txt +11 -0
- package/config/easy/LowResolutionWhatsTheShape/input/09 - ellipse 1.txt +4 -0
- package/config/easy/LowResolutionWhatsTheShape/input/10 - ellipse 2.txt +5 -0
- package/config/easy/LowResolutionWhatsTheShape/input/11 - ellipse 3.txt +8 -0
- package/config/easy/LowResolutionWhatsTheShape/output/01 - rectangle.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/02 - square.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/03 - touching top isosceles.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/04 - touching bottom non-isosceles.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/05 - touching left only /342/200/230X/342/200/231 and /342/200/230./342/200/231.txt" +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/06 - touching right top - right angle.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/07 - circle small.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/08 - circle big.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/09 - ellipse 1.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/10 - ellipse 2.txt +1 -0
- package/config/easy/LowResolutionWhatsTheShape/output/11 - ellipse 3.txt +1 -0
- package/config/easy/Lumen/code/CGCode.js +13 -0
- package/config/easy/Lumen/code/CGCode.php +16 -0
- package/config/easy/Lumen/config.json +53 -0
- package/config/easy/Lumen/input/01 - THEY only have one candle.txt +7 -0
- package/config/easy/Lumen/input/02 - THEY are doing a ritual.txt +7 -0
- package/config/easy/Lumen/input/03 - THEY have a large pit.txt +7 -0
- package/config/easy/Lumen/input/04 - THEY have a small cellar.txt +8 -0
- package/config/easy/Lumen/input/05 - THEY have a medium cellar.txt +17 -0
- package/config/easy/Lumen/input/06 - THEY have a large cellar.txt +22 -0
- package/config/easy/Lumen/input/07 - THEY are not very smart.txt +5 -0
- package/config/easy/Lumen/input/08 - THEY have a great hall.txt +27 -0
- package/config/easy/Lumen/input/09 - Not Euclidean.txt +7 -0
- package/config/easy/Lumen/output/01 - THEY only have one candle.txt +1 -0
- package/config/easy/Lumen/output/02 - THEY are doing a ritual.txt +1 -0
- package/config/easy/Lumen/output/03 - THEY have a large pit.txt +1 -0
- package/config/easy/Lumen/output/04 - THEY have a small cellar.txt +1 -0
- package/config/easy/Lumen/output/05 - THEY have a medium cellar.txt +1 -0
- package/config/easy/Lumen/output/06 - THEY have a large cellar.txt +1 -0
- package/config/easy/Lumen/output/07 - THEY are not very smart.txt +1 -0
- package/config/easy/Lumen/output/08 - THEY have a great hall.txt +1 -0
- package/config/easy/Lumen/output/09 - Not Euclidean.txt +1 -0
- package/config/easy/MIMEType/code/CGCode.php +4 -4
- package/config/easy/MagicString/code/CGCode.js +9 -0
- package/config/easy/MagicString/code/CGCode.php +11 -0
- package/config/easy/MagicString/config.json +58 -0
- package/config/easy/MagicString/input/01 - example.txt +7 -0
- package/config/easy/MagicString/input/02 - louis.txt +17 -0
- package/config/easy/MagicString/input/03 - 1-10.txt +11 -0
- package/config/easy/MagicString/input/04 - metals.txt +39 -0
- package/config/easy/MagicString/input/05 - quick test 1.txt +3 -0
- package/config/easy/MagicString/input/06 - quick test 2.txt +3 -0
- package/config/easy/MagicString/input/07 - quick test 3.txt +3 -0
- package/config/easy/MagicString/input/08 - quick test 4.txt +3 -0
- package/config/easy/MagicString/input/09 - quick test 5.txt +3 -0
- package/config/easy/MagicString/input/10 - tricky.txt +7 -0
- package/config/easy/MagicString/output/01 - example.txt +1 -0
- package/config/easy/MagicString/output/02 - louis.txt +1 -0
- package/config/easy/MagicString/output/03 - 1-10.txt +1 -0
- package/config/easy/MagicString/output/04 - metals.txt +1 -0
- package/config/easy/MagicString/output/05 - quick test 1.txt +1 -0
- package/config/easy/MagicString/output/06 - quick test 2.txt +1 -0
- package/config/easy/MagicString/output/07 - quick test 3.txt +1 -0
- package/config/easy/MagicString/output/08 - quick test 4.txt +1 -0
- package/config/easy/MagicString/output/09 - quick test 5.txt +1 -0
- package/config/easy/MagicString/output/10 - tricky.txt +1 -0
- package/config/easy/MarkovTextGeneration/code/CGCode.js +9 -0
- package/config/easy/MarkovTextGeneration/code/CGCode.php +10 -0
- package/config/easy/MarkovTextGeneration/config.json +28 -0
- package/config/easy/MarkovTextGeneration/input/01 - fish example depth 2.txt +4 -0
- package/config/easy/MarkovTextGeneration/input/02 - fish example depth 1.txt +4 -0
- package/config/easy/MarkovTextGeneration/input/03 - width 2.txt +4 -0
- package/config/easy/MarkovTextGeneration/input/04 - width 3.txt +4 -0
- package/config/easy/MarkovTextGeneration/output/01 - fish example depth 2.txt +1 -0
- package/config/easy/MarkovTextGeneration/output/02 - fish example depth 1.txt +1 -0
- package/config/easy/MarkovTextGeneration/output/03 - width 2.txt +1 -0
- package/config/easy/MarkovTextGeneration/output/04 - width 3.txt +1 -0
- package/config/easy/MasterOfMayhem/code/CGCode.js +17 -0
- package/config/easy/MasterOfMayhem/code/CGCode.php +21 -0
- package/config/easy/MasterOfMayhem/config.json +33 -0
- package/config/easy/MasterOfMayhem/input/01 - simple.txt +15 -0
- package/config/easy/MasterOfMayhem/input/02 - no info.txt +14 -0
- package/config/easy/MasterOfMayhem/input/03 - too many cooks.txt +30 -0
- package/config/easy/MasterOfMayhem/input/04 - nobody left.txt +42 -0
- package/config/easy/MasterOfMayhem/input/05 - only one.txt +5 -0
- package/config/easy/MasterOfMayhem/output/01 - simple.txt +1 -0
- package/config/easy/MasterOfMayhem/output/02 - no info.txt +1 -0
- package/config/easy/MasterOfMayhem/output/03 - too many cooks.txt +1 -0
- package/config/easy/MasterOfMayhem/output/04 - nobody left.txt +1 -0
- package/config/easy/MasterOfMayhem/output/05 - only one.txt +1 -0
- package/config/easy/MayTheTriforceBeWithYou/code/CGCode.js +6 -0
- package/config/easy/MayTheTriforceBeWithYou/code/CGCode.php +7 -0
- package/config/easy/MayTheTriforceBeWithYou/config.json +28 -0
- package/config/easy/MayTheTriforceBeWithYou/input/01 - N=1.txt +1 -0
- package/config/easy/MayTheTriforceBeWithYou/input/02 - N=3.txt +1 -0
- package/config/easy/MayTheTriforceBeWithYou/input/03 - N=5.txt +1 -0
- package/config/easy/MayTheTriforceBeWithYou/input/04 - N=10.txt +1 -0
- package/config/easy/MayTheTriforceBeWithYou/output/01 - N=1.txt +2 -0
- package/config/easy/MayTheTriforceBeWithYou/output/02 - N=3.txt +6 -0
- package/config/easy/MayTheTriforceBeWithYou/output/03 - N=5.txt +10 -0
- package/config/easy/MayTheTriforceBeWithYou/output/04 - N=10.txt +20 -0
- package/config/easy/MinesweeperLevelGenerator/code/CGCode.js +14 -0
- package/config/easy/MinesweeperLevelGenerator/code/CGCode.php +9 -0
- package/config/easy/MinesweeperLevelGenerator/config.json +38 -0
- package/config/easy/MinesweeperLevelGenerator/input/01 - simple level.txt +1 -0
- package/config/easy/MinesweeperLevelGenerator/input/02 - corner selection.txt +1 -0
- package/config/easy/MinesweeperLevelGenerator/input/03 - edge selection.txt +1 -0
- package/config/easy/MinesweeperLevelGenerator/input/04 - beginner level.txt +1 -0
- package/config/easy/MinesweeperLevelGenerator/input/05 - intermediate level.txt +1 -0
- package/config/easy/MinesweeperLevelGenerator/input/06 - expert level.txt +1 -0
- package/config/easy/MinesweeperLevelGenerator/output/01 - simple level.txt +6 -0
- package/config/easy/MinesweeperLevelGenerator/output/02 - corner selection.txt +6 -0
- package/config/easy/MinesweeperLevelGenerator/output/03 - edge selection.txt +6 -0
- package/config/easy/MinesweeperLevelGenerator/output/04 - beginner level.txt +9 -0
- package/config/easy/MinesweeperLevelGenerator/output/05 - intermediate level.txt +16 -0
- package/config/easy/MinesweeperLevelGenerator/output/06 - expert level.txt +16 -0
- package/config/easy/MondayTuesdayHappyDays/code/CGCode.js +13 -0
- package/config/easy/MondayTuesdayHappyDays/code/CGCode.php +9 -0
- package/config/easy/MondayTuesdayHappyDays/config.json +33 -0
- package/config/easy/MondayTuesdayHappyDays/input/01 - tomorrow.txt +3 -0
- package/config/easy/MondayTuesdayHappyDays/input/02 - sometime next month.txt +3 -0
- package/config/easy/MondayTuesdayHappyDays/input/03 - sometime next month, leap year.txt +3 -0
- package/config/easy/MondayTuesdayHappyDays/input/04 - when was that again.txt +3 -0
- package/config/easy/MondayTuesdayHappyDays/input/05 - future.txt +3 -0
- package/config/easy/MondayTuesdayHappyDays/output/01 - tomorrow.txt +1 -0
- package/config/easy/MondayTuesdayHappyDays/output/02 - sometime next month.txt +1 -0
- package/config/easy/MondayTuesdayHappyDays/output/03 - sometime next month, leap year.txt +1 -0
- package/config/easy/MondayTuesdayHappyDays/output/04 - when was that again.txt +1 -0
- package/config/easy/MondayTuesdayHappyDays/output/05 - future.txt +1 -0
- package/config/easy/MorelletsRandomLines/code/CGCode.js +17 -0
- package/config/easy/MorelletsRandomLines/code/CGCode.php +12 -0
- package/config/easy/MorelletsRandomLines/config.json +48 -0
- package/config/easy/MorelletsRandomLines/input/01 - one line.txt +3 -0
- package/config/easy/MorelletsRandomLines/input/02 - two lines.txt +4 -0
- package/config/easy/MorelletsRandomLines/input/03 - on a line.txt +3 -0
- package/config/easy/MorelletsRandomLines/input/04 - many lines.txt +12 -0
- package/config/easy/MorelletsRandomLines/input/05 - same line.txt +4 -0
- package/config/easy/MorelletsRandomLines/input/06 - lots of lines.txt +102 -0
- package/config/easy/MorelletsRandomLines/input/07 - lots of lines 2.txt +102 -0
- package/config/easy/MorelletsRandomLines/input/08 - mind the sign.txt +4 -0
- package/config/easy/MorelletsRandomLines/output/01 - one line.txt +1 -0
- package/config/easy/MorelletsRandomLines/output/02 - two lines.txt +1 -0
- package/config/easy/MorelletsRandomLines/output/03 - on a line.txt +1 -0
- package/config/easy/MorelletsRandomLines/output/04 - many lines.txt +1 -0
- package/config/easy/MorelletsRandomLines/output/05 - same line.txt +1 -0
- package/config/easy/MorelletsRandomLines/output/06 - lots of lines.txt +1 -0
- package/config/easy/MorelletsRandomLines/output/07 - lots of lines 2.txt +1 -0
- package/config/easy/MorelletsRandomLines/output/08 - mind the sign.txt +1 -0
- package/config/easy/MountainMap/code/CGCode.js +10 -0
- package/config/easy/MountainMap/code/CGCode.php +13 -0
- package/config/easy/MountainMap/config.json +28 -0
- package/config/easy/MountainMap/input/01 - test 1.txt +2 -0
- package/config/easy/MountainMap/input/02 - test 2.txt +2 -0
- package/config/easy/MountainMap/input/03 - test 3.txt +2 -0
- package/config/easy/MountainMap/input/04 - test 4.txt +2 -0
- package/config/easy/MountainMap/output/01 - test 1.txt +2 -0
- package/config/easy/MountainMap/output/02 - test 2.txt +1 -0
- package/config/easy/MountainMap/output/03 - test 3.txt +9 -0
- package/config/easy/MountainMap/output/04 - test 4.txt +7 -0
- package/config/easy/MountainMapConvergence/code/CGCode.js +10 -0
- package/config/easy/MountainMapConvergence/code/CGCode.php +12 -0
- package/config/easy/MountainMapConvergence/config.json +43 -0
- package/config/easy/MountainMapConvergence/input/01 - familiar.txt +2 -0
- package/config/easy/MountainMapConvergence/input/02 - wait i was correct on the last one.txt +2 -0
- package/config/easy/MountainMapConvergence/input/03 - twin peaks.txt +2 -0
- package/config/easy/MountainMapConvergence/input/04 - negatives.txt +2 -0
- package/config/easy/MountainMapConvergence/input/05 - tricky negatives.txt +2 -0
- package/config/easy/MountainMapConvergence/input/06 - more tricky negatives.txt +2 -0
- package/config/easy/MountainMapConvergence/input/07 - crazy mountains.txt +2 -0
- package/config/easy/MountainMapConvergence/output/01 - familiar.txt +2 -0
- package/config/easy/MountainMapConvergence/output/02 - wait i was correct on the last one.txt +9 -0
- package/config/easy/MountainMapConvergence/output/03 - twin peaks.txt +6 -0
- package/config/easy/MountainMapConvergence/output/04 - negatives.txt +7 -0
- package/config/easy/MountainMapConvergence/output/05 - tricky negatives.txt +11 -0
- package/config/easy/MountainMapConvergence/output/06 - more tricky negatives.txt +11 -0
- package/config/easy/MountainMapConvergence/output/07 - crazy mountains.txt +10 -0
- package/config/easy/MovesInMaze/code/CGCode.js +13 -0
- package/config/easy/MovesInMaze/code/CGCode.php +14 -0
- package/config/easy/MovesInMaze/config.json +43 -0
- package/config/easy/MovesInMaze/input/01 - easy.txt +6 -0
- package/config/easy/MovesInMaze/input/02 - loop.txt +6 -0
- package/config/easy/MovesInMaze/input/03 - through borders.txt +6 -0
- package/config/easy/MovesInMaze/input/04 - space.txt +11 -0
- package/config/easy/MovesInMaze/input/05 - unreachable.txt +8 -0
- package/config/easy/MovesInMaze/input/06 - everything.txt +14 -0
- package/config/easy/MovesInMaze/input/07 - blocked.txt +6 -0
- package/config/easy/MovesInMaze/output/01 - easy.txt +5 -0
- package/config/easy/MovesInMaze/output/02 - loop.txt +5 -0
- package/config/easy/MovesInMaze/output/03 - through borders.txt +5 -0
- package/config/easy/MovesInMaze/output/04 - space.txt +10 -0
- package/config/easy/MovesInMaze/output/05 - unreachable.txt +7 -0
- package/config/easy/MovesInMaze/output/06 - everything.txt +13 -0
- package/config/easy/MovesInMaze/output/07 - blocked.txt +5 -0
- package/config/easy/MurderInTheVillage/code/CGCode.js +9 -0
- package/config/easy/MurderInTheVillage/code/CGCode.php +11 -0
- package/config/easy/MurderInTheVillage/config.json +48 -0
- package/config/easy/MurderInTheVillage/input/01 - test 1.txt +5 -0
- package/config/easy/MurderInTheVillage/input/02 - test 2.txt +4 -0
- package/config/easy/MurderInTheVillage/input/03 - test 3.txt +6 -0
- package/config/easy/MurderInTheVillage/input/04 - test 4.txt +3 -0
- package/config/easy/MurderInTheVillage/input/05 - test 5.txt +4 -0
- package/config/easy/MurderInTheVillage/input/06 - test 6.txt +4 -0
- package/config/easy/MurderInTheVillage/input/07 - test 7.txt +5 -0
- package/config/easy/MurderInTheVillage/input/08 - test 8.txt +5 -0
- package/config/easy/MurderInTheVillage/output/01 - test 1.txt +1 -0
- package/config/easy/MurderInTheVillage/output/02 - test 2.txt +1 -0
- package/config/easy/MurderInTheVillage/output/03 - test 3.txt +1 -0
- package/config/easy/MurderInTheVillage/output/04 - test 4.txt +1 -0
- package/config/easy/MurderInTheVillage/output/05 - test 5.txt +1 -0
- package/config/easy/MurderInTheVillage/output/06 - test 6.txt +1 -0
- package/config/easy/MurderInTheVillage/output/07 - test 7.txt +1 -0
- package/config/easy/MurderInTheVillage/output/08 - test 8.txt +1 -0
- package/config/easy/NGRBasicRadar/code/CGCode.js +12 -0
- package/config/easy/NGRBasicRadar/code/CGCode.php +11 -0
- package/config/easy/NGRBasicRadar/config.json +28 -0
- package/config/easy/NGRBasicRadar/input/01 - low density, 1 ticket.txt +21 -0
- package/config/easy/NGRBasicRadar/input/02 - low density, many ticket.txt +21 -0
- package/config/easy/NGRBasicRadar/input/03 - medium density.txt +251 -0
- package/config/easy/NGRBasicRadar/input/04 - test 4.txt +251 -0
- package/config/easy/NGRBasicRadar/output/01 - low density, 1 ticket.txt +1 -0
- package/config/easy/NGRBasicRadar/output/02 - low density, many ticket.txt +3 -0
- package/config/easy/NGRBasicRadar/output/03 - medium density.txt +22 -0
- package/config/easy/NGRBasicRadar/output/04 - test 4.txt +24 -0
- package/config/easy/NatureOfQuadrilaterals/code/CGCode.js +23 -0
- package/config/easy/NatureOfQuadrilaterals/code/CGCode.php +14 -0
- package/config/easy/NatureOfQuadrilaterals/config.json +38 -0
- package/config/easy/NatureOfQuadrilaterals/input/01 - quadrilateral.txt +2 -0
- package/config/easy/NatureOfQuadrilaterals/input/02 - parallelogram.txt +2 -0
- package/config/easy/NatureOfQuadrilaterals/input/03 - rhombus.txt +2 -0
- package/config/easy/NatureOfQuadrilaterals/input/04 - rectangle.txt +2 -0
- package/config/easy/NatureOfQuadrilaterals/input/05 - square.txt +2 -0
- package/config/easy/NatureOfQuadrilaterals/input/06 - everything.txt +4 -0
- package/config/easy/NatureOfQuadrilaterals/output/01 - quadrilateral.txt +1 -0
- package/config/easy/NatureOfQuadrilaterals/output/02 - parallelogram.txt +1 -0
- package/config/easy/NatureOfQuadrilaterals/output/03 - rhombus.txt +1 -0
- package/config/easy/NatureOfQuadrilaterals/output/04 - rectangle.txt +1 -0
- package/config/easy/NatureOfQuadrilaterals/output/05 - square.txt +1 -0
- package/config/easy/NatureOfQuadrilaterals/output/06 - everything.txt +3 -0
- package/config/easy/NatureOfTriangles/code/CGCode.js +18 -0
- package/config/easy/NatureOfTriangles/code/CGCode.php +11 -0
- package/config/easy/NatureOfTriangles/config.json +33 -0
- package/config/easy/NatureOfTriangles/input/01 - scalene triangles.txt +3 -0
- package/config/easy/NatureOfTriangles/input/02 - isosceles triangles.txt +3 -0
- package/config/easy/NatureOfTriangles/input/03 - right angled triangles.txt +3 -0
- package/config/easy/NatureOfTriangles/input/04 - almost right.txt +2 -0
- package/config/easy/NatureOfTriangles/input/05 - everything.txt +6 -0
- package/config/easy/NatureOfTriangles/output/01 - scalene triangles.txt +2 -0
- package/config/easy/NatureOfTriangles/output/02 - isosceles triangles.txt +2 -0
- package/config/easy/NatureOfTriangles/output/03 - right angled triangles.txt +2 -0
- package/config/easy/NatureOfTriangles/output/04 - almost right.txt +1 -0
- package/config/easy/NatureOfTriangles/output/05 - everything.txt +5 -0
- package/config/easy/NextCarLicensePlate/code/CGCode.js +7 -0
- package/config/easy/NextCarLicensePlate/code/CGCode.php +8 -0
- package/config/easy/NextCarLicensePlate/config.json +48 -0
- package/config/easy/NextCarLicensePlate/input/01 - +5.txt +2 -0
- package/config/easy/NextCarLicensePlate/input/02 - +100.txt +2 -0
- package/config/easy/NextCarLicensePlate/input/03 - 999+1.txt +2 -0
- package/config/easy/NextCarLicensePlate/input/04 - +10 000.txt +2 -0
- package/config/easy/NextCarLicensePlate/input/05 - +100 000.txt +2 -0
- package/config/easy/NextCarLicensePlate/input/06 - +1 000 000.txt +2 -0
- package/config/easy/NextCarLicensePlate/input/07 - very big.txt +2 -0
- package/config/easy/NextCarLicensePlate/input/08 - 998+1.txt +2 -0
- package/config/easy/NextCarLicensePlate/output/01 - +5.txt +1 -0
- package/config/easy/NextCarLicensePlate/output/02 - +100.txt +1 -0
- package/config/easy/NextCarLicensePlate/output/03 - 999+1.txt +1 -0
- package/config/easy/NextCarLicensePlate/output/04 - +10 000.txt +1 -0
- package/config/easy/NextCarLicensePlate/output/05 - +100 000.txt +1 -0
- package/config/easy/NextCarLicensePlate/output/06 - +1 000 000.txt +1 -0
- package/config/easy/NextCarLicensePlate/output/07 - very big.txt +1 -0
- package/config/easy/NextCarLicensePlate/output/08 - 998+1.txt +1 -0
- package/config/easy/NextGrowingNumber/code/CGCode.js +6 -0
- package/config/easy/NextGrowingNumber/code/CGCode.php +7 -0
- package/config/easy/NextGrowingNumber/config.json +33 -0
- package/config/easy/NextGrowingNumber/input/01 - test 1.txt +1 -0
- package/config/easy/NextGrowingNumber/input/02 - test 2.txt +1 -0
- package/config/easy/NextGrowingNumber/input/03 - test 3.txt +1 -0
- package/config/easy/NextGrowingNumber/input/04 - test 4.txt +1 -0
- package/config/easy/NextGrowingNumber/input/05 - test 5.txt +1 -0
- package/config/easy/NextGrowingNumber/output/01 - test 1.txt +1 -0
- package/config/easy/NextGrowingNumber/output/02 - test 2.txt +1 -0
- package/config/easy/NextGrowingNumber/output/03 - test 3.txt +1 -0
- package/config/easy/NextGrowingNumber/output/04 - test 4.txt +1 -0
- package/config/easy/NextGrowingNumber/output/05 - test 5.txt +1 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/code/CGCode.js +9 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/code/CGCode.php +11 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/config.json +43 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/01 - example.txt +2 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/02 - the basics.txt +6 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/03 - the teens.txt +6 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/04 - some powers of 10.txt +11 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/05 - some powers of 2.txt +18 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/06 - extrema.txt +3 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/input/07 - utter randomness.txt +21 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/01 - example.txt +1 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/02 - the basics.txt +5 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/03 - the teens.txt +5 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/04 - some powers of 10.txt +10 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/05 - some powers of 2.txt +17 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/06 - extrema.txt +2 -0
- package/config/easy/NicholasBreakspeareAndHughOfEvesham/output/07 - utter randomness.txt +20 -0
- package/config/easy/NoMorePythonsPlease/code/CGCode.js +11 -0
- package/config/easy/NoMorePythonsPlease/code/CGCode.php +11 -0
- package/config/easy/NoMorePythonsPlease/config.json +33 -0
- package/config/easy/NoMorePythonsPlease/input/01 - easy (one snake).txt +8 -0
- package/config/easy/NoMorePythonsPlease/input/02 - medium 1 (3 snakes, one pattern).txt +6 -0
- package/config/easy/NoMorePythonsPlease/input/03 - medium 2 (more than 1 large snake).txt +7 -0
- package/config/easy/NoMorePythonsPlease/input/04 - hard (one VERY large snake).txt +17 -0
- package/config/easy/NoMorePythonsPlease/input/05 - snake madness (for geeks).txt +81 -0
- package/config/easy/NoMorePythonsPlease/output/01 - easy (one snake).txt +2 -0
- package/config/easy/NoMorePythonsPlease/output/02 - medium 1 (3 snakes, one pattern).txt +2 -0
- package/config/easy/NoMorePythonsPlease/output/03 - medium 2 (more than 1 large snake).txt +2 -0
- package/config/easy/NoMorePythonsPlease/output/04 - hard (one VERY large snake).txt +2 -0
- package/config/easy/NoMorePythonsPlease/output/05 - snake madness (for geeks).txt +2 -0
- package/config/easy/NumberDerivation/code/CGCode.js +6 -0
- package/config/easy/NumberDerivation/code/CGCode.php +7 -0
- package/config/easy/NumberDerivation/config.json +33 -0
- package/config/easy/NumberDerivation/input/01 - prime number.txt +1 -0
- package/config/easy/NumberDerivation/input/02 - power of prime.txt +1 -0
- package/config/easy/NumberDerivation/input/03 - product of primes.txt +1 -0
- package/config/easy/NumberDerivation/input/04 - integer.txt +1 -0
- package/config/easy/NumberDerivation/input/05 - n/342/200/231=n.txt" +1 -0
- package/config/easy/NumberDerivation/output/01 - prime number.txt +1 -0
- package/config/easy/NumberDerivation/output/02 - power of prime.txt +1 -0
- package/config/easy/NumberDerivation/output/03 - product of primes.txt +1 -0
- package/config/easy/NumberDerivation/output/04 - integer.txt +1 -0
- package/config/easy/NumberDerivation/output/05 - n/342/200/231=n.txt" +1 -0
- package/config/easy/ObjectInsertion/code/CGCode.js +17 -0
- package/config/easy/ObjectInsertion/code/CGCode.php +16 -0
- package/config/easy/ObjectInsertion/config.json +43 -0
- package/config/easy/ObjectInsertion/input/01 - example.txt +13 -0
- package/config/easy/ObjectInsertion/input/02 - no solution.txt +10 -0
- package/config/easy/ObjectInsertion/input/03 - multiple solutions.txt +7 -0
- package/config/easy/ObjectInsertion/input/04 - no place for dot.txt +7 -0
- package/config/easy/ObjectInsertion/input/05 - empty smallest grid.txt +12 -0
- package/config/easy/ObjectInsertion/input/06 - fragmented object.txt +11 -0
- package/config/easy/ObjectInsertion/input/07 - lot of solutions.txt +14 -0
- package/config/easy/ObjectInsertion/output/01 - example.txt +9 -0
- package/config/easy/ObjectInsertion/output/02 - no solution.txt +1 -0
- package/config/easy/ObjectInsertion/output/03 - multiple solutions.txt +1 -0
- package/config/easy/ObjectInsertion/output/04 - no place for dot.txt +1 -0
- package/config/easy/ObjectInsertion/output/05 - empty smallest grid.txt +6 -0
- package/config/easy/ObjectInsertion/output/06 - fragmented object.txt +6 -0
- package/config/easy/ObjectInsertion/output/07 - lot of solutions.txt +1 -0
- package/config/easy/OffsetArrays/code/CGCode.js +10 -0
- package/config/easy/OffsetArrays/code/CGCode.php +12 -0
- package/config/easy/OffsetArrays/config.json +58 -0
- package/config/easy/OffsetArrays/input/01 - simple.txt +5 -0
- package/config/easy/OffsetArrays/input/02 - negative indexing.txt +3 -0
- package/config/easy/OffsetArrays/input/03 - nested.txt +3 -0
- package/config/easy/OffsetArrays/input/04 - one-based.txt +6 -0
- package/config/easy/OffsetArrays/input/05 - only one element.txt +5 -0
- package/config/easy/OffsetArrays/input/06 - big offsets #1.txt +5 -0
- package/config/easy/OffsetArrays/input/07 - big offsets #2.txt +5 -0
- package/config/easy/OffsetArrays/input/08 - deep nesting.txt +7 -0
- package/config/easy/OffsetArrays/input/09 - complicated #1.txt +28 -0
- package/config/easy/OffsetArrays/input/10 - complicated #2.txt +28 -0
- package/config/easy/OffsetArrays/output/01 - simple.txt +1 -0
- package/config/easy/OffsetArrays/output/02 - negative indexing.txt +1 -0
- package/config/easy/OffsetArrays/output/03 - nested.txt +1 -0
- package/config/easy/OffsetArrays/output/04 - one-based.txt +1 -0
- package/config/easy/OffsetArrays/output/05 - only one element.txt +1 -0
- package/config/easy/OffsetArrays/output/06 - big offsets #1.txt +1 -0
- package/config/easy/OffsetArrays/output/07 - big offsets #2.txt +1 -0
- package/config/easy/OffsetArrays/output/08 - deep nesting.txt +1 -0
- package/config/easy/OffsetArrays/output/09 - complicated #1.txt +1 -0
- package/config/easy/OffsetArrays/output/10 - complicated #2.txt +1 -0
- package/config/easy/OneBillionDWorld/code/CGCode.js +7 -0
- package/config/easy/OneBillionDWorld/code/CGCode.php +8 -0
- package/config/easy/OneBillionDWorld/config.json +43 -0
- package/config/easy/OneBillionDWorld/input/01 - test 1.txt +2 -0
- package/config/easy/OneBillionDWorld/input/02 - test 2.txt +2 -0
- package/config/easy/OneBillionDWorld/input/03 - test 3.txt +2 -0
- package/config/easy/OneBillionDWorld/input/04 - test 4.txt +2 -0
- package/config/easy/OneBillionDWorld/input/05 - test 5.txt +2 -0
- package/config/easy/OneBillionDWorld/input/06 - test 6.txt +2 -0
- package/config/easy/OneBillionDWorld/input/07 - test 7.txt +2 -0
- package/config/easy/OneBillionDWorld/output/01 - test 1.txt +1 -0
- package/config/easy/OneBillionDWorld/output/02 - test 2.txt +1 -0
- package/config/easy/OneBillionDWorld/output/03 - test 3.txt +1 -0
- package/config/easy/OneBillionDWorld/output/04 - test 4.txt +1 -0
- package/config/easy/OneBillionDWorld/output/05 - test 5.txt +1 -0
- package/config/easy/OneBillionDWorld/output/06 - test 6.txt +1 -0
- package/config/easy/OneBillionDWorld/output/07 - test 7.txt +1 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/code/CGCode.js +9 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/code/CGCode.php +10 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/config.json +38 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/input/01 - one rotation.txt +3 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/input/02 - two rotations.txt +3 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/input/03 - give me five!.txt +3 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/input/04 - identity.txt +3 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/input/05 - a long route.txt +3 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/input/06 - stuttering.txt +3 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/output/01 - one rotation.txt +2 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/output/02 - two rotations.txt +2 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/output/03 - give me five!.txt +2 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/output/04 - identity.txt +2 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/output/05 - a long route.txt +2 -0
- package/config/easy/OneByOneByOneRubiksCubeMovements/output/06 - stuttering.txt +2 -0
- package/config/easy/OneDBushFire/code/CGCode.js +11 -0
- package/config/easy/OneDBushFire/code/CGCode.php +14 -0
- package/config/easy/OneDBushFire/config.json +33 -0
- package/config/easy/OneDBushFire/input/01 - example.txt +3 -0
- package/config/easy/OneDBushFire/input/02 - basic operations.txt +19 -0
- package/config/easy/OneDBushFire/input/03 - smoky trail.txt +35 -0
- package/config/easy/OneDBushFire/input/04 - traps in fames.txt +40 -0
- package/config/easy/OneDBushFire/input/05 - ambushes.txt +81 -0
- package/config/easy/OneDBushFire/output/01 - example.txt +2 -0
- package/config/easy/OneDBushFire/output/02 - basic operations.txt +18 -0
- package/config/easy/OneDBushFire/output/03 - smoky trail.txt +34 -0
- package/config/easy/OneDBushFire/output/04 - traps in fames.txt +39 -0
- package/config/easy/OneDBushFire/output/05 - ambushes.txt +80 -0
- package/config/easy/OneDSpreadsheet/code/CGCode.js +14 -0
- package/config/easy/OneDSpreadsheet/code/CGCode.php +14 -0
- package/config/easy/OneDSpreadsheet/config.json +73 -0
- package/config/easy/OneDSpreadsheet/input/01 - simple dependency.txt +3 -0
- package/config/easy/OneDSpreadsheet/input/02 - double dependency.txt +4 -0
- package/config/easy/OneDSpreadsheet/input/03 - subtraction.txt +3 -0
- package/config/easy/OneDSpreadsheet/input/04 - multiplication.txt +3 -0
- package/config/easy/OneDSpreadsheet/input/05 - no dependencies.txt +4 -0
- package/config/easy/OneDSpreadsheet/input/06 - coefficients.txt +8 -0
- package/config/easy/OneDSpreadsheet/input/07 - fibonacci.txt +10 -0
- package/config/easy/OneDSpreadsheet/input/08 - backward dependency.txt +3 -0
- package/config/easy/OneDSpreadsheet/input/09 - diamond dependency.txt +5 -0
- package/config/easy/OneDSpreadsheet/input/10 - accounting is easy.txt +7 -0
- package/config/easy/OneDSpreadsheet/input/11 - accounting is hard 1.txt +101 -0
- package/config/easy/OneDSpreadsheet/input/12 - accounting is hard 2.txt +101 -0
- package/config/easy/OneDSpreadsheet/input/13 - deep birecursion.txt +93 -0
- package/config/easy/OneDSpreadsheet/output/01 - simple dependency.txt +2 -0
- package/config/easy/OneDSpreadsheet/output/02 - double dependency.txt +3 -0
- package/config/easy/OneDSpreadsheet/output/03 - subtraction.txt +2 -0
- package/config/easy/OneDSpreadsheet/output/04 - multiplication.txt +2 -0
- package/config/easy/OneDSpreadsheet/output/05 - no dependencies.txt +3 -0
- package/config/easy/OneDSpreadsheet/output/06 - coefficients.txt +7 -0
- package/config/easy/OneDSpreadsheet/output/07 - fibonacci.txt +9 -0
- package/config/easy/OneDSpreadsheet/output/08 - backward dependency.txt +2 -0
- package/config/easy/OneDSpreadsheet/output/09 - diamond dependency.txt +4 -0
- package/config/easy/OneDSpreadsheet/output/10 - accounting is easy.txt +6 -0
- package/config/easy/OneDSpreadsheet/output/11 - accounting is hard 1.txt +100 -0
- package/config/easy/OneDSpreadsheet/output/12 - accounting is hard 2.txt +100 -0
- package/config/easy/OneDSpreadsheet/output/13 - deep birecursion.txt +92 -0
- package/config/easy/OrderOfSuccession/code/CGCode.js +15 -0
- package/config/easy/OrderOfSuccession/code/CGCode.php +11 -0
- package/config/easy/OrderOfSuccession/config.json +28 -0
- package/config/easy/OrderOfSuccession/input/01 - a simple tree.txt +7 -0
- package/config/easy/OrderOfSuccession/input/02 - full Elizabeth tree.txt +19 -0
- package/config/easy/OrderOfSuccession/input/03 - dead people.txt +27 -0
- package/config/easy/OrderOfSuccession/input/04 - non anglican people.txt +67 -0
- package/config/easy/OrderOfSuccession/output/01 - a simple tree.txt +6 -0
- package/config/easy/OrderOfSuccession/output/02 - full Elizabeth tree.txt +18 -0
- package/config/easy/OrderOfSuccession/output/03 - dead people.txt +24 -0
- package/config/easy/OrderOfSuccession/output/04 - non anglican people.txt +57 -0
- package/config/easy/OrganicCompounds/code/CGCode.js +9 -0
- package/config/easy/OrganicCompounds/code/CGCode.php +11 -0
- package/config/easy/OrganicCompounds/config.json +63 -0
- package/config/easy/OrganicCompounds/input/01 - saturated hydrocarbon (valid).txt +2 -0
- package/config/easy/OrganicCompounds/input/02 - unsaturated hydrocarbon (valid).txt +2 -0
- package/config/easy/OrganicCompounds/input/03 - hydrocarbon with 1 substituent.txt +4 -0
- package/config/easy/OrganicCompounds/input/04 - multiple substituents (invalid).txt +6 -0
- package/config/easy/OrganicCompounds/input/05 - unsaturated hydrocarbon with substituents.txt +6 -0
- package/config/easy/OrganicCompounds/input/06 - INVALID.txt +6 -0
- package/config/easy/OrganicCompounds/input/07 - cyclic hydrocarbon.txt +4 -0
- package/config/easy/OrganicCompounds/input/08 - cyclic hydrocarbon with substituents.txt +6 -0
- package/config/easy/OrganicCompounds/input/09 - 2 carbon cycles.txt +6 -0
- package/config/easy/OrganicCompounds/input/10 - enormous compound.txt +12 -0
- package/config/easy/OrganicCompounds/input/11 - codingame.txt +8 -0
- package/config/easy/OrganicCompounds/output/01 - saturated hydrocarbon (valid).txt +1 -0
- package/config/easy/OrganicCompounds/output/02 - unsaturated hydrocarbon (valid).txt +1 -0
- package/config/easy/OrganicCompounds/output/03 - hydrocarbon with 1 substituent.txt +1 -0
- package/config/easy/OrganicCompounds/output/04 - multiple substituents (invalid).txt +1 -0
- package/config/easy/OrganicCompounds/output/05 - unsaturated hydrocarbon with substituents.txt +1 -0
- package/config/easy/OrganicCompounds/output/06 - INVALID.txt +1 -0
- package/config/easy/OrganicCompounds/output/07 - cyclic hydrocarbon.txt +1 -0
- package/config/easy/OrganicCompounds/output/08 - cyclic hydrocarbon with substituents.txt +1 -0
- package/config/easy/OrganicCompounds/output/09 - 2 carbon cycles.txt +1 -0
- package/config/easy/OrganicCompounds/output/10 - enormous compound.txt +1 -0
- package/config/easy/OrganicCompounds/output/11 - codingame.txt +1 -0
- package/config/easy/ParkPilot/code/CGCode.js +22 -0
- package/config/easy/ParkPilot/code/CGCode.php +26 -0
- package/config/easy/ParkPilot/config.json +33 -0
- package/config/easy/ParkPilot/input/01 - test 1.txt +32 -0
- package/config/easy/ParkPilot/input/02 - test 2.txt +75 -0
- package/config/easy/ParkPilot/input/03 - test 3.txt +75 -0
- package/config/easy/ParkPilot/input/04 - test 4.txt +156 -0
- package/config/easy/ParkPilot/input/05 - test 5.txt +154 -0
- package/config/easy/ParkPilot/output/01 - test 1.txt +4 -0
- package/config/easy/ParkPilot/output/02 - test 2.txt +5 -0
- package/config/easy/ParkPilot/output/03 - test 3.txt +5 -0
- package/config/easy/ParkPilot/output/04 - test 4.txt +2 -0
- package/config/easy/ParkPilot/output/05 - test 5.txt +10 -0
- package/config/easy/ParseSQLQueries/code/CGCode.js +11 -0
- package/config/easy/ParseSQLQueries/code/CGCode.php +13 -0
- package/config/easy/ParseSQLQueries/config.json +33 -0
- package/config/easy/ParseSQLQueries/input/01 - select all.txt +6 -0
- package/config/easy/ParseSQLQueries/input/02 - select from where.txt +8 -0
- package/config/easy/ParseSQLQueries/input/03 - ORDER BY DESC.txt +11 -0
- package/config/easy/ParseSQLQueries/input/04 - slightly bigger table.txt +13 -0
- package/config/easy/ParseSQLQueries/input/05 - titanic table.txt +33 -0
- package/config/easy/ParseSQLQueries/output/01 - select all.txt +4 -0
- package/config/easy/ParseSQLQueries/output/02 - select from where.txt +3 -0
- package/config/easy/ParseSQLQueries/output/03 - ORDER BY DESC.txt +4 -0
- package/config/easy/ParseSQLQueries/output/04 - slightly bigger table.txt +2 -0
- package/config/easy/ParseSQLQueries/output/05 - titanic table.txt +31 -0
- package/config/easy/PersonalBest/code/CGCode.js +11 -0
- package/config/easy/PersonalBest/code/CGCode.php +13 -0
- package/config/easy/PersonalBest/config.json +33 -0
- package/config/easy/PersonalBest/input/01 - single gymnast, single record.txt +4 -0
- package/config/easy/PersonalBest/input/02 - single gymnast, multiple records.txt +6 -0
- package/config/easy/PersonalBest/input/03 - single gymnast, multiple names.txt +6 -0
- package/config/easy/PersonalBest/input/04 - multiple gymnasts, single category, multiple competitions.txt +33 -0
- package/config/easy/PersonalBest/input/05 - multiple gymnasts, multiple categories, multiple competitions.txt +31 -0
- package/config/easy/PersonalBest/output/01 - single gymnast, single record.txt +1 -0
- package/config/easy/PersonalBest/output/02 - single gymnast, multiple records.txt +1 -0
- package/config/easy/PersonalBest/output/03 - single gymnast, multiple names.txt +1 -0
- package/config/easy/PersonalBest/output/04 - multiple gymnasts, single category, multiple competitions.txt +2 -0
- package/config/easy/PersonalBest/output/05 - multiple gymnasts, multiple categories, multiple competitions.txt +3 -0
- package/config/easy/PiratesTreasure/code/CGCode.js +13 -0
- package/config/easy/PiratesTreasure/code/CGCode.php +16 -0
- package/config/easy/PiratesTreasure/config.json +33 -0
- package/config/easy/PiratesTreasure/input/01 - smallest island.txt +4 -0
- package/config/easy/PiratesTreasure/input/02 - fully surrounded.txt +6 -0
- package/config/easy/PiratesTreasure/input/03 - small island.txt +9 -0
- package/config/easy/PiratesTreasure/input/04 - large island.txt +27 -0
- package/config/easy/PiratesTreasure/input/05 - edge.txt +6 -0
- package/config/easy/PiratesTreasure/output/01 - smallest island.txt +1 -0
- package/config/easy/PiratesTreasure/output/02 - fully surrounded.txt +1 -0
- package/config/easy/PiratesTreasure/output/03 - small island.txt +1 -0
- package/config/easy/PiratesTreasure/output/04 - large island.txt +1 -0
- package/config/easy/PiratesTreasure/output/05 - edge.txt +1 -0
- package/config/easy/PrefixCode/code/CGCode.js +12 -0
- package/config/easy/PrefixCode/code/CGCode.php +11 -0
- package/config/easy/PrefixCode/config.json +68 -0
- package/config/easy/PrefixCode/input/01 - abracadabra.txt +7 -0
- package/config/easy/PrefixCode/input/02 - hello world !.txt +11 -0
- package/config/easy/PrefixCode/input/03 - extra bit at the end.txt +20 -0
- package/config/easy/PrefixCode/input/04 - missing first character.txt +16 -0
- package/config/easy/PrefixCode/input/05 - inception.txt +14 -0
- package/config/easy/PrefixCode/input/06 - poor table.txt +25 -0
- package/config/easy/PrefixCode/input/07 - no table !.txt +2 -0
- package/config/easy/PrefixCode/input/08 - lonely character.txt +3 -0
- package/config/easy/PrefixCode/input/09 - ASCII art.txt +8 -0
- package/config/easy/PrefixCode/input/10 - lorem ipsum.txt +37 -0
- package/config/easy/PrefixCode/input/11 - parallel or not.txt +7 -0
- package/config/easy/PrefixCode/input/12 - lonely character v2.txt +3 -0
- package/config/easy/PrefixCode/output/01 - abracadabra.txt +1 -0
- package/config/easy/PrefixCode/output/02 - hello world !.txt +1 -0
- package/config/easy/PrefixCode/output/03 - extra bit at the end.txt +1 -0
- package/config/easy/PrefixCode/output/04 - missing first character.txt +1 -0
- package/config/easy/PrefixCode/output/05 - inception.txt +26 -0
- package/config/easy/PrefixCode/output/06 - poor table.txt +1 -0
- package/config/easy/PrefixCode/output/07 - no table !.txt +1 -0
- package/config/easy/PrefixCode/output/08 - lonely character.txt +1 -0
- package/config/easy/PrefixCode/output/09 - ASCII art.txt +5 -0
- package/config/easy/PrefixCode/output/10 - lorem ipsum.txt +8 -0
- package/config/easy/PrefixCode/output/11 - parallel or not.txt +18 -0
- package/config/easy/PrefixCode/output/12 - lonely character v2.txt +1 -0
- package/config/easy/ProbabilityForDummies/code/CGCode.js +7 -0
- package/config/easy/ProbabilityForDummies/code/CGCode.php +8 -0
- package/config/easy/ProbabilityForDummies/config.json +33 -0
- package/config/easy/ProbabilityForDummies/input/01 - test 1.txt +2 -0
- package/config/easy/ProbabilityForDummies/input/02 - test 2.txt +2 -0
- package/config/easy/ProbabilityForDummies/input/03 - test 3.txt +2 -0
- package/config/easy/ProbabilityForDummies/input/04 - test 4.txt +2 -0
- package/config/easy/ProbabilityForDummies/input/05 - test 5.txt +2 -0
- package/config/easy/ProbabilityForDummies/output/01 - test 1.txt +1 -0
- package/config/easy/ProbabilityForDummies/output/02 - test 2.txt +1 -0
- package/config/easy/ProbabilityForDummies/output/03 - test 3.txt +1 -0
- package/config/easy/ProbabilityForDummies/output/04 - test 4.txt +1 -0
- package/config/easy/ProbabilityForDummies/output/05 - test 5.txt +1 -0
- package/config/easy/RandomWalk/code/CGCode.js +8 -0
- package/config/easy/RandomWalk/code/CGCode.php +9 -0
- package/config/easy/RandomWalk/config.json +33 -0
- package/config/easy/RandomWalk/input/01 - test 1.txt +3 -0
- package/config/easy/RandomWalk/input/02 - test 2.txt +3 -0
- package/config/easy/RandomWalk/input/03 - test 3.txt +3 -0
- package/config/easy/RandomWalk/input/04 - test 4.txt +3 -0
- package/config/easy/RandomWalk/input/05 - test 5.txt +3 -0
- package/config/easy/RandomWalk/output/01 - test 1.txt +1 -0
- package/config/easy/RandomWalk/output/02 - test 2.txt +1 -0
- package/config/easy/RandomWalk/output/03 - test 3.txt +1 -0
- package/config/easy/RandomWalk/output/04 - test 4.txt +1 -0
- package/config/easy/RandomWalk/output/05 - test 5.txt +1 -0
- package/config/easy/RectanglePartition/code/CGCode.js +18 -0
- package/config/easy/RectanglePartition/code/CGCode.php +17 -0
- package/config/easy/RectanglePartition/config.json +53 -0
- package/config/easy/RectanglePartition/input/01 - sample.txt +3 -0
- package/config/easy/RectanglePartition/input/02 - squarish.txt +3 -0
- package/config/easy/RectanglePartition/input/03 - bigger 1.txt +3 -0
- package/config/easy/RectanglePartition/input/04 - bigger 2.txt +3 -0
- package/config/easy/RectanglePartition/input/05 - lo-density 1.txt +3 -0
- package/config/easy/RectanglePartition/input/06 - lo-density 2.txt +3 -0
- package/config/easy/RectanglePartition/input/07 - hi-density 1.txt +3 -0
- package/config/easy/RectanglePartition/input/08 - hi-density 2.txt +3 -0
- package/config/easy/RectanglePartition/input/09 - imbalance.txt +3 -0
- package/config/easy/RectanglePartition/output/01 - sample.txt +1 -0
- package/config/easy/RectanglePartition/output/02 - squarish.txt +1 -0
- package/config/easy/RectanglePartition/output/03 - bigger 1.txt +1 -0
- package/config/easy/RectanglePartition/output/04 - bigger 2.txt +1 -0
- package/config/easy/RectanglePartition/output/05 - lo-density 1.txt +1 -0
- package/config/easy/RectanglePartition/output/06 - lo-density 2.txt +1 -0
- package/config/easy/RectanglePartition/output/07 - hi-density 1.txt +1 -0
- package/config/easy/RectanglePartition/output/08 - hi-density 2.txt +1 -0
- package/config/easy/RectanglePartition/output/09 - imbalance.txt +1 -0
- package/config/easy/RectangularBlockSpinner/code/CGCode.js +10 -0
- package/config/easy/RectangularBlockSpinner/code/CGCode.php +12 -0
- package/config/easy/RectangularBlockSpinner/config.json +28 -0
- package/config/easy/RectangularBlockSpinner/input/01 - shine bright like a dimond.txt +7 -0
- package/config/easy/RectangularBlockSpinner/input/02 - small random 1.txt +14 -0
- package/config/easy/RectangularBlockSpinner/input/03 - small random 2.txt +14 -0
- package/config/easy/RectangularBlockSpinner/input/04 - large random.txt +18 -0
- package/config/easy/RectangularBlockSpinner/output/01 - shine bright like a dimond.txt +9 -0
- package/config/easy/RectangularBlockSpinner/output/02 - small random 1.txt +23 -0
- package/config/easy/RectangularBlockSpinner/output/03 - small random 2.txt +23 -0
- package/config/easy/RectangularBlockSpinner/output/04 - large random.txt +31 -0
- package/config/easy/RetainingWater/code/CGCode.js +9 -0
- package/config/easy/RetainingWater/code/CGCode.php +11 -0
- package/config/easy/RetainingWater/config.json +38 -0
- package/config/easy/RetainingWater/input/01 - test 1.txt +11 -0
- package/config/easy/RetainingWater/input/02 - test 2.txt +11 -0
- package/config/easy/RetainingWater/input/03 - test 3.txt +11 -0
- package/config/easy/RetainingWater/input/04 - test 4.txt +21 -0
- package/config/easy/RetainingWater/input/05 - test 5.txt +31 -0
- package/config/easy/RetainingWater/input/06 - test 6.txt +41 -0
- package/config/easy/RetainingWater/output/01 - test 1.txt +1 -0
- package/config/easy/RetainingWater/output/02 - test 2.txt +1 -0
- package/config/easy/RetainingWater/output/03 - test 3.txt +1 -0
- package/config/easy/RetainingWater/output/04 - test 4.txt +1 -0
- package/config/easy/RetainingWater/output/05 - test 5.txt +1 -0
- package/config/easy/RetainingWater/output/06 - test 6.txt +1 -0
- package/config/easy/RetroTypewriterArt/code/CGCode.js +6 -0
- package/config/easy/RetroTypewriterArt/code/CGCode.php +7 -0
- package/config/easy/RetroTypewriterArt/config.json +58 -0
- package/config/easy/RetroTypewriterArt/input/01 - simple cat.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/02 - spider.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/03 - hen night.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/04 - winnie has head room.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/05 - a foundation of 8/342/200/231s.txt" +1 -0
- package/config/easy/RetroTypewriterArt/input/06 - minimalist.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/07 - impossible triangle.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/08 - alien.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/09 - tree.txt +1 -0
- package/config/easy/RetroTypewriterArt/input/10 - flamingo fran.txt +1 -0
- package/config/easy/RetroTypewriterArt/output/01 - simple cat.txt +4 -0
- package/config/easy/RetroTypewriterArt/output/02 - spider.txt +19 -0
- package/config/easy/RetroTypewriterArt/output/03 - hen night.txt +10 -0
- package/config/easy/RetroTypewriterArt/output/04 - winnie has head room.txt +13 -0
- package/config/easy/RetroTypewriterArt/output/05 - a foundation of 8/342/200/231s.txt" +8 -0
- package/config/easy/RetroTypewriterArt/output/06 - minimalist.txt +1 -0
- package/config/easy/RetroTypewriterArt/output/07 - impossible triangle.txt +12 -0
- package/config/easy/RetroTypewriterArt/output/08 - alien.txt +18 -0
- package/config/easy/RetroTypewriterArt/output/09 - tree.txt +18 -0
- package/config/easy/RetroTypewriterArt/output/10 - flamingo fran.txt +21 -0
- package/config/easy/ReverseFizzBuzz/code/CGCode.js +9 -0
- package/config/easy/ReverseFizzBuzz/code/CGCode.php +11 -0
- package/config/easy/ReverseFizzBuzz/config.json +33 -0
- package/config/easy/ReverseFizzBuzz/input/01 - sample.txt +16 -0
- package/config/easy/ReverseFizzBuzz/input/02 - everything is a Fizz.txt +21 -0
- package/config/easy/ReverseFizzBuzz/input/03 - Fizz is Buzz.txt +21 -0
- package/config/easy/ReverseFizzBuzz/input/04 - one Fizz to rule them all.txt +31 -0
- package/config/easy/ReverseFizzBuzz/input/05 - tricky.txt +22 -0
- package/config/easy/ReverseFizzBuzz/output/01 - sample.txt +1 -0
- package/config/easy/ReverseFizzBuzz/output/02 - everything is a Fizz.txt +1 -0
- package/config/easy/ReverseFizzBuzz/output/03 - Fizz is Buzz.txt +1 -0
- package/config/easy/ReverseFizzBuzz/output/04 - one Fizz to rule them all.txt +1 -0
- package/config/easy/ReverseFizzBuzz/output/05 - tricky.txt +1 -0
- package/config/easy/ReverseMinesweeper/code/CGCode.js +10 -0
- package/config/easy/ReverseMinesweeper/code/CGCode.php +12 -0
- package/config/easy/ReverseMinesweeper/config.json +28 -0
- package/config/easy/ReverseMinesweeper/input/01 - one mine.txt +11 -0
- package/config/easy/ReverseMinesweeper/input/02 - many mines.txt +9 -0
- package/config/easy/ReverseMinesweeper/input/03 - lot of mines.txt +13 -0
- package/config/easy/ReverseMinesweeper/input/04 - no mine.txt +14 -0
- package/config/easy/ReverseMinesweeper/output/01 - one mine.txt +9 -0
- package/config/easy/ReverseMinesweeper/output/02 - many mines.txt +7 -0
- package/config/easy/ReverseMinesweeper/output/03 - lot of mines.txt +11 -0
- package/config/easy/ReverseMinesweeper/output/04 - no mine.txt +12 -0
- package/config/easy/RobotReach/code/CGCode.js +8 -0
- package/config/easy/RobotReach/code/CGCode.php +9 -0
- package/config/easy/RobotReach/config.json +33 -0
- package/config/easy/RobotReach/input/01 - simple 3x3.txt +3 -0
- package/config/easy/RobotReach/input/02 - simple 3x3 - 3.txt +3 -0
- package/config/easy/RobotReach/input/03 - test 3.txt +3 -0
- package/config/easy/RobotReach/input/04 - test 4.txt +3 -0
- package/config/easy/RobotReach/input/05 - test 5.txt +3 -0
- package/config/easy/RobotReach/output/01 - simple 3x3.txt +1 -0
- package/config/easy/RobotReach/output/02 - simple 3x3 - 3.txt +1 -0
- package/config/easy/RobotReach/output/03 - test 3.txt +1 -0
- package/config/easy/RobotReach/output/04 - test 4.txt +1 -0
- package/config/easy/RobotReach/output/05 - test 5.txt +1 -0
- package/config/easy/RobotShow/code/CGCode.js +11 -0
- package/config/easy/RobotShow/code/CGCode.php +11 -0
- package/config/easy/RobotShow/config.json +38 -0
- package/config/easy/RobotShow/input/01 - example.txt +3 -0
- package/config/easy/RobotShow/input/02 - simple.txt +3 -0
- package/config/easy/RobotShow/input/03 - more bots.txt +3 -0
- package/config/easy/RobotShow/input/04 - ping pong.txt +3 -0
- package/config/easy/RobotShow/input/05 - traffic jam.txt +3 -0
- package/config/easy/RobotShow/input/06 - singular.txt +3 -0
- package/config/easy/RobotShow/output/01 - example.txt +1 -0
- package/config/easy/RobotShow/output/02 - simple.txt +1 -0
- package/config/easy/RobotShow/output/03 - more bots.txt +1 -0
- package/config/easy/RobotShow/output/04 - ping pong.txt +1 -0
- package/config/easy/RobotShow/output/05 - traffic jam.txt +1 -0
- package/config/easy/RobotShow/output/06 - singular.txt +1 -0
- package/config/easy/RockPaperScissorsLizardSpock/code/CGCode.js +11 -0
- package/config/easy/RockPaperScissorsLizardSpock/code/CGCode.php +11 -0
- package/config/easy/RockPaperScissorsLizardSpock/config.json +33 -0
- package/config/easy/RockPaperScissorsLizardSpock/input/01 - test 1 - same as example.txt +9 -0
- package/config/easy/RockPaperScissorsLizardSpock/input/02 - test 2 - with 2 players.txt +3 -0
- package/config/easy/RockPaperScissorsLizardSpock/input/03 - test 3 - with 32 players.txt +33 -0
- package/config/easy/RockPaperScissorsLizardSpock/input/04 - test 4 - only rock and paper.txt +129 -0
- package/config/easy/RockPaperScissorsLizardSpock/input/05 - test 5 - with 1024 players.txt +1025 -0
- package/config/easy/RockPaperScissorsLizardSpock/output/01 - test 1 - same as example.txt +2 -0
- package/config/easy/RockPaperScissorsLizardSpock/output/02 - test 2 - with 2 players.txt +2 -0
- package/config/easy/RockPaperScissorsLizardSpock/output/03 - test 3 - with 32 players.txt +2 -0
- package/config/easy/RockPaperScissorsLizardSpock/output/04 - test 4 - only rock and paper.txt +2 -0
- package/config/easy/RockPaperScissorsLizardSpock/output/05 - test 5 - with 1024 players.txt +2 -0
- package/config/easy/RooksMovements/code/CGCode.js +12 -0
- package/config/easy/RooksMovements/code/CGCode.php +12 -0
- package/config/easy/RooksMovements/config.json +28 -0
- package/config/easy/RooksMovements/input/01 - MOVING FREELY.txt +4 -0
- package/config/easy/RooksMovements/input/02 - CLOSE TO THE EDGE.txt +7 -0
- package/config/easy/RooksMovements/input/03 - ONLY ALLIES.txt +4 -0
- package/config/easy/RooksMovements/input/04 - FOR FRODOOO.txt +5 -0
- package/config/easy/RooksMovements/output/01 - MOVING FREELY.txt +14 -0
- package/config/easy/RooksMovements/output/02 - CLOSE TO THE EDGE.txt +6 -0
- package/config/easy/RooksMovements/output/03 - ONLY ALLIES.txt +10 -0
- package/config/easy/RooksMovements/output/04 - FOR FRODOOO.txt +9 -0
- package/config/easy/RotatingArrows/code/CGCode.js +14 -0
- package/config/easy/RotatingArrows/code/CGCode.php +13 -0
- package/config/easy/RotatingArrows/config.json +28 -0
- package/config/easy/RotatingArrows/input/01 - simple.txt +3 -0
- package/config/easy/RotatingArrows/input/02 - more rotate.txt +5 -0
- package/config/easy/RotatingArrows/input/03 - overflow.txt +7 -0
- package/config/easy/RotatingArrows/input/04 - repeat.txt +7 -0
- package/config/easy/RotatingArrows/output/01 - simple.txt +1 -0
- package/config/easy/RotatingArrows/output/02 - more rotate.txt +1 -0
- package/config/easy/RotatingArrows/output/03 - overflow.txt +1 -0
- package/config/easy/RotatingArrows/output/04 - repeat.txt +1 -0
- package/config/easy/RugbyScore/code/CGCode.js +6 -0
- package/config/easy/RugbyScore/code/CGCode.php +7 -0
- package/config/easy/RugbyScore/config.json +28 -0
- package/config/easy/RugbyScore/input/01 - test 1.txt +1 -0
- package/config/easy/RugbyScore/input/02 - test 2.txt +1 -0
- package/config/easy/RugbyScore/input/03 - test 3.txt +1 -0
- package/config/easy/RugbyScore/input/04 - test 4.txt +1 -0
- package/config/easy/RugbyScore/output/01 - test 1.txt +2 -0
- package/config/easy/RugbyScore/output/02 - test 2.txt +3 -0
- package/config/easy/RugbyScore/output/03 - test 3.txt +4 -0
- package/config/easy/RugbyScore/output/04 - test 4.txt +43 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/code/CGCode.js +9 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/code/CGCode.php +7 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/config.json +38 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/01 - centered parabol, 1 intersection.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/02 - horizontal line, 1 intersection to be rounded.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/03 - straight line, 2 intersections.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/04 - centered parabol, 3 intersections.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/05 - parabol on the right, 2 intersections.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/input/06 - special case.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/01 - centered parabol, 1 intersection.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/02 - horizontal line, 1 intersection to be rounded.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/03 - straight line, 2 intersections.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/04 - centered parabol, 3 intersections.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/05 - parabol on the right, 2 intersections.txt +1 -0
- package/config/easy/SecondDegreePolynomialSimpleAnalysis/output/06 - special case.txt +1 -0
- package/config/easy/SelfDrivingCarTesting/code/CGCode.js +10 -0
- package/config/easy/SelfDrivingCarTesting/code/CGCode.php +12 -0
- package/config/easy/SelfDrivingCarTesting/config.json +28 -0
- package/config/easy/SelfDrivingCarTesting/input/01 - a simple straight line.txt +3 -0
- package/config/easy/SelfDrivingCarTesting/input/02 - gentleman, start your engines.txt +16 -0
- package/config/easy/SelfDrivingCarTesting/input/03 - the Senna /342/200/230S/342/200/231.txt" +19 -0
- package/config/easy/SelfDrivingCarTesting/input/04 - drunk car.txt +19 -0
- package/config/easy/SelfDrivingCarTesting/output/01 - a simple straight line.txt +10 -0
- package/config/easy/SelfDrivingCarTesting/output/02 - gentleman, start your engines.txt +36 -0
- package/config/easy/SelfDrivingCarTesting/output/03 - the Senna /342/200/230S/342/200/231.txt" +23 -0
- package/config/easy/SelfDrivingCarTesting/output/04 - drunk car.txt +33 -0
- package/config/easy/SevenSegmentScanner/code/CGCode.js +8 -0
- package/config/easy/SevenSegmentScanner/code/CGCode.php +9 -0
- package/config/easy/SevenSegmentScanner/config.json +33 -0
- package/config/easy/SevenSegmentScanner/input/01 - example.txt +3 -0
- package/config/easy/SevenSegmentScanner/input/02 - zeroes.txt +3 -0
- package/config/easy/SevenSegmentScanner/input/03 - short number.txt +3 -0
- package/config/easy/SevenSegmentScanner/input/04 - long number.txt +3 -0
- package/config/easy/SevenSegmentScanner/input/05 - super long number.txt +3 -0
- package/config/easy/SevenSegmentScanner/output/01 - example.txt +1 -0
- package/config/easy/SevenSegmentScanner/output/02 - zeroes.txt +1 -0
- package/config/easy/SevenSegmentScanner/output/03 - short number.txt +1 -0
- package/config/easy/SevenSegmentScanner/output/04 - long number.txt +1 -0
- package/config/easy/SevenSegmentScanner/output/05 - super long number.txt +1 -0
- package/config/easy/ShadowCasting/code/CGCode.js +9 -0
- package/config/easy/ShadowCasting/code/CGCode.php +11 -0
- package/config/easy/ShadowCasting/config.json +28 -0
- package/config/easy/ShadowCasting/input/01 - X.txt +8 -0
- package/config/easy/ShadowCasting/input/02 - square.txt +6 -0
- package/config/easy/ShadowCasting/input/03 - coding games.txt +16 -0
- package/config/easy/ShadowCasting/input/04 - ASCII.txt +8 -0
- package/config/easy/ShadowCasting/output/01 - X.txt +9 -0
- package/config/easy/ShadowCasting/output/02 - square.txt +7 -0
- package/config/easy/ShadowCasting/output/03 - coding games.txt +17 -0
- package/config/easy/ShadowCasting/output/04 - ASCII.txt +9 -0
- package/config/easy/SimpleAIDuels/code/CGCode.js +18 -0
- package/config/easy/SimpleAIDuels/code/CGCode.php +17 -0
- package/config/easy/SimpleAIDuels/config.json +43 -0
- package/config/easy/SimpleAIDuels/input/01 - nice guys.txt +5 -0
- package/config/easy/SimpleAIDuels/input/02 - no more mr nice guy.txt +8 -0
- package/config/easy/SimpleAIDuels/input/03 - two jokers.txt +5 -0
- package/config/easy/SimpleAIDuels/input/04 - tit for tat.txt +7 -0
- package/config/easy/SimpleAIDuels/input/05 - nice guy but don/342/200/231t fool me.txt" +9 -0
- package/config/easy/SimpleAIDuels/input/06 - short memory nice guy.txt +9 -0
- package/config/easy/SimpleAIDuels/input/07 - machiavel.txt +9 -0
- package/config/easy/SimpleAIDuels/output/01 - nice guys.txt +1 -0
- package/config/easy/SimpleAIDuels/output/02 - no more mr nice guy.txt +1 -0
- package/config/easy/SimpleAIDuels/output/03 - two jokers.txt +1 -0
- package/config/easy/SimpleAIDuels/output/04 - tit for tat.txt +1 -0
- package/config/easy/SimpleAIDuels/output/05 - nice guy but don/342/200/231t fool me.txt" +1 -0
- package/config/easy/SimpleAIDuels/output/06 - short memory nice guy.txt +1 -0
- package/config/easy/SimpleAIDuels/output/07 - machiavel.txt +1 -0
- package/config/easy/SimpleAutoScaling/code/CGCode.js +20 -0
- package/config/easy/SimpleAutoScaling/code/CGCode.php +23 -0
- package/config/easy/SimpleAutoScaling/config.json +33 -0
- package/config/easy/SimpleAutoScaling/input/01 - example.txt +5 -0
- package/config/easy/SimpleAutoScaling/input/02 - slow start.txt +7 -0
- package/config/easy/SimpleAutoScaling/input/03 - medium.txt +12 -0
- package/config/easy/SimpleAutoScaling/input/04 - lot of services.txt +9 -0
- package/config/easy/SimpleAutoScaling/input/05 - one service.txt +7 -0
- package/config/easy/SimpleAutoScaling/output/01 - example.txt +3 -0
- package/config/easy/SimpleAutoScaling/output/02 - slow start.txt +5 -0
- package/config/easy/SimpleAutoScaling/output/03 - medium.txt +10 -0
- package/config/easy/SimpleAutoScaling/output/04 - lot of services.txt +7 -0
- package/config/easy/SimpleAutoScaling/output/05 - one service.txt +5 -0
- package/config/easy/SimpleAwale/code/CGCode.js +8 -0
- package/config/easy/SimpleAwale/code/CGCode.php +9 -0
- package/config/easy/SimpleAwale/config.json +33 -0
- package/config/easy/SimpleAwale/input/01 - test 1.txt +3 -0
- package/config/easy/SimpleAwale/input/02 - test 2.txt +3 -0
- package/config/easy/SimpleAwale/input/03 - test 3.txt +3 -0
- package/config/easy/SimpleAwale/input/04 - test 4.txt +3 -0
- package/config/easy/SimpleAwale/input/05 - test 5.txt +3 -0
- package/config/easy/SimpleAwale/output/01 - test 1.txt +2 -0
- package/config/easy/SimpleAwale/output/02 - test 2.txt +2 -0
- package/config/easy/SimpleAwale/output/03 - test 3.txt +3 -0
- package/config/easy/SimpleAwale/output/04 - test 4.txt +3 -0
- package/config/easy/SimpleAwale/output/05 - test 5.txt +2 -0
- package/config/easy/SimpleLoadBalancing/code/CGCode.js +11 -0
- package/config/easy/SimpleLoadBalancing/code/CGCode.php +13 -0
- package/config/easy/SimpleLoadBalancing/config.json +28 -0
- package/config/easy/SimpleLoadBalancing/input/01 - test 1.txt +3 -0
- package/config/easy/SimpleLoadBalancing/input/02 - test 2.txt +3 -0
- package/config/easy/SimpleLoadBalancing/input/03 - test 3.txt +3 -0
- package/config/easy/SimpleLoadBalancing/input/04 - test 4.txt +3 -0
- package/config/easy/SimpleLoadBalancing/output/01 - test 1.txt +1 -0
- package/config/easy/SimpleLoadBalancing/output/02 - test 2.txt +1 -0
- package/config/easy/SimpleLoadBalancing/output/03 - test 3.txt +1 -0
- package/config/easy/SimpleLoadBalancing/output/04 - test 4.txt +1 -0
- package/config/easy/Smooth/code/CGCode.js +9 -0
- package/config/easy/Smooth/code/CGCode.php +11 -0
- package/config/easy/Smooth/config.json +28 -0
- package/config/easy/Smooth/input/01 - small bulk.txt +11 -0
- package/config/easy/Smooth/input/02 - easy victories.txt +16 -0
- package/config/easy/Smooth/input/03 - easy defeats.txt +16 -0
- package/config/easy/Smooth/input/04 - bigger.txt +21 -0
- package/config/easy/Smooth/output/01 - small bulk.txt +10 -0
- package/config/easy/Smooth/output/02 - easy victories.txt +15 -0
- package/config/easy/Smooth/output/03 - easy defeats.txt +15 -0
- package/config/easy/Smooth/output/04 - bigger.txt +20 -0
- package/config/easy/SnailRun/code/CGCode.js +14 -0
- package/config/easy/SnailRun/code/CGCode.php +17 -0
- package/config/easy/SnailRun/config.json +48 -0
- package/config/easy/SnailRun/input/01 - simple run.txt +9 -0
- package/config/easy/SnailRun/input/02 - run in progress.txt +11 -0
- package/config/easy/SnailRun/input/03 - only one arrives.txt +9 -0
- package/config/easy/SnailRun/input/04 - in a mess.txt +9 -0
- package/config/easy/SnailRun/input/05 - conversely.txt +13 -0
- package/config/easy/SnailRun/input/06 - difficult 1.txt +9 -0
- package/config/easy/SnailRun/input/07 - difficult 2.txt +11 -0
- package/config/easy/SnailRun/input/08 - difficult 3.txt +8 -0
- package/config/easy/SnailRun/output/01 - simple run.txt +1 -0
- package/config/easy/SnailRun/output/02 - run in progress.txt +1 -0
- package/config/easy/SnailRun/output/03 - only one arrives.txt +1 -0
- package/config/easy/SnailRun/output/04 - in a mess.txt +1 -0
- package/config/easy/SnailRun/output/05 - conversely.txt +1 -0
- package/config/easy/SnailRun/output/06 - difficult 1.txt +1 -0
- package/config/easy/SnailRun/output/07 - difficult 2.txt +1 -0
- package/config/easy/SnailRun/output/08 - difficult 3.txt +1 -0
- package/config/easy/SomeonesActingSus/code/CGCode.js +15 -0
- package/config/easy/SomeonesActingSus/code/CGCode.php +16 -0
- package/config/easy/SomeonesActingSus/config.json +28 -0
- package/config/easy/SomeonesActingSus/input/01 - basic sus inspection.txt +8 -0
- package/config/easy/SomeonesActingSus/input/02 - can you handle number signs.txt +11 -0
- package/config/easy/SomeonesActingSus/input/03 - your hacks kinda broke.txt +11 -0
- package/config/easy/SomeonesActingSus/input/04 - the big data test.txt +43 -0
- package/config/easy/SomeonesActingSus/output/01 - basic sus inspection.txt +5 -0
- package/config/easy/SomeonesActingSus/output/02 - can you handle number signs.txt +8 -0
- package/config/easy/SomeonesActingSus/output/03 - your hacks kinda broke.txt +8 -0
- package/config/easy/SomeonesActingSus/output/04 - the big data test.txt +40 -0
- package/config/easy/StallTilt/code/CGCode.js +13 -0
- package/config/easy/StallTilt/code/CGCode.php +16 -0
- package/config/easy/StallTilt/config.json +33 -0
- package/config/easy/StallTilt/input/01 - example.txt +12 -0
- package/config/easy/StallTilt/input/02 - stalling.txt +16 -0
- package/config/easy/StallTilt/input/03 - real case.txt +20 -0
- package/config/easy/StallTilt/input/04 - just a little one.txt +14 -0
- package/config/easy/StallTilt/input/05 - duel.txt +4 -0
- package/config/easy/StallTilt/output/01 - example.txt +10 -0
- package/config/easy/StallTilt/output/02 - stalling.txt +13 -0
- package/config/easy/StallTilt/output/03 - real case.txt +13 -0
- package/config/easy/StallTilt/output/04 - just a little one.txt +13 -0
- package/config/easy/StallTilt/output/05 - duel.txt +3 -0
- package/config/easy/SubstitutionEncoding/code/CGCode.js +10 -0
- package/config/easy/SubstitutionEncoding/code/CGCode.php +12 -0
- package/config/easy/SubstitutionEncoding/config.json +28 -0
- package/config/easy/SubstitutionEncoding/input/01 - ABC.txt +4 -0
- package/config/easy/SubstitutionEncoding/input/02 - alphabet.txt +5 -0
- package/config/easy/SubstitutionEncoding/input/03 - reverse alphabet.txt +9 -0
- package/config/easy/SubstitutionEncoding/input/04 - serious encode.txt +8 -0
- package/config/easy/SubstitutionEncoding/output/01 - ABC.txt +1 -0
- package/config/easy/SubstitutionEncoding/output/02 - alphabet.txt +1 -0
- package/config/easy/SubstitutionEncoding/output/03 - reverse alphabet.txt +1 -0
- package/config/easy/SubstitutionEncoding/output/04 - serious encode.txt +1 -0
- package/config/easy/SudokuValidator/code/CGCode.js +11 -0
- package/config/easy/SudokuValidator/code/CGCode.php +14 -0
- package/config/easy/SudokuValidator/config.json +43 -0
- package/config/easy/SudokuValidator/input/01 - basic grid.txt +9 -0
- package/config/easy/SudokuValidator/input/02 - another correct grid.txt +9 -0
- package/config/easy/SudokuValidator/input/03 - row error.txt +9 -0
- package/config/easy/SudokuValidator/input/04 - column error.txt +9 -0
- package/config/easy/SudokuValidator/input/05 - subgrid error.txt +9 -0
- package/config/easy/SudokuValidator/input/06 - rubbish error.txt +9 -0
- package/config/easy/SudokuValidator/input/07 - when summing is not enough.txt +9 -0
- package/config/easy/SudokuValidator/output/01 - basic grid.txt +1 -0
- package/config/easy/SudokuValidator/output/02 - another correct grid.txt +1 -0
- package/config/easy/SudokuValidator/output/03 - row error.txt +1 -0
- package/config/easy/SudokuValidator/output/04 - column error.txt +1 -0
- package/config/easy/SudokuValidator/output/05 - subgrid error.txt +1 -0
- package/config/easy/SudokuValidator/output/06 - rubbish error.txt +1 -0
- package/config/easy/SudokuValidator/output/07 - when summing is not enough.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/code/CGCode.js +6 -0
- package/config/easy/SumOfSpiralsDiagonals/code/CGCode.php +7 -0
- package/config/easy/SumOfSpiralsDiagonals/config.json +28 -0
- package/config/easy/SumOfSpiralsDiagonals/input/01 - odd spiral.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/input/02 - even spiral.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/input/03 - bigger spiral.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/input/04 - milky spiral.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/output/01 - odd spiral.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/output/02 - even spiral.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/output/03 - bigger spiral.txt +1 -0
- package/config/easy/SumOfSpiralsDiagonals/output/04 - milky spiral.txt +1 -0
- package/config/easy/SurveyPrediction/code/CGCode.js +9 -0
- package/config/easy/SurveyPrediction/code/CGCode.php +11 -0
- package/config/easy/SurveyPrediction/config.json +33 -0
- package/config/easy/SurveyPrediction/input/01 - 2 answers and 1 missing.txt +4 -0
- package/config/easy/SurveyPrediction/input/02 - 5 answers and 3 missing.txt +9 -0
- package/config/easy/SurveyPrediction/input/03 - even answers and missing.txt +21 -0
- package/config/easy/SurveyPrediction/input/04 - 6 answers, 6 missing.txt +13 -0
- package/config/easy/SurveyPrediction/input/05 - everything none.txt +4 -0
- package/config/easy/SurveyPrediction/output/01 - 2 answers and 1 missing.txt +1 -0
- package/config/easy/SurveyPrediction/output/02 - 5 answers and 3 missing.txt +3 -0
- package/config/easy/SurveyPrediction/output/03 - even answers and missing.txt +10 -0
- package/config/easy/SurveyPrediction/output/04 - 6 answers, 6 missing.txt +6 -0
- package/config/easy/SurveyPrediction/output/05 - everything none.txt +2 -0
- package/config/easy/SweetSpot/code/CGCode.js +9 -0
- package/config/easy/SweetSpot/code/CGCode.php +11 -0
- package/config/easy/SweetSpot/config.json +48 -0
- package/config/easy/SweetSpot/input/01 - first attempt with a-bomb.txt +16 -0
- package/config/easy/SweetSpot/input/02 - first attempt with h-bomb.txt +19 -0
- package/config/easy/SweetSpot/input/03 - real case A H-bomb.txt +23 -0
- package/config/easy/SweetSpot/input/04 - first attempt with b-bomb.txt +23 -0
- package/config/easy/SweetSpot/input/05 - small map.txt +6 -0
- package/config/easy/SweetSpot/input/06 - real case all bombs.txt +26 -0
- package/config/easy/SweetSpot/input/07 - damaged map.txt +16 -0
- package/config/easy/SweetSpot/input/08 - no explosions.txt +8 -0
- package/config/easy/SweetSpot/output/01 - first attempt with a-bomb.txt +15 -0
- package/config/easy/SweetSpot/output/02 - first attempt with h-bomb.txt +18 -0
- package/config/easy/SweetSpot/output/03 - real case A H-bomb.txt +22 -0
- package/config/easy/SweetSpot/output/04 - first attempt with b-bomb.txt +22 -0
- package/config/easy/SweetSpot/output/05 - small map.txt +5 -0
- package/config/easy/SweetSpot/output/06 - real case all bombs.txt +25 -0
- package/config/easy/SweetSpot/output/07 - damaged map.txt +15 -0
- package/config/easy/SweetSpot/output/08 - no explosions.txt +7 -0
- package/config/easy/TedsCompiler/code/CGCode.js +6 -0
- package/config/easy/TedsCompiler/code/CGCode.php +7 -0
- package/config/easy/TedsCompiler/config.json +33 -0
- package/config/easy/TedsCompiler/input/01 - example.txt +1 -0
- package/config/easy/TedsCompiler/input/02 - short string.txt +1 -0
- package/config/easy/TedsCompiler/input/03 - not good.txt +1 -0
- package/config/easy/TedsCompiler/input/04 - well formatted.txt +1 -0
- package/config/easy/TedsCompiler/input/05 - long string.txt +1 -0
- package/config/easy/TedsCompiler/output/01 - example.txt +1 -0
- package/config/easy/TedsCompiler/output/02 - short string.txt +1 -0
- package/config/easy/TedsCompiler/output/03 - not good.txt +1 -0
- package/config/easy/TedsCompiler/output/04 - well formatted.txt +1 -0
- package/config/easy/TedsCompiler/output/05 - long string.txt +1 -0
- package/config/easy/Temperatures/code/CGCode.php +2 -2
- package/config/easy/TenPinBowlingScores/code/CGCode.js +9 -0
- package/config/easy/TenPinBowlingScores/code/CGCode.php +11 -0
- package/config/easy/TenPinBowlingScores/config.json +28 -0
- package/config/easy/TenPinBowlingScores/input/01 - no strikes no spares.txt +2 -0
- package/config/easy/TenPinBowlingScores/input/02 - spares.txt +6 -0
- package/config/easy/TenPinBowlingScores/input/03 - strikes.txt +6 -0
- package/config/easy/TenPinBowlingScores/input/04 - strikes and spares.txt +6 -0
- package/config/easy/TenPinBowlingScores/output/01 - no strikes no spares.txt +1 -0
- package/config/easy/TenPinBowlingScores/output/02 - spares.txt +5 -0
- package/config/easy/TenPinBowlingScores/output/03 - strikes.txt +5 -0
- package/config/easy/TenPinBowlingScores/output/04 - strikes and spares.txt +5 -0
- package/config/easy/TextFormatting/code/CGCode.js +6 -0
- package/config/easy/TextFormatting/code/CGCode.php +7 -0
- package/config/easy/TextFormatting/config.json +33 -0
- package/config/easy/TextFormatting/input/01 - one sentence without spaces.txt +1 -0
- package/config/easy/TextFormatting/input/02 - two sentences.txt +1 -0
- package/config/easy/TextFormatting/input/03 - extra spaces.txt +1 -0
- package/config/easy/TextFormatting/input/04 - more errors.txt +1 -0
- package/config/easy/TextFormatting/input/05 - shakespeare.txt +1 -0
- package/config/easy/TextFormatting/output/01 - one sentence without spaces.txt +1 -0
- package/config/easy/TextFormatting/output/02 - two sentences.txt +1 -0
- package/config/easy/TextFormatting/output/03 - extra spaces.txt +1 -0
- package/config/easy/TextFormatting/output/04 - more errors.txt +1 -0
- package/config/easy/TextFormatting/output/05 - shakespeare.txt +1 -0
- package/config/easy/TheBrokenEditor/code/CGCode.js +6 -0
- package/config/easy/TheBrokenEditor/code/CGCode.php +7 -0
- package/config/easy/TheBrokenEditor/config.json +43 -0
- package/config/easy/TheBrokenEditor/input/01 - no mistakes.txt +1 -0
- package/config/easy/TheBrokenEditor/input/02 - single mistake.txt +1 -0
- package/config/easy/TheBrokenEditor/input/03 - out of bounds.txt +1 -0
- package/config/easy/TheBrokenEditor/input/04 - out of bounds 2.txt +1 -0
- package/config/easy/TheBrokenEditor/input/05 - backspace 1.txt +1 -0
- package/config/easy/TheBrokenEditor/input/06 - backspace 2.txt +1 -0
- package/config/easy/TheBrokenEditor/input/07 - 007.txt +1 -0
- package/config/easy/TheBrokenEditor/output/01 - no mistakes.txt +1 -0
- package/config/easy/TheBrokenEditor/output/02 - single mistake.txt +1 -0
- package/config/easy/TheBrokenEditor/output/03 - out of bounds.txt +1 -0
- package/config/easy/TheBrokenEditor/output/04 - out of bounds 2.txt +1 -0
- package/config/easy/TheBrokenEditor/output/05 - backspace 1.txt +1 -0
- package/config/easy/TheBrokenEditor/output/06 - backspace 2.txt +1 -0
- package/config/easy/TheBrokenEditor/output/07 - 007.txt +1 -0
- package/config/easy/TheDart101/code/CGCode.js +12 -0
- package/config/easy/TheDart101/code/CGCode.php +15 -0
- package/config/easy/TheDart101/config.json +58 -0
- package/config/easy/TheDart101/input/01 - 2 players.txt +5 -0
- package/config/easy/TheDart101/input/02 - 1 winner & 1 loser.txt +5 -0
- package/config/easy/TheDart101/input/03 - one missed.txt +5 -0
- package/config/easy/TheDart101/input/04 - two missed.txt +5 -0
- package/config/easy/TheDart101/input/05 - two missed consecutively.txt +5 -0
- package/config/easy/TheDart101/input/06 - three missed consecutively.txt +5 -0
- package/config/easy/TheDart101/input/07 - over the score.txt +5 -0
- package/config/easy/TheDart101/input/08 - 2 players and lot of shoots.txt +5 -0
- package/config/easy/TheDart101/input/09 - 4 players.txt +9 -0
- package/config/easy/TheDart101/input/10 - 8 players.txt +17 -0
- package/config/easy/TheDart101/output/01 - 2 players.txt +1 -0
- package/config/easy/TheDart101/output/02 - 1 winner & 1 loser.txt +1 -0
- package/config/easy/TheDart101/output/03 - one missed.txt +1 -0
- package/config/easy/TheDart101/output/04 - two missed.txt +1 -0
- package/config/easy/TheDart101/output/05 - two missed consecutively.txt +1 -0
- package/config/easy/TheDart101/output/06 - three missed consecutively.txt +1 -0
- package/config/easy/TheDart101/output/07 - over the score.txt +1 -0
- package/config/easy/TheDart101/output/08 - 2 players and lot of shoots.txt +1 -0
- package/config/easy/TheDart101/output/09 - 4 players.txt +1 -0
- package/config/easy/TheDart101/output/10 - 8 players.txt +1 -0
- package/config/easy/TheElectricianApprentice/code/CGCode.js +15 -0
- package/config/easy/TheElectricianApprentice/code/CGCode.php +19 -0
- package/config/easy/TheElectricianApprentice/config.json +48 -0
- package/config/easy/TheElectricianApprentice/input/01 - 1 switch 1 light.txt +4 -0
- package/config/easy/TheElectricianApprentice/input/02 - 2 parallel switches 1 light.txt +4 -0
- package/config/easy/TheElectricianApprentice/input/03 - 2 series switches 1 light.txt +6 -0
- package/config/easy/TheElectricianApprentice/input/04 - two lights.txt +6 -0
- package/config/easy/TheElectricianApprentice/input/05 - series and parallel.txt +9 -0
- package/config/easy/TheElectricianApprentice/input/06 - mixed.txt +10 -0
- package/config/easy/TheElectricianApprentice/input/07 - weird home.txt +27 -0
- package/config/easy/TheElectricianApprentice/input/08 - regular home.txt +30 -0
- package/config/easy/TheElectricianApprentice/output/01 - 1 switch 1 light.txt +1 -0
- package/config/easy/TheElectricianApprentice/output/02 - 2 parallel switches 1 light.txt +1 -0
- package/config/easy/TheElectricianApprentice/output/03 - 2 series switches 1 light.txt +1 -0
- package/config/easy/TheElectricianApprentice/output/04 - two lights.txt +2 -0
- package/config/easy/TheElectricianApprentice/output/05 - series and parallel.txt +1 -0
- package/config/easy/TheElectricianApprentice/output/06 - mixed.txt +2 -0
- package/config/easy/TheElectricianApprentice/output/07 - weird home.txt +6 -0
- package/config/easy/TheElectricianApprentice/output/08 - regular home.txt +24 -0
- package/config/easy/TheMichelangeloCode/code/CGCode.js +10 -0
- package/config/easy/TheMichelangeloCode/code/CGCode.php +12 -0
- package/config/easy/TheMichelangeloCode/config.json +33 -0
- package/config/easy/TheMichelangeloCode/input/01 - simple.txt +6 -0
- package/config/easy/TheMichelangeloCode/input/02 - where to begin.txt +9 -0
- package/config/easy/TheMichelangeloCode/input/03 - be punctual.txt +30 -0
- package/config/easy/TheMichelangeloCode/input/04 - tempus fugit.txt +1041 -0
- package/config/easy/TheMichelangeloCode/input/05 - i have no mouth.txt +22 -0
- package/config/easy/TheMichelangeloCode/output/01 - simple.txt +1 -0
- package/config/easy/TheMichelangeloCode/output/02 - where to begin.txt +1 -0
- package/config/easy/TheMichelangeloCode/output/03 - be punctual.txt +1 -0
- package/config/easy/TheMichelangeloCode/output/04 - tempus fugit.txt +1 -0
- package/config/easy/TheMichelangeloCode/output/05 - i have no mouth.txt +1 -0
- package/config/easy/TheMysticRectangle/code/CGCode.js +11 -0
- package/config/easy/TheMysticRectangle/code/CGCode.php +8 -0
- package/config/easy/TheMysticRectangle/config.json +68 -0
- package/config/easy/TheMysticRectangle/input/01 - example in description.txt +2 -0
- package/config/easy/TheMysticRectangle/input/02 - horizontal.txt +2 -0
- package/config/easy/TheMysticRectangle/input/03 - vertical.txt +2 -0
- package/config/easy/TheMysticRectangle/input/04 - diagonal.txt +2 -0
- package/config/easy/TheMysticRectangle/input/05 - precision.txt +2 -0
- package/config/easy/TheMysticRectangle/input/06 - askew long.txt +2 -0
- package/config/easy/TheMysticRectangle/input/07 - askew tall.txt +2 -0
- package/config/easy/TheMysticRectangle/input/08 - east west wrapper.txt +2 -0
- package/config/easy/TheMysticRectangle/input/09 - double wrapped.txt +2 -0
- package/config/easy/TheMysticRectangle/input/10 - travel on boundary.txt +2 -0
- package/config/easy/TheMysticRectangle/input/11 - polar opposites.txt +2 -0
- package/config/easy/TheMysticRectangle/input/12 - random.txt +2 -0
- package/config/easy/TheMysticRectangle/output/01 - example in description.txt +1 -0
- package/config/easy/TheMysticRectangle/output/02 - horizontal.txt +1 -0
- package/config/easy/TheMysticRectangle/output/03 - vertical.txt +1 -0
- package/config/easy/TheMysticRectangle/output/04 - diagonal.txt +1 -0
- package/config/easy/TheMysticRectangle/output/05 - precision.txt +1 -0
- package/config/easy/TheMysticRectangle/output/06 - askew long.txt +1 -0
- package/config/easy/TheMysticRectangle/output/07 - askew tall.txt +1 -0
- package/config/easy/TheMysticRectangle/output/08 - east west wrapper.txt +1 -0
- package/config/easy/TheMysticRectangle/output/09 - double wrapped.txt +1 -0
- package/config/easy/TheMysticRectangle/output/10 - travel on boundary.txt +1 -0
- package/config/easy/TheMysticRectangle/output/11 - polar opposites.txt +1 -0
- package/config/easy/TheMysticRectangle/output/12 - random.txt +1 -0
- package/config/easy/TheRiverI/code/CGCode.js +7 -0
- package/config/easy/TheRiverI/code/CGCode.php +8 -0
- package/config/easy/TheRiverI/config.json +53 -0
- package/config/easy/TheRiverI/input/01 - we will meet at 47.txt +2 -0
- package/config/easy/TheRiverI/input/02 - r1 lt r2.txt +2 -0
- package/config/easy/TheRiverI/input/03 - r1 gt r2.txt +2 -0
- package/config/easy/TheRiverI/input/04 - more than... I..txt +2 -0
- package/config/easy/TheRiverI/input/05 - more than... II..txt +2 -0
- package/config/easy/TheRiverI/input/06 - river 2489.txt +2 -0
- package/config/easy/TheRiverI/input/07 - river 13.txt +2 -0
- package/config/easy/TheRiverI/input/08 - primes.txt +2 -0
- package/config/easy/TheRiverI/input/09 - even bigger.txt +2 -0
- package/config/easy/TheRiverI/output/01 - we will meet at 47.txt +1 -0
- package/config/easy/TheRiverI/output/02 - r1 lt r2.txt +1 -0
- package/config/easy/TheRiverI/output/03 - r1 gt r2.txt +1 -0
- package/config/easy/TheRiverI/output/04 - more than... I..txt +1 -0
- package/config/easy/TheRiverI/output/05 - more than... II..txt +1 -0
- package/config/easy/TheRiverI/output/06 - river 2489.txt +1 -0
- package/config/easy/TheRiverI/output/07 - river 13.txt +1 -0
- package/config/easy/TheRiverI/output/08 - primes.txt +1 -0
- package/config/easy/TheRiverI/output/09 - even bigger.txt +1 -0
- package/config/easy/TheRiverII/code/CGCode.js +6 -0
- package/config/easy/TheRiverII/code/CGCode.php +7 -0
- package/config/easy/TheRiverII/config.json +68 -0
- package/config/easy/TheRiverII/input/01 - test 20.txt +1 -0
- package/config/easy/TheRiverII/input/02 - the lucky 13.txt +1 -0
- package/config/easy/TheRiverII/input/03 - yyy.txt +1 -0
- package/config/easy/TheRiverII/input/04 - zzzz.txt +1 -0
- package/config/easy/TheRiverII/input/05 - yes, please.txt +1 -0
- package/config/easy/TheRiverII/input/06 - 4aaaa.txt +1 -0
- package/config/easy/TheRiverII/input/07 - BIG.txt +1 -0
- package/config/easy/TheRiverII/input/08 - maybe yes this time.txt +1 -0
- package/config/easy/TheRiverII/input/09 - random #1.txt +1 -0
- package/config/easy/TheRiverII/input/10 - random #2.txt +1 -0
- package/config/easy/TheRiverII/input/11 - random large.txt +1 -0
- package/config/easy/TheRiverII/input/12 - random small.txt +1 -0
- package/config/easy/TheRiverII/output/01 - test 20.txt +1 -0
- package/config/easy/TheRiverII/output/02 - the lucky 13.txt +1 -0
- package/config/easy/TheRiverII/output/03 - yyy.txt +1 -0
- package/config/easy/TheRiverII/output/04 - zzzz.txt +1 -0
- package/config/easy/TheRiverII/output/05 - yes, please.txt +1 -0
- package/config/easy/TheRiverII/output/06 - 4aaaa.txt +1 -0
- package/config/easy/TheRiverII/output/07 - BIG.txt +1 -0
- package/config/easy/TheRiverII/output/08 - maybe yes this time.txt +1 -0
- package/config/easy/TheRiverII/output/09 - random #1.txt +1 -0
- package/config/easy/TheRiverII/output/10 - random #2.txt +1 -0
- package/config/easy/TheRiverII/output/11 - random large.txt +1 -0
- package/config/easy/TheRiverII/output/12 - random small.txt +1 -0
- package/config/easy/TheTravellingSalesmanProblem/code/CGCode.js +11 -0
- package/config/easy/TheTravellingSalesmanProblem/code/CGCode.php +11 -0
- package/config/easy/TheTravellingSalesmanProblem/config.json +28 -0
- package/config/easy/TheTravellingSalesmanProblem/input/01 - 5 cities.txt +6 -0
- package/config/easy/TheTravellingSalesmanProblem/input/02 - 12 cities.txt +13 -0
- package/config/easy/TheTravellingSalesmanProblem/input/03 - 14 cities.txt +15 -0
- package/config/easy/TheTravellingSalesmanProblem/input/04 - 10 cities.txt +11 -0
- package/config/easy/TheTravellingSalesmanProblem/output/01 - 5 cities.txt +1 -0
- package/config/easy/TheTravellingSalesmanProblem/output/02 - 12 cities.txt +1 -0
- package/config/easy/TheTravellingSalesmanProblem/output/03 - 14 cities.txt +1 -0
- package/config/easy/TheTravellingSalesmanProblem/output/04 - 10 cities.txt +1 -0
- package/config/easy/TicTacToe/code/CGCode.js +8 -0
- package/config/easy/TicTacToe/code/CGCode.php +10 -0
- package/config/easy/TicTacToe/config.json +33 -0
- package/config/easy/TicTacToe/input/01 - no opponent - line.txt +3 -0
- package/config/easy/TicTacToe/input/02 - no opponent - column.txt +3 -0
- package/config/easy/TicTacToe/input/03 - no opponent - diagonal.txt +3 -0
- package/config/easy/TicTacToe/input/04 - real condition.txt +3 -0
- package/config/easy/TicTacToe/input/05 - no win condition.txt +3 -0
- package/config/easy/TicTacToe/output/01 - no opponent - line.txt +3 -0
- package/config/easy/TicTacToe/output/02 - no opponent - column.txt +3 -0
- package/config/easy/TicTacToe/output/03 - no opponent - diagonal.txt +3 -0
- package/config/easy/TicTacToe/output/04 - real condition.txt +3 -0
- package/config/easy/TicTacToe/output/05 - no win condition.txt +1 -0
- package/config/easy/TreasureHunt/code/CGCode.js +11 -0
- package/config/easy/TreasureHunt/code/CGCode.php +11 -0
- package/config/easy/TreasureHunt/config.json +38 -0
- package/config/easy/TreasureHunt/input/01 - small map.txt +4 -0
- package/config/easy/TreasureHunt/input/02 - bigger map.txt +8 -0
- package/config/easy/TreasureHunt/input/03 - i want to cry.txt +8 -0
- package/config/easy/TreasureHunt/input/04 - easy life.txt +4 -0
- package/config/easy/TreasureHunt/input/05 - am I going in circles.txt +6 -0
- package/config/easy/TreasureHunt/input/06 - that/342/200/231s a maze !.txt" +22 -0
- package/config/easy/TreasureHunt/output/01 - small map.txt +1 -0
- package/config/easy/TreasureHunt/output/02 - bigger map.txt +1 -0
- package/config/easy/TreasureHunt/output/03 - i want to cry.txt +1 -0
- package/config/easy/TreasureHunt/output/04 - easy life.txt +1 -0
- package/config/easy/TreasureHunt/output/05 - am I going in circles.txt +1 -0
- package/config/easy/TreasureHunt/output/06 - that/342/200/231s a maze !.txt" +1 -0
- package/config/easy/TreePaths/code/CGCode.js +14 -0
- package/config/easy/TreePaths/code/CGCode.php +13 -0
- package/config/easy/TreePaths/config.json +33 -0
- package/config/easy/TreePaths/input/01 - test 1.txt +4 -0
- package/config/easy/TreePaths/input/02 - test 2.txt +4 -0
- package/config/easy/TreePaths/input/03 - test 3.txt +4 -0
- package/config/easy/TreePaths/input/04 - test 4.txt +7 -0
- package/config/easy/TreePaths/input/05 - test 5.txt +34 -0
- package/config/easy/TreePaths/output/01 - test 1.txt +1 -0
- package/config/easy/TreePaths/output/02 - test 2.txt +1 -0
- package/config/easy/TreePaths/output/03 - test 3.txt +1 -0
- package/config/easy/TreePaths/output/04 - test 4.txt +1 -0
- package/config/easy/TreePaths/output/05 - test 5.txt +1 -0
- package/config/easy/TrickyNumberVerifier/code/CGCode.js +11 -0
- package/config/easy/TrickyNumberVerifier/code/CGCode.php +14 -0
- package/config/easy/TrickyNumberVerifier/config.json +38 -0
- package/config/easy/TrickyNumberVerifier/input/01 - valid numbers.txt +4 -0
- package/config/easy/TrickyNumberVerifier/input/02 - syntax errors.txt +6 -0
- package/config/easy/TrickyNumberVerifier/input/03 - invalid dates.txt +6 -0
- package/config/easy/TrickyNumberVerifier/input/04 - 29th february.txt +8 -0
- package/config/easy/TrickyNumberVerifier/input/05 - 10 consecutive numbers.txt +11 -0
- package/config/easy/TrickyNumberVerifier/input/06 - rejected identifier.txt +4 -0
- package/config/easy/TrickyNumberVerifier/output/01 - valid numbers.txt +3 -0
- package/config/easy/TrickyNumberVerifier/output/02 - syntax errors.txt +5 -0
- package/config/easy/TrickyNumberVerifier/output/03 - invalid dates.txt +5 -0
- package/config/easy/TrickyNumberVerifier/output/04 - 29th february.txt +7 -0
- package/config/easy/TrickyNumberVerifier/output/05 - 10 consecutive numbers.txt +10 -0
- package/config/easy/TrickyNumberVerifier/output/06 - rejected identifier.txt +3 -0
- package/config/easy/Unary/code/CGCode.php +1 -1
- package/config/easy/UniquePrefixes/code/CGCode.js +11 -0
- package/config/easy/UniquePrefixes/code/CGCode.php +14 -0
- package/config/easy/UniquePrefixes/config.json +38 -0
- package/config/easy/UniquePrefixes/input/01 - 1-length prefixes.txt +6 -0
- package/config/easy/UniquePrefixes/input/02 - 4-length prefixes.txt +5 -0
- package/config/easy/UniquePrefixes/input/03 - weekly challenge.txt +7 -0
- package/config/easy/UniquePrefixes/input/04 - ascending prefixes.txt +4 -0
- package/config/easy/UniquePrefixes/input/05 - descending prefixes.txt +4 -0
- package/config/easy/UniquePrefixes/input/06 - Pierre, Paul, Jacques & co..txt +201 -0
- package/config/easy/UniquePrefixes/output/01 - 1-length prefixes.txt +5 -0
- package/config/easy/UniquePrefixes/output/02 - 4-length prefixes.txt +4 -0
- package/config/easy/UniquePrefixes/output/03 - weekly challenge.txt +6 -0
- package/config/easy/UniquePrefixes/output/04 - ascending prefixes.txt +3 -0
- package/config/easy/UniquePrefixes/output/05 - descending prefixes.txt +3 -0
- package/config/easy/UniquePrefixes/output/06 - Pierre, Paul, Jacques & co..txt +200 -0
- package/config/easy/UnitFractions/code/CGCode.js +6 -0
- package/config/easy/UnitFractions/code/CGCode.php +7 -0
- package/config/easy/UnitFractions/config.json +43 -0
- package/config/easy/UnitFractions/input/01 - example.txt +1 -0
- package/config/easy/UnitFractions/input/02 - 12.txt +1 -0
- package/config/easy/UnitFractions/input/03 - 17.txt +1 -0
- package/config/easy/UnitFractions/input/04 - 100.txt +1 -0
- package/config/easy/UnitFractions/input/05 - 9999.txt +1 -0
- package/config/easy/UnitFractions/input/06 - 71339.txt +1 -0
- package/config/easy/UnitFractions/input/07 - 104027.txt +1 -0
- package/config/easy/UnitFractions/output/01 - example.txt +2 -0
- package/config/easy/UnitFractions/output/02 - 12.txt +8 -0
- package/config/easy/UnitFractions/output/03 - 17.txt +2 -0
- package/config/easy/UnitFractions/output/04 - 100.txt +13 -0
- package/config/easy/UnitFractions/output/05 - 9999.txt +23 -0
- package/config/easy/UnitFractions/output/06 - 71339.txt +2 -0
- package/config/easy/UnitFractions/output/07 - 104027.txt +23 -0
- package/config/easy/VanEcksSequence/code/CGCode.js +7 -0
- package/config/easy/VanEcksSequence/code/CGCode.php +8 -0
- package/config/easy/VanEcksSequence/config.json +38 -0
- package/config/easy/VanEcksSequence/input/01 - not seen.txt +2 -0
- package/config/easy/VanEcksSequence/input/02 - seen before.txt +2 -0
- package/config/easy/VanEcksSequence/input/03 - a little long.txt +2 -0
- package/config/easy/VanEcksSequence/input/04 - longer.txt +2 -0
- package/config/easy/VanEcksSequence/input/05 - a little stress.txt +2 -0
- package/config/easy/VanEcksSequence/input/06 - stress check.txt +2 -0
- package/config/easy/VanEcksSequence/output/01 - not seen.txt +1 -0
- package/config/easy/VanEcksSequence/output/02 - seen before.txt +1 -0
- package/config/easy/VanEcksSequence/output/03 - a little long.txt +1 -0
- package/config/easy/VanEcksSequence/output/04 - longer.txt +1 -0
- package/config/easy/VanEcksSequence/output/05 - a little stress.txt +1 -0
- package/config/easy/VanEcksSequence/output/06 - stress check.txt +1 -0
- package/config/easy/WalkOnADie/code/CGCode.js +11 -0
- package/config/easy/WalkOnADie/code/CGCode.php +13 -0
- package/config/easy/WalkOnADie/config.json +48 -0
- package/config/easy/WalkOnADie/input/01 - test 1.txt +4 -0
- package/config/easy/WalkOnADie/input/02 - test 2.txt +4 -0
- package/config/easy/WalkOnADie/input/03 - test 3.txt +4 -0
- package/config/easy/WalkOnADie/input/04 - test 4.txt +4 -0
- package/config/easy/WalkOnADie/input/05 - test 5.txt +4 -0
- package/config/easy/WalkOnADie/input/06 - test 6.txt +4 -0
- package/config/easy/WalkOnADie/input/07 - test 7.txt +4 -0
- package/config/easy/WalkOnADie/input/08 - test 8.txt +4 -0
- package/config/easy/WalkOnADie/output/01 - test 1.txt +1 -0
- package/config/easy/WalkOnADie/output/02 - test 2.txt +1 -0
- package/config/easy/WalkOnADie/output/03 - test 3.txt +1 -0
- package/config/easy/WalkOnADie/output/04 - test 4.txt +1 -0
- package/config/easy/WalkOnADie/output/05 - test 5.txt +1 -0
- package/config/easy/WalkOnADie/output/06 - test 6.txt +1 -0
- package/config/easy/WalkOnADie/output/07 - test 7.txt +1 -0
- package/config/easy/WalkOnADie/output/08 - test 8.txt +1 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/code/CGCode.js +7 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/code/CGCode.php +8 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/config.json +43 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/input/01 - real out.txt +2 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/input/02 - imaginary out.txt +2 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/input/03 - real in.txt +2 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/input/04 - imaginary in.txt +2 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/input/05 - complex out.txt +2 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/input/06 - complex in.txt +2 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/input/07 - check your absolute value.txt +2 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/output/01 - real out.txt +1 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/output/02 - imaginary out.txt +1 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/output/03 - real in.txt +1 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/output/04 - imaginary in.txt +1 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/output/05 - complex out.txt +1 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/output/06 - complex in.txt +1 -0
- package/config/easy/WhatsSoComplexAboutMandelbrot/output/07 - check your absolute value.txt +1 -0
- package/config/easy/WheresWally/code/CGCode.js +17 -0
- package/config/easy/WheresWally/code/CGCode.php +16 -0
- package/config/easy/WheresWally/config.json +28 -0
- package/config/easy/WheresWally/input/01 - alone (exemple).txt +15 -0
- package/config/easy/WheresWally/input/02 - hidden in the crowd.txt +15 -0
- package/config/easy/WheresWally/input/03 - hard.txt +65 -0
- package/config/easy/WheresWally/input/04 - very hard.txt +103 -0
- package/config/easy/WheresWally/output/01 - alone (exemple).txt +1 -0
- package/config/easy/WheresWally/output/02 - hidden in the crowd.txt +1 -0
- package/config/easy/WheresWally/output/03 - hard.txt +1 -0
- package/config/easy/WheresWally/output/04 - very hard.txt +1 -0
- package/config/easy/XMLMDF2016/code/CGCode.js +6 -0
- package/config/easy/XMLMDF2016/code/CGCode.php +7 -0
- package/config/easy/XMLMDF2016/config.json +38 -0
- package/config/easy/XMLMDF2016/input/01 - only one.txt +1 -0
- package/config/easy/XMLMDF2016/input/02 - nested might lose.txt +1 -0
- package/config/easy/XMLMDF2016/input/03 - several nested might win.txt +1 -0
- package/config/easy/XMLMDF2016/input/04 - several deeper nested might win too.txt +1 -0
- package/config/easy/XMLMDF2016/input/05 - only one shall win.txt +1 -0
- package/config/easy/XMLMDF2016/input/06 - size should not matter.txt +1 -0
- package/config/easy/XMLMDF2016/output/01 - only one.txt +1 -0
- package/config/easy/XMLMDF2016/output/02 - nested might lose.txt +1 -0
- package/config/easy/XMLMDF2016/output/03 - several nested might win.txt +1 -0
- package/config/easy/XMLMDF2016/output/04 - several deeper nested might win too.txt +1 -0
- package/config/easy/XMLMDF2016/output/05 - only one shall win.txt +1 -0
- package/config/easy/XMLMDF2016/output/06 - size should not matter.txt +1 -0
- package/config/easy/ZhiweiSunSquares/code/CGCode.js +6 -0
- package/config/easy/ZhiweiSunSquares/code/CGCode.php +7 -0
- package/config/easy/ZhiweiSunSquares/config.json +53 -0
- package/config/easy/ZhiweiSunSquares/input/01 - test 1.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/02 - test 2.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/03 - test 3.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/04 - test 4.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/05 - test 5.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/06 - test 6.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/07 - test 7.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/08 - test 8.txt +1 -0
- package/config/easy/ZhiweiSunSquares/input/09 - test 9.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/01 - test 1.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/02 - test 2.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/03 - test 3.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/04 - test 4.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/05 - test 5.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/06 - test 6.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/07 - test 7.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/08 - test 8.txt +1 -0
- package/config/easy/ZhiweiSunSquares/output/09 - test 9.txt +1 -0
- package/config/expert/MusicScores/code/CGCode.php +2 -2
- package/config/expert/TheResistance/code/CGCode.php +3 -3
- package/config/hard/BlunderEpisode2/code/CGCode.php +2 -2
- package/config/hard/BlunderEpisode3/code/CGCode.php +2 -2
- package/config/hard/CGXFormatter/code/CGCode.php +2 -2
- package/config/hard/GenomeSequencing/code/CGCode.php +2 -2
- package/config/hard/RollerCoaster/code/CGCode.php +2 -2
- package/config/hard/SuperComputer/code/CGCode.php +2 -2
- package/config/hard/TANNetwork/code/CGCode.php +6 -6
- package/config/hard/Winamax/code/CGCode.php +2 -2
- package/config/medium/ACoinGuessingGame/code/CGCode.js +14 -0
- package/config/medium/ACoinGuessingGame/code/CGCode.php +15 -0
- package/config/medium/ACoinGuessingGame/config.json +53 -0
- package/config/medium/ACoinGuessingGame/input/01 - 2 coins.txt +4 -0
- package/config/medium/ACoinGuessingGame/input/02 - 3 coins.txt +3 -0
- package/config/medium/ACoinGuessingGame/input/03 - 4 coins.txt +4 -0
- package/config/medium/ACoinGuessingGame/input/04 - 5 coins.txt +5 -0
- package/config/medium/ACoinGuessingGame/input/05 - 10 coins.txt +10 -0
- package/config/medium/ACoinGuessingGame/input/06 - 25 coins.txt +8 -0
- package/config/medium/ACoinGuessingGame/input/07 - 50 coins.txt +13 -0
- package/config/medium/ACoinGuessingGame/input/08 - 100 coins.txt +13 -0
- package/config/medium/ACoinGuessingGame/input/09 - 150 coins.txt +16 -0
- package/config/medium/ACoinGuessingGame/output/01 - 2 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/02 - 3 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/03 - 4 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/04 - 5 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/05 - 10 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/06 - 25 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/07 - 50 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/08 - 100 coins.txt +1 -0
- package/config/medium/ACoinGuessingGame/output/09 - 150 coins.txt +1 -0
- package/config/medium/ASCIIArtGlassStacking/code/CGCode.js +6 -0
- package/config/medium/ASCIIArtGlassStacking/code/CGCode.php +7 -0
- package/config/medium/ASCIIArtGlassStacking/config.json +28 -0
- package/config/medium/ASCIIArtGlassStacking/input/01 - 4 glasses.txt +1 -0
- package/config/medium/ASCIIArtGlassStacking/input/02 - 10 glasses.txt +1 -0
- package/config/medium/ASCIIArtGlassStacking/input/03 - 25 glasses.txt +1 -0
- package/config/medium/ASCIIArtGlassStacking/input/04 - a single glass.txt +1 -0
- package/config/medium/ASCIIArtGlassStacking/output/01 - 4 glasses.txt +8 -0
- package/config/medium/ASCIIArtGlassStacking/output/02 - 10 glasses.txt +16 -0
- package/config/medium/ASCIIArtGlassStacking/output/03 - 25 glasses.txt +24 -0
- package/config/medium/ASCIIArtGlassStacking/output/04 - a single glass.txt +4 -0
- package/config/medium/AStarExercise/code/CGCode.js +20 -0
- package/config/medium/AStarExercise/code/CGCode.php +16 -0
- package/config/medium/AStarExercise/config.json +38 -0
- package/config/medium/AStarExercise/input/01 - 3-node graph.txt +5 -0
- package/config/medium/AStarExercise/input/02 - small graph A.txt +9 -0
- package/config/medium/AStarExercise/input/03 - small graph A-prime.txt +9 -0
- package/config/medium/AStarExercise/input/04 - slightly larger graph.txt +12 -0
- package/config/medium/AStarExercise/input/05 - from Arad to Bucharest.txt +25 -0
- package/config/medium/AStarExercise/input/06 - equal f-value.txt +6 -0
- package/config/medium/AStarExercise/output/01 - 3-node graph.txt +3 -0
- package/config/medium/AStarExercise/output/02 - small graph A.txt +5 -0
- package/config/medium/AStarExercise/output/03 - small graph A-prime.txt +5 -0
- package/config/medium/AStarExercise/output/04 - slightly larger graph.txt +8 -0
- package/config/medium/AStarExercise/output/05 - from Arad to Bucharest.txt +6 -0
- package/config/medium/AStarExercise/output/06 - equal f-value.txt +4 -0
- package/config/medium/AdvancedTree/code/CGCode.js +11 -0
- package/config/medium/AdvancedTree/code/CGCode.php +13 -0
- package/config/medium/AdvancedTree/config.json +98 -0
- package/config/medium/AdvancedTree/input/01 - example.txt +9 -0
- package/config/medium/AdvancedTree/input/02 - in a directory test.txt +9 -0
- package/config/medium/AdvancedTree/input/03 - also in a directory test.txt +9 -0
- package/config/medium/AdvancedTree/input/04 - gap end of tree handling test.txt +13 -0
- package/config/medium/AdvancedTree/input/05 - hidden directories wo -a test.txt +10 -0
- package/config/medium/AdvancedTree/input/06 - dots in filenames test.txt +10 -0
- package/config/medium/AdvancedTree/input/07 - limit flag test.txt +9 -0
- package/config/medium/AdvancedTree/input/08 - hidden files wo -a test.txt +12 -0
- package/config/medium/AdvancedTree/input/09 - hidden files with -a test.txt +12 -0
- package/config/medium/AdvancedTree/input/10 - directory flag test.txt +11 -0
- package/config/medium/AdvancedTree/input/11 - multiple flags test.txt +11 -0
- package/config/medium/AdvancedTree/input/12 - all flags test.txt +11 -0
- package/config/medium/AdvancedTree/input/13 - error handling 1 test.txt +11 -0
- package/config/medium/AdvancedTree/input/14 - error handling 2 test.txt +11 -0
- package/config/medium/AdvancedTree/input/15 - error handling 3 test.txt +11 -0
- package/config/medium/AdvancedTree/input/16 - wrong flag test.txt +11 -0
- package/config/medium/AdvancedTree/input/17 - big test 1.txt +18 -0
- package/config/medium/AdvancedTree/input/18 - not starting in..txt +26 -0
- package/config/medium/AdvancedTree/output/01 - example.txt +12 -0
- package/config/medium/AdvancedTree/output/02 - in a directory test.txt +6 -0
- package/config/medium/AdvancedTree/output/03 - also in a directory test.txt +6 -0
- package/config/medium/AdvancedTree/output/04 - gap end of tree handling test.txt +20 -0
- package/config/medium/AdvancedTree/output/05 - hidden directories wo -a test.txt +11 -0
- package/config/medium/AdvancedTree/output/06 - dots in filenames test.txt +14 -0
- package/config/medium/AdvancedTree/output/07 - limit flag test.txt +11 -0
- package/config/medium/AdvancedTree/output/08 - hidden files wo -a test.txt +13 -0
- package/config/medium/AdvancedTree/output/09 - hidden files with -a test.txt +18 -0
- package/config/medium/AdvancedTree/output/10 - directory flag test.txt +6 -0
- package/config/medium/AdvancedTree/output/11 - multiple flags test.txt +12 -0
- package/config/medium/AdvancedTree/output/12 - all flags test.txt +4 -0
- package/config/medium/AdvancedTree/output/13 - error handling 1 test.txt +3 -0
- package/config/medium/AdvancedTree/output/14 - error handling 2 test.txt +3 -0
- package/config/medium/AdvancedTree/output/15 - error handling 3 test.txt +3 -0
- package/config/medium/AdvancedTree/output/16 - wrong flag test.txt +14 -0
- package/config/medium/AdvancedTree/output/17 - big test 1.txt +26 -0
- package/config/medium/AdvancedTree/output/18 - not starting in..txt +16 -0
- package/config/medium/AllOperationsAreEqual/code/CGCode.js +11 -0
- package/config/medium/AllOperationsAreEqual/code/CGCode.php +14 -0
- package/config/medium/AllOperationsAreEqual/config.json +33 -0
- package/config/medium/AllOperationsAreEqual/input/01 - test 1.txt +5 -0
- package/config/medium/AllOperationsAreEqual/input/02 - test 2.txt +11 -0
- package/config/medium/AllOperationsAreEqual/input/03 - test 3.txt +101 -0
- package/config/medium/AllOperationsAreEqual/input/04 - test 4.txt +101 -0
- package/config/medium/AllOperationsAreEqual/input/05 - test 5.txt +101 -0
- package/config/medium/AllOperationsAreEqual/output/01 - test 1.txt +4 -0
- package/config/medium/AllOperationsAreEqual/output/02 - test 2.txt +10 -0
- package/config/medium/AllOperationsAreEqual/output/03 - test 3.txt +100 -0
- package/config/medium/AllOperationsAreEqual/output/04 - test 4.txt +100 -0
- package/config/medium/AllOperationsAreEqual/output/05 - test 5.txt +100 -0
- package/config/medium/Anagrams/code/CGCode.js +6 -0
- package/config/medium/Anagrams/code/CGCode.php +7 -0
- package/config/medium/Anagrams/config.json +28 -0
- package/config/medium/Anagrams/input/01 - test 1.txt +1 -0
- package/config/medium/Anagrams/input/02 - test 2.txt +1 -0
- package/config/medium/Anagrams/input/03 - test 3.txt +1 -0
- package/config/medium/Anagrams/input/04 - test 4.txt +1 -0
- package/config/medium/Anagrams/output/01 - test 1.txt +1 -0
- package/config/medium/Anagrams/output/02 - test 2.txt +1 -0
- package/config/medium/Anagrams/output/03 - test 3.txt +1 -0
- package/config/medium/Anagrams/output/04 - test 4.txt +1 -0
- package/config/medium/AncestorsAndDescendants/code/CGCode.js +9 -0
- package/config/medium/AncestorsAndDescendants/code/CGCode.php +11 -0
- package/config/medium/AncestorsAndDescendants/config.json +38 -0
- package/config/medium/AncestorsAndDescendants/input/01 - test 1.txt +9 -0
- package/config/medium/AncestorsAndDescendants/input/02 - test 2.txt +20 -0
- package/config/medium/AncestorsAndDescendants/input/03 - test 3.txt +29 -0
- package/config/medium/AncestorsAndDescendants/input/04 - test 4.txt +23 -0
- package/config/medium/AncestorsAndDescendants/input/05 - test 5.txt +27 -0
- package/config/medium/AncestorsAndDescendants/input/06 - test 6.txt +6 -0
- package/config/medium/AncestorsAndDescendants/output/01 - test 1.txt +4 -0
- package/config/medium/AncestorsAndDescendants/output/02 - test 2.txt +8 -0
- package/config/medium/AncestorsAndDescendants/output/03 - test 3.txt +14 -0
- package/config/medium/AncestorsAndDescendants/output/04 - test 4.txt +10 -0
- package/config/medium/AncestorsAndDescendants/output/05 - test 5.txt +14 -0
- package/config/medium/AncestorsAndDescendants/output/06 - test 6.txt +3 -0
- package/config/medium/AsciiGraph/code/CGCode.js +11 -0
- package/config/medium/AsciiGraph/code/CGCode.php +11 -0
- package/config/medium/AsciiGraph/config.json +38 -0
- package/config/medium/AsciiGraph/input/01 - example.txt +2 -0
- package/config/medium/AsciiGraph/input/02 - no points.txt +1 -0
- package/config/medium/AsciiGraph/input/03 - negative values.txt +2 -0
- package/config/medium/AsciiGraph/input/04 - two points.txt +3 -0
- package/config/medium/AsciiGraph/input/05 - many points.txt +11 -0
- package/config/medium/AsciiGraph/input/06 - point at origin.txt +2 -0
- package/config/medium/AsciiGraph/output/01 - example.txt +4 -0
- package/config/medium/AsciiGraph/output/02 - no points.txt +3 -0
- package/config/medium/AsciiGraph/output/03 - negative values.txt +4 -0
- package/config/medium/AsciiGraph/output/04 - two points.txt +8 -0
- package/config/medium/AsciiGraph/output/05 - many points.txt +13 -0
- package/config/medium/AsciiGraph/output/06 - point at origin.txt +3 -0
- package/config/medium/BarcodeScanner/code/CGCode.js +6 -0
- package/config/medium/BarcodeScanner/code/CGCode.php +7 -0
- package/config/medium/BarcodeScanner/config.json +53 -0
- package/config/medium/BarcodeScanner/input/01 - example.txt +1 -0
- package/config/medium/BarcodeScanner/input/02 - ukraine.txt +1 -0
- package/config/medium/BarcodeScanner/input/03 - great britain (reversed).txt +1 -0
- package/config/medium/BarcodeScanner/input/04 - germany.txt +1 -0
- package/config/medium/BarcodeScanner/input/05 - wrong checksum.txt +1 -0
- package/config/medium/BarcodeScanner/input/06 - broken guard(s).txt +1 -0
- package/config/medium/BarcodeScanner/input/07 - broken parity.txt +1 -0
- package/config/medium/BarcodeScanner/input/08 - other error (reversed).txt +1 -0
- package/config/medium/BarcodeScanner/input/09 - book (reversed).txt +1 -0
- package/config/medium/BarcodeScanner/output/01 - example.txt +1 -0
- package/config/medium/BarcodeScanner/output/02 - ukraine.txt +1 -0
- package/config/medium/BarcodeScanner/output/03 - great britain (reversed).txt +1 -0
- package/config/medium/BarcodeScanner/output/04 - germany.txt +1 -0
- package/config/medium/BarcodeScanner/output/05 - wrong checksum.txt +1 -0
- package/config/medium/BarcodeScanner/output/06 - broken guard(s).txt +1 -0
- package/config/medium/BarcodeScanner/output/07 - broken parity.txt +1 -0
- package/config/medium/BarcodeScanner/output/08 - other error (reversed).txt +1 -0
- package/config/medium/BarcodeScanner/output/09 - book (reversed).txt +1 -0
- package/config/medium/BattleTower/code/CGCode.js +9 -0
- package/config/medium/BattleTower/code/CGCode.php +11 -0
- package/config/medium/BattleTower/config.json +58 -0
- package/config/medium/BattleTower/input/01 - simple.txt +5 -0
- package/config/medium/BattleTower/input/02 - mini.txt +2 -0
- package/config/medium/BattleTower/input/03 - line.txt +11 -0
- package/config/medium/BattleTower/input/04 - star.txt +9 -0
- package/config/medium/BattleTower/input/05 - medium 1.txt +49 -0
- package/config/medium/BattleTower/input/06 - medium 2.txt +194 -0
- package/config/medium/BattleTower/input/07 - medium 3.txt +375 -0
- package/config/medium/BattleTower/input/08 - dense 1.txt +357 -0
- package/config/medium/BattleTower/input/09 - dense 2.txt +467 -0
- package/config/medium/BattleTower/input/10 - dense 3.txt +525 -0
- package/config/medium/BattleTower/output/01 - simple.txt +1 -0
- package/config/medium/BattleTower/output/02 - mini.txt +1 -0
- package/config/medium/BattleTower/output/03 - line.txt +1 -0
- package/config/medium/BattleTower/output/04 - star.txt +1 -0
- package/config/medium/BattleTower/output/05 - medium 1.txt +1 -0
- package/config/medium/BattleTower/output/06 - medium 2.txt +1 -0
- package/config/medium/BattleTower/output/07 - medium 3.txt +1 -0
- package/config/medium/BattleTower/output/08 - dense 1.txt +1 -0
- package/config/medium/BattleTower/output/09 - dense 2.txt +1 -0
- package/config/medium/BattleTower/output/10 - dense 3.txt +1 -0
- package/config/medium/Battleship/code/CGCode.js +9 -0
- package/config/medium/Battleship/code/CGCode.php +11 -0
- package/config/medium/Battleship/config.json +43 -0
- package/config/medium/Battleship/input/01 - ships too close.txt +11 -0
- package/config/medium/Battleship/input/02 - wrong number of ships.txt +11 -0
- package/config/medium/Battleship/input/03 - wrong size of ships.txt +11 -0
- package/config/medium/Battleship/input/04 - missed!.txt +11 -0
- package/config/medium/Battleship/input/05 - touch/303/251!.txt" +11 -0
- package/config/medium/Battleship/input/06 - touch/303/251 coul/303/251!.txt" +11 -0
- package/config/medium/Battleship/input/07 - game lost.txt +11 -0
- package/config/medium/Battleship/output/01 - ships too close.txt +1 -0
- package/config/medium/Battleship/output/02 - wrong number of ships.txt +1 -0
- package/config/medium/Battleship/output/03 - wrong size of ships.txt +1 -0
- package/config/medium/Battleship/output/04 - missed!.txt +1 -0
- package/config/medium/Battleship/output/05 - touch/303/251!.txt" +1 -0
- package/config/medium/Battleship/output/06 - touch/303/251 coul/303/251!.txt" +1 -0
- package/config/medium/Battleship/output/07 - game lost.txt +1 -0
- package/config/medium/BijectiveNumeration/code/CGCode.js +10 -0
- package/config/medium/BijectiveNumeration/code/CGCode.php +12 -0
- package/config/medium/BijectiveNumeration/config.json +53 -0
- package/config/medium/BijectiveNumeration/input/01 - simple parsing.txt +2 -0
- package/config/medium/BijectiveNumeration/input/02 - parsing.txt +2 -0
- package/config/medium/BijectiveNumeration/input/03 - more parsing.txt +2 -0
- package/config/medium/BijectiveNumeration/input/04 - simple generation.txt +2 -0
- package/config/medium/BijectiveNumeration/input/05 - generation.txt +2 -0
- package/config/medium/BijectiveNumeration/input/06 - more generation.txt +2 -0
- package/config/medium/BijectiveNumeration/input/07 - mixed test.txt +2 -0
- package/config/medium/BijectiveNumeration/input/08 - bigger test.txt +2 -0
- package/config/medium/BijectiveNumeration/input/09 - huge test.txt +2 -0
- package/config/medium/BijectiveNumeration/output/01 - simple parsing.txt +1 -0
- package/config/medium/BijectiveNumeration/output/02 - parsing.txt +1 -0
- package/config/medium/BijectiveNumeration/output/03 - more parsing.txt +1 -0
- package/config/medium/BijectiveNumeration/output/04 - simple generation.txt +1 -0
- package/config/medium/BijectiveNumeration/output/05 - generation.txt +1 -0
- package/config/medium/BijectiveNumeration/output/06 - more generation.txt +1 -0
- package/config/medium/BijectiveNumeration/output/07 - mixed test.txt +1 -0
- package/config/medium/BijectiveNumeration/output/08 - bigger test.txt +1 -0
- package/config/medium/BijectiveNumeration/output/09 - huge test.txt +1 -0
- package/config/medium/BinarySearchTreeTraversal/code/CGCode.js +12 -0
- package/config/medium/BinarySearchTreeTraversal/code/CGCode.php +15 -0
- package/config/medium/BinarySearchTreeTraversal/config.json +38 -0
- package/config/medium/BinarySearchTreeTraversal/input/01 - example.txt +2 -0
- package/config/medium/BinarySearchTreeTraversal/input/02 - positive values only.txt +2 -0
- package/config/medium/BinarySearchTreeTraversal/input/03 - small random values.txt +2 -0
- package/config/medium/BinarySearchTreeTraversal/input/04 - large random values.txt +2 -0
- package/config/medium/BinarySearchTreeTraversal/input/05 - more random values.txt +2 -0
- package/config/medium/BinarySearchTreeTraversal/input/06 - ordered values.txt +2 -0
- package/config/medium/BinarySearchTreeTraversal/output/01 - example.txt +4 -0
- package/config/medium/BinarySearchTreeTraversal/output/02 - positive values only.txt +4 -0
- package/config/medium/BinarySearchTreeTraversal/output/03 - small random values.txt +4 -0
- package/config/medium/BinarySearchTreeTraversal/output/04 - large random values.txt +4 -0
- package/config/medium/BinarySearchTreeTraversal/output/05 - more random values.txt +4 -0
- package/config/medium/BinarySearchTreeTraversal/output/06 - ordered values.txt +4 -0
- package/config/medium/Bingo/code/CGCode.js +10 -0
- package/config/medium/Bingo/code/CGCode.php +12 -0
- package/config/medium/Bingo/config.json +28 -0
- package/config/medium/Bingo/input/01 - 1 player.txt +7 -0
- package/config/medium/Bingo/input/02 - 5 players.txt +27 -0
- package/config/medium/Bingo/input/03 - 25 players.txt +127 -0
- package/config/medium/Bingo/input/04 - 100 players.txt +502 -0
- package/config/medium/Bingo/output/01 - 1 player.txt +2 -0
- package/config/medium/Bingo/output/02 - 5 players.txt +2 -0
- package/config/medium/Bingo/output/03 - 25 players.txt +2 -0
- package/config/medium/Bingo/output/04 - 100 players.txt +2 -0
- package/config/medium/BitCountToLimit/code/CGCode.js +6 -0
- package/config/medium/BitCountToLimit/code/CGCode.php +7 -0
- package/config/medium/BitCountToLimit/config.json +33 -0
- package/config/medium/BitCountToLimit/input/01 - simple one.txt +1 -0
- package/config/medium/BitCountToLimit/input/02 - a bit more.txt +1 -0
- package/config/medium/BitCountToLimit/input/03 - and greater than 100.txt +1 -0
- package/config/medium/BitCountToLimit/input/04 - million.txt +1 -0
- package/config/medium/BitCountToLimit/input/05 - did you get the trick.txt +1 -0
- package/config/medium/BitCountToLimit/output/01 - simple one.txt +1 -0
- package/config/medium/BitCountToLimit/output/02 - a bit more.txt +1 -0
- package/config/medium/BitCountToLimit/output/03 - and greater than 100.txt +1 -0
- package/config/medium/BitCountToLimit/output/04 - million.txt +1 -0
- package/config/medium/BitCountToLimit/output/05 - did you get the trick.txt +1 -0
- package/config/medium/BloodTypes/code/CGCode.js +12 -0
- package/config/medium/BloodTypes/code/CGCode.php +11 -0
- package/config/medium/BloodTypes/config.json +28 -0
- package/config/medium/BloodTypes/input/01 - example.txt +5 -0
- package/config/medium/BloodTypes/input/02 - child blood types.txt +13 -0
- package/config/medium/BloodTypes/input/03 - parents blood types.txt +32 -0
- package/config/medium/BloodTypes/input/04 - all combins.txt +51 -0
- package/config/medium/BloodTypes/output/01 - example.txt +4 -0
- package/config/medium/BloodTypes/output/02 - child blood types.txt +12 -0
- package/config/medium/BloodTypes/output/03 - parents blood types.txt +31 -0
- package/config/medium/BloodTypes/output/04 - all combins.txt +50 -0
- package/config/medium/BlunderEpisode1/code/CGCode.php +2 -2
- package/config/medium/BouncingBarry/code/CGCode.js +7 -0
- package/config/medium/BouncingBarry/code/CGCode.php +8 -0
- package/config/medium/BouncingBarry/config.json +48 -0
- package/config/medium/BouncingBarry/input/01 - meandering.txt +2 -0
- package/config/medium/BouncingBarry/input/02 - exploring.txt +2 -0
- package/config/medium/BouncingBarry/input/03 - spiraling.txt +2 -0
- package/config/medium/BouncingBarry/input/04 - crossing.txt +2 -0
- package/config/medium/BouncingBarry/input/05 - bobbing and weaving.txt +2 -0
- package/config/medium/BouncingBarry/input/06 - tail-chasing.txt +2 -0
- package/config/medium/BouncingBarry/input/07 - sprinting.txt +2 -0
- package/config/medium/BouncingBarry/input/08 - just drunk-ing.txt +2 -0
- package/config/medium/BouncingBarry/output/01 - meandering.txt +4 -0
- package/config/medium/BouncingBarry/output/02 - exploring.txt +8 -0
- package/config/medium/BouncingBarry/output/03 - spiraling.txt +12 -0
- package/config/medium/BouncingBarry/output/04 - crossing.txt +7 -0
- package/config/medium/BouncingBarry/output/05 - bobbing and weaving.txt +13 -0
- package/config/medium/BouncingBarry/output/06 - tail-chasing.txt +1 -0
- package/config/medium/BouncingBarry/output/07 - sprinting.txt +2 -0
- package/config/medium/BouncingBarry/output/08 - just drunk-ing.txt +31 -0
- package/config/medium/BoxOfCigars/code/CGCode.js +9 -0
- package/config/medium/BoxOfCigars/code/CGCode.php +11 -0
- package/config/medium/BoxOfCigars/config.json +43 -0
- package/config/medium/BoxOfCigars/input/01 - example.txt +11 -0
- package/config/medium/BoxOfCigars/input/02 - all valid.txt +6 -0
- package/config/medium/BoxOfCigars/input/03 - common difference = 1.txt +11 -0
- package/config/medium/BoxOfCigars/input/04 - big test.txt +21 -0
- package/config/medium/BoxOfCigars/input/05 - 50 cigars.txt +51 -0
- package/config/medium/BoxOfCigars/input/06 - 100 cigars!.txt +101 -0
- package/config/medium/BoxOfCigars/input/07 - millionare.txt +1001 -0
- package/config/medium/BoxOfCigars/output/01 - example.txt +1 -0
- package/config/medium/BoxOfCigars/output/02 - all valid.txt +1 -0
- package/config/medium/BoxOfCigars/output/03 - common difference = 1.txt +1 -0
- package/config/medium/BoxOfCigars/output/04 - big test.txt +1 -0
- package/config/medium/BoxOfCigars/output/05 - 50 cigars.txt +1 -0
- package/config/medium/BoxOfCigars/output/06 - 100 cigars!.txt +1 -0
- package/config/medium/BoxOfCigars/output/07 - millionare.txt +1 -0
- package/config/medium/BracketsEnhancedEdition/code/CGCode.js +11 -0
- package/config/medium/BracketsEnhancedEdition/code/CGCode.php +14 -0
- package/config/medium/BracketsEnhancedEdition/config.json +53 -0
- package/config/medium/BracketsEnhancedEdition/input/01 - example.txt +3 -0
- package/config/medium/BracketsEnhancedEdition/input/02 - extreme.txt +8 -0
- package/config/medium/BracketsEnhancedEdition/input/03 - unextreme at little cost.txt +8 -0
- package/config/medium/BracketsEnhancedEdition/input/04 - complex expressions.txt +11 -0
- package/config/medium/BracketsEnhancedEdition/input/05 - what/342/200/231s your bias.txt" +5 -0
- package/config/medium/BracketsEnhancedEdition/input/06 - more complex expressions.txt +5 -0
- package/config/medium/BracketsEnhancedEdition/input/07 - ramp up.txt +8 -0
- package/config/medium/BracketsEnhancedEdition/input/08 - Very complex salvageable.txt +2 -0
- package/config/medium/BracketsEnhancedEdition/input/09 - Very complex unsalvageable.txt +2 -0
- package/config/medium/BracketsEnhancedEdition/output/01 - example.txt +2 -0
- package/config/medium/BracketsEnhancedEdition/output/02 - extreme.txt +7 -0
- package/config/medium/BracketsEnhancedEdition/output/03 - unextreme at little cost.txt +7 -0
- package/config/medium/BracketsEnhancedEdition/output/04 - complex expressions.txt +10 -0
- package/config/medium/BracketsEnhancedEdition/output/05 - what/342/200/231s your bias.txt" +4 -0
- package/config/medium/BracketsEnhancedEdition/output/06 - more complex expressions.txt +4 -0
- package/config/medium/BracketsEnhancedEdition/output/07 - ramp up.txt +7 -0
- package/config/medium/BracketsEnhancedEdition/output/08 - Very complex salvageable.txt +1 -0
- package/config/medium/BracketsEnhancedEdition/output/09 - Very complex unsalvageable.txt +1 -0
- package/config/medium/BracketsExtendedEdition/code/CGCode.js +11 -0
- package/config/medium/BracketsExtendedEdition/code/CGCode.php +13 -0
- package/config/medium/BracketsExtendedEdition/config.json +33 -0
- package/config/medium/BracketsExtendedEdition/input/01 - example.txt +3 -0
- package/config/medium/BracketsExtendedEdition/input/02 - extreme.txt +8 -0
- package/config/medium/BracketsExtendedEdition/input/03 - unextreme at little cost.txt +8 -0
- package/config/medium/BracketsExtendedEdition/input/04 - complex expressions.txt +11 -0
- package/config/medium/BracketsExtendedEdition/input/05 - what/342/200/231s your bias.txt" +5 -0
- package/config/medium/BracketsExtendedEdition/output/01 - example.txt +2 -0
- package/config/medium/BracketsExtendedEdition/output/02 - extreme.txt +7 -0
- package/config/medium/BracketsExtendedEdition/output/03 - unextreme at little cost.txt +7 -0
- package/config/medium/BracketsExtendedEdition/output/04 - complex expressions.txt +10 -0
- package/config/medium/BracketsExtendedEdition/output/05 - what/342/200/231s your bias.txt" +4 -0
- package/config/medium/BracketsUltimateEdition/code/CGCode.js +11 -0
- package/config/medium/BracketsUltimateEdition/code/CGCode.php +14 -0
- package/config/medium/BracketsUltimateEdition/config.json +33 -0
- package/config/medium/BracketsUltimateEdition/input/01 - example.txt +3 -0
- package/config/medium/BracketsUltimateEdition/input/02 - extreme.txt +8 -0
- package/config/medium/BracketsUltimateEdition/input/03 - unextreme at little cost.txt +8 -0
- package/config/medium/BracketsUltimateEdition/input/04 - complex expressions.txt +11 -0
- package/config/medium/BracketsUltimateEdition/input/05 - what/342/200/231s your bias.txt" +5 -0
- package/config/medium/BracketsUltimateEdition/output/01 - example.txt +2 -0
- package/config/medium/BracketsUltimateEdition/output/02 - extreme.txt +7 -0
- package/config/medium/BracketsUltimateEdition/output/03 - unextreme at little cost.txt +7 -0
- package/config/medium/BracketsUltimateEdition/output/04 - complex expressions.txt +10 -0
- package/config/medium/BracketsUltimateEdition/output/05 - what/342/200/231s your bias.txt" +4 -0
- package/config/medium/BruceLee/code/CGCode.js +6 -0
- package/config/medium/BruceLee/code/CGCode.php +7 -0
- package/config/medium/BruceLee/config.json +63 -0
- package/config/medium/BruceLee/input/01 - A.txt +1 -0
- package/config/medium/BruceLee/input/02 - AA.txt +1 -0
- package/config/medium/BruceLee/input/03 - bruce lee.txt +1 -0
- package/config/medium/BruceLee/input/04 - epic message.txt +1 -0
- package/config/medium/BruceLee/input/05 - this seems wrong....txt +1 -0
- package/config/medium/BruceLee/input/06 - large text.txt +1 -0
- package/config/medium/BruceLee/input/07 - %#0.txt +1 -0
- package/config/medium/BruceLee/input/08 - this shouldn/342/200/231t work.txt" +1 -0
- package/config/medium/BruceLee/input/09 - invalid input.txt +1 -0
- package/config/medium/BruceLee/input/10 - invalid input.txt +1 -0
- package/config/medium/BruceLee/input/11 - invalid input.txt +1 -0
- package/config/medium/BruceLee/output/01 - A.txt +1 -0
- package/config/medium/BruceLee/output/02 - AA.txt +1 -0
- package/config/medium/BruceLee/output/03 - bruce lee.txt +1 -0
- package/config/medium/BruceLee/output/04 - epic message.txt +1 -0
- package/config/medium/BruceLee/output/05 - this seems wrong....txt +1 -0
- package/config/medium/BruceLee/output/06 - large text.txt +1 -0
- package/config/medium/BruceLee/output/07 - %#0.txt +1 -0
- package/config/medium/BruceLee/output/08 - this shouldn/342/200/231t work.txt" +1 -0
- package/config/medium/BruceLee/output/09 - invalid input.txt +1 -0
- package/config/medium/BruceLee/output/10 - invalid input.txt +1 -0
- package/config/medium/BruceLee/output/11 - invalid input.txt +1 -0
- package/config/medium/BulgarianSolitaire/code/CGCode.js +10 -0
- package/config/medium/BulgarianSolitaire/code/CGCode.php +12 -0
- package/config/medium/BulgarianSolitaire/config.json +33 -0
- package/config/medium/BulgarianSolitaire/input/01 - 1 pile.txt +2 -0
- package/config/medium/BulgarianSolitaire/input/02 - 3 piles.txt +2 -0
- package/config/medium/BulgarianSolitaire/input/03 - large piles.txt +2 -0
- package/config/medium/BulgarianSolitaire/input/04 - empty piles.txt +2 -0
- package/config/medium/BulgarianSolitaire/input/05 - many piles.txt +2 -0
- package/config/medium/BulgarianSolitaire/output/01 - 1 pile.txt +1 -0
- package/config/medium/BulgarianSolitaire/output/02 - 3 piles.txt +1 -0
- package/config/medium/BulgarianSolitaire/output/03 - large piles.txt +1 -0
- package/config/medium/BulgarianSolitaire/output/04 - empty piles.txt +1 -0
- package/config/medium/BulgarianSolitaire/output/05 - many piles.txt +1 -0
- package/config/medium/BullsAndCows/code/CGCode.js +12 -0
- package/config/medium/BullsAndCows/code/CGCode.php +11 -0
- package/config/medium/BullsAndCows/config.json +43 -0
- package/config/medium/BullsAndCows/input/01 - all bulls.txt +2 -0
- package/config/medium/BullsAndCows/input/02 - pair of cows.txt +3 -0
- package/config/medium/BullsAndCows/input/03 - two pair of bulls.txt +4 -0
- package/config/medium/BullsAndCows/input/04 - nothing but cows.txt +2 -0
- package/config/medium/BullsAndCows/input/05 - lone bulls.txt +6 -0
- package/config/medium/BullsAndCows/input/06 - one for all.txt +5 -0
- package/config/medium/BullsAndCows/input/07 - bad guesser.txt +11 -0
- package/config/medium/BullsAndCows/output/01 - all bulls.txt +1 -0
- package/config/medium/BullsAndCows/output/02 - pair of cows.txt +1 -0
- package/config/medium/BullsAndCows/output/03 - two pair of bulls.txt +1 -0
- package/config/medium/BullsAndCows/output/04 - nothing but cows.txt +1 -0
- package/config/medium/BullsAndCows/output/05 - lone bulls.txt +1 -0
- package/config/medium/BullsAndCows/output/06 - one for all.txt +1 -0
- package/config/medium/BullsAndCows/output/07 - bad guesser.txt +1 -0
- package/config/medium/BustSpeedingVehicles/code/CGCode.js +10 -0
- package/config/medium/BustSpeedingVehicles/code/CGCode.php +12 -0
- package/config/medium/BustSpeedingVehicles/config.json +28 -0
- package/config/medium/BustSpeedingVehicles/input/01 - example test.txt +5 -0
- package/config/medium/BustSpeedingVehicles/input/02 - no excess speed.txt +6 -0
- package/config/medium/BustSpeedingVehicles/input/03 - more than one car in excess speed.txt +11 -0
- package/config/medium/BustSpeedingVehicles/input/04 - speed limit.txt +8 -0
- package/config/medium/BustSpeedingVehicles/output/01 - example test.txt +1 -0
- package/config/medium/BustSpeedingVehicles/output/02 - no excess speed.txt +1 -0
- package/config/medium/BustSpeedingVehicles/output/03 - more than one car in excess speed.txt +3 -0
- package/config/medium/BustSpeedingVehicles/output/04 - speed limit.txt +1 -0
- package/config/medium/BytePairEncoding/code/CGCode.js +11 -0
- package/config/medium/BytePairEncoding/code/CGCode.php +11 -0
- package/config/medium/BytePairEncoding/config.json +33 -0
- package/config/medium/BytePairEncoding/input/01 - test 1.txt +2 -0
- package/config/medium/BytePairEncoding/input/02 - test 2.txt +3 -0
- package/config/medium/BytePairEncoding/input/03 - test 3.txt +5 -0
- package/config/medium/BytePairEncoding/input/04 - test 4.txt +11 -0
- package/config/medium/BytePairEncoding/input/05 - test 5.txt +11 -0
- package/config/medium/BytePairEncoding/output/01 - test 1.txt +4 -0
- package/config/medium/BytePairEncoding/output/02 - test 2.txt +4 -0
- package/config/medium/BytePairEncoding/output/03 - test 3.txt +7 -0
- package/config/medium/BytePairEncoding/output/04 - test 4.txt +13 -0
- package/config/medium/BytePairEncoding/output/05 - test 5.txt +26 -0
- package/config/medium/CGFungeInterpreter/code/CGCode.js +9 -0
- package/config/medium/CGFungeInterpreter/code/CGCode.php +11 -0
- package/config/medium/CGFungeInterpreter/config.json +38 -0
- package/config/medium/CGFungeInterpreter/input/01 - just math.txt +2 -0
- package/config/medium/CGFungeInterpreter/input/02 - simple text.txt +2 -0
- package/config/medium/CGFungeInterpreter/input/03 - go all ways.txt +9 -0
- package/config/medium/CGFungeInterpreter/input/04 - very hello world.txt +9 -0
- package/config/medium/CGFungeInterpreter/input/05 - sing me a song.txt +11 -0
- package/config/medium/CGFungeInterpreter/input/06 - skip & short lines.txt +5 -0
- package/config/medium/CGFungeInterpreter/output/01 - just math.txt +1 -0
- package/config/medium/CGFungeInterpreter/output/02 - simple text.txt +1 -0
- package/config/medium/CGFungeInterpreter/output/03 - go all ways.txt +1 -0
- package/config/medium/CGFungeInterpreter/output/04 - very hello world.txt +1 -0
- package/config/medium/CGFungeInterpreter/output/05 - sing me a song.txt +9 -0
- package/config/medium/CGFungeInterpreter/output/06 - skip & short lines.txt +1 -0
- package/config/medium/CGSMinifier/code/CGCode.js +9 -0
- package/config/medium/CGSMinifier/code/CGCode.php +11 -0
- package/config/medium/CGSMinifier/config.json +33 -0
- package/config/medium/CGSMinifier/input/01 - example.txt +5 -0
- package/config/medium/CGSMinifier/input/02 - 1.txt +4 -0
- package/config/medium/CGSMinifier/input/03 - 2.txt +2 -0
- package/config/medium/CGSMinifier/input/04 - 3.txt +6 -0
- package/config/medium/CGSMinifier/input/05 - 4.txt +7 -0
- package/config/medium/CGSMinifier/output/01 - example.txt +1 -0
- package/config/medium/CGSMinifier/output/02 - 1.txt +1 -0
- package/config/medium/CGSMinifier/output/03 - 2.txt +1 -0
- package/config/medium/CGSMinifier/output/04 - 3.txt +1 -0
- package/config/medium/CGSMinifier/output/05 - 4.txt +1 -0
- package/config/medium/CardsCastle/code/CGCode.js +9 -0
- package/config/medium/CardsCastle/code/CGCode.php +11 -0
- package/config/medium/CardsCastle/config.json +113 -0
- package/config/medium/CardsCastle/input/01 - example.txt +5 -0
- package/config/medium/CardsCastle/input/02 - little castle.txt +3 -0
- package/config/medium/CardsCastle/input/03 - little fallen castle.txt +3 -0
- package/config/medium/CardsCastle/input/04 - fortress.txt +7 -0
- package/config/medium/CardsCastle/input/05 - fallen fortress.txt +6 -0
- package/config/medium/CardsCastle/input/06 - cards are missing.txt +5 -0
- package/config/medium/CardsCastle/input/07 - a lot of cards are missing !.txt +5 -0
- package/config/medium/CardsCastle/input/08 - unstable single card.txt +8 -0
- package/config/medium/CardsCastle/input/09 - flying cards.txt +5 -0
- package/config/medium/CardsCastle/input/10 - reversed cards.txt +6 -0
- package/config/medium/CardsCastle/input/11 - few floors.txt +9 -0
- package/config/medium/CardsCastle/input/12 - on the gap.txt +8 -0
- package/config/medium/CardsCastle/input/13 - starting on.txt +6 -0
- package/config/medium/CardsCastle/input/14 - shifted.txt +6 -0
- package/config/medium/CardsCastle/input/15 - flying castle cards.txt +8 -0
- package/config/medium/CardsCastle/input/16 - same card side by side.txt +6 -0
- package/config/medium/CardsCastle/input/17 - same flying card side by side.txt +6 -0
- package/config/medium/CardsCastle/input/18 - flying reversed card side by side.txt +7 -0
- package/config/medium/CardsCastle/input/19 - the shifted unique one.txt +4 -0
- package/config/medium/CardsCastle/input/20 - lost cards.txt +5 -0
- package/config/medium/CardsCastle/input/21 - complex.txt +16 -0
- package/config/medium/CardsCastle/output/01 - example.txt +1 -0
- package/config/medium/CardsCastle/output/02 - little castle.txt +1 -0
- package/config/medium/CardsCastle/output/03 - little fallen castle.txt +1 -0
- package/config/medium/CardsCastle/output/04 - fortress.txt +1 -0
- package/config/medium/CardsCastle/output/05 - fallen fortress.txt +1 -0
- package/config/medium/CardsCastle/output/06 - cards are missing.txt +1 -0
- package/config/medium/CardsCastle/output/07 - a lot of cards are missing !.txt +1 -0
- package/config/medium/CardsCastle/output/08 - unstable single card.txt +1 -0
- package/config/medium/CardsCastle/output/09 - flying cards.txt +1 -0
- package/config/medium/CardsCastle/output/10 - reversed cards.txt +1 -0
- package/config/medium/CardsCastle/output/11 - few floors.txt +1 -0
- package/config/medium/CardsCastle/output/12 - on the gap.txt +1 -0
- package/config/medium/CardsCastle/output/13 - starting on.txt +1 -0
- package/config/medium/CardsCastle/output/14 - shifted.txt +1 -0
- package/config/medium/CardsCastle/output/15 - flying castle cards.txt +1 -0
- package/config/medium/CardsCastle/output/16 - same card side by side.txt +1 -0
- package/config/medium/CardsCastle/output/17 - same flying card side by side.txt +1 -0
- package/config/medium/CardsCastle/output/18 - flying reversed card side by side.txt +1 -0
- package/config/medium/CardsCastle/output/19 - the shifted unique one.txt +1 -0
- package/config/medium/CardsCastle/output/20 - lost cards.txt +1 -0
- package/config/medium/CardsCastle/output/21 - complex.txt +1 -0
- package/config/medium/ChainedMatrixProducts/code/CGCode.js +11 -0
- package/config/medium/ChainedMatrixProducts/code/CGCode.php +11 -0
- package/config/medium/ChainedMatrixProducts/config.json +28 -0
- package/config/medium/ChainedMatrixProducts/input/01 - N = 3.txt +4 -0
- package/config/medium/ChainedMatrixProducts/input/02 - N = 6.txt +7 -0
- package/config/medium/ChainedMatrixProducts/input/03 - N = 20.txt +21 -0
- package/config/medium/ChainedMatrixProducts/input/04 - N = 100.txt +101 -0
- package/config/medium/ChainedMatrixProducts/output/01 - N = 3.txt +1 -0
- package/config/medium/ChainedMatrixProducts/output/02 - N = 6.txt +1 -0
- package/config/medium/ChainedMatrixProducts/output/03 - N = 20.txt +1 -0
- package/config/medium/ChainedMatrixProducts/output/04 - N = 100.txt +1 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/code/CGCode.js +8 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/code/CGCode.php +9 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/config.json +43 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/input/01 - simple example.txt +3 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/input/02 - blinker.txt +3 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/input/03 - rule 250 mix.txt +3 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/input/04 - 126 = fractal.txt +3 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/input/05 - so long.txt +3 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/input/06 - rule 110.txt +3 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/input/07 - where is the motif.txt +3 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/output/01 - simple example.txt +1 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/output/02 - blinker.txt +1 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/output/03 - rule 250 mix.txt +1 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/output/04 - 126 = fractal.txt +1 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/output/05 - so long.txt +1 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/output/06 - rule 110.txt +1 -0
- package/config/medium/CircularAutomationThePeriodOfChaos/output/07 - where is the motif.txt +1 -0
- package/config/medium/ConditionOvershadowing/code/CGCode.js +9 -0
- package/config/medium/ConditionOvershadowing/code/CGCode.php +11 -0
- package/config/medium/ConditionOvershadowing/config.json +113 -0
- package/config/medium/ConditionOvershadowing/input/01 - test 1.txt +6 -0
- package/config/medium/ConditionOvershadowing/input/02 - test 2.txt +4 -0
- package/config/medium/ConditionOvershadowing/input/03 - test 3.txt +5 -0
- package/config/medium/ConditionOvershadowing/input/04 - test 4.txt +5 -0
- package/config/medium/ConditionOvershadowing/input/05 - test 5.txt +4 -0
- package/config/medium/ConditionOvershadowing/input/06 - test 6.txt +7 -0
- package/config/medium/ConditionOvershadowing/input/07 - test 7.txt +5 -0
- package/config/medium/ConditionOvershadowing/input/08 - test 8.txt +9 -0
- package/config/medium/ConditionOvershadowing/input/09 - test 9.txt +5 -0
- package/config/medium/ConditionOvershadowing/input/10 - test 10.txt +6 -0
- package/config/medium/ConditionOvershadowing/input/11 - test 11.txt +9 -0
- package/config/medium/ConditionOvershadowing/input/12 - test 12.txt +7 -0
- package/config/medium/ConditionOvershadowing/input/13 - test 13.txt +5 -0
- package/config/medium/ConditionOvershadowing/input/14 - test 14.txt +5 -0
- package/config/medium/ConditionOvershadowing/input/15 - test 15.txt +5 -0
- package/config/medium/ConditionOvershadowing/input/16 - test 16.txt +4 -0
- package/config/medium/ConditionOvershadowing/input/17 - test 17.txt +6 -0
- package/config/medium/ConditionOvershadowing/input/18 - test 18.txt +4 -0
- package/config/medium/ConditionOvershadowing/input/19 - test 19.txt +4 -0
- package/config/medium/ConditionOvershadowing/input/20 - test 20.txt +7 -0
- package/config/medium/ConditionOvershadowing/input/21 - test 21.txt +7 -0
- package/config/medium/ConditionOvershadowing/output/01 - test 1.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/02 - test 2.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/03 - test 3.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/04 - test 4.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/05 - test 5.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/06 - test 6.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/07 - test 7.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/08 - test 8.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/09 - test 9.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/10 - test 10.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/11 - test 11.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/12 - test 12.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/13 - test 13.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/14 - test 14.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/15 - test 15.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/16 - test 16.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/17 - test 17.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/18 - test 18.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/19 - test 19.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/20 - test 20.txt +1 -0
- package/config/medium/ConditionOvershadowing/output/21 - test 21.txt +1 -0
- package/config/medium/ConnectTheHyperDots/code/CGCode.js +11 -0
- package/config/medium/ConnectTheHyperDots/code/CGCode.php +11 -0
- package/config/medium/ConnectTheHyperDots/config.json +68 -0
- package/config/medium/ConnectTheHyperDots/input/01 - 2D.txt +5 -0
- package/config/medium/ConnectTheHyperDots/input/02 - 3D.txt +7 -0
- package/config/medium/ConnectTheHyperDots/input/03 - 4D.txt +6 -0
- package/config/medium/ConnectTheHyperDots/input/04 - duplicate labels.txt +7 -0
- package/config/medium/ConnectTheHyperDots/input/05 - duplicate points.txt +9 -0
- package/config/medium/ConnectTheHyperDots/input/06 - punctuation.txt +7 -0
- package/config/medium/ConnectTheHyperDots/input/07 - spacing.txt +13 -0
- package/config/medium/ConnectTheHyperDots/input/08 - quotes.txt +22 -0
- package/config/medium/ConnectTheHyperDots/input/09 - hyphenation.txt +13 -0
- package/config/medium/ConnectTheHyperDots/input/10 - unordered orthants.txt +23 -0
- package/config/medium/ConnectTheHyperDots/input/11 - 5D.txt +11 -0
- package/config/medium/ConnectTheHyperDots/input/12 - 8D.txt +23 -0
- package/config/medium/ConnectTheHyperDots/output/01 - 2D.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/02 - 3D.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/03 - 4D.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/04 - duplicate labels.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/05 - duplicate points.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/06 - punctuation.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/07 - spacing.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/08 - quotes.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/09 - hyphenation.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/10 - unordered orthants.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/11 - 5D.txt +1 -0
- package/config/medium/ConnectTheHyperDots/output/12 - 8D.txt +1 -0
- package/config/medium/ConsecutiveBalancedSubstrings/code/CGCode.js +7 -0
- package/config/medium/ConsecutiveBalancedSubstrings/code/CGCode.php +8 -0
- package/config/medium/ConsecutiveBalancedSubstrings/config.json +28 -0
- package/config/medium/ConsecutiveBalancedSubstrings/input/01 - test 1.txt +2 -0
- package/config/medium/ConsecutiveBalancedSubstrings/input/02 - test 2.txt +2 -0
- package/config/medium/ConsecutiveBalancedSubstrings/input/03 - test 3.txt +2 -0
- package/config/medium/ConsecutiveBalancedSubstrings/input/04 - test 4.txt +2 -0
- package/config/medium/ConsecutiveBalancedSubstrings/output/01 - test 1.txt +1 -0
- package/config/medium/ConsecutiveBalancedSubstrings/output/02 - test 2.txt +1 -0
- package/config/medium/ConsecutiveBalancedSubstrings/output/03 - test 3.txt +1 -0
- package/config/medium/ConsecutiveBalancedSubstrings/output/04 - test 4.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/code/CGCode.js +9 -0
- package/config/medium/ConstrainedLatinSquares/code/CGCode.php +11 -0
- package/config/medium/ConstrainedLatinSquares/config.json +53 -0
- package/config/medium/ConstrainedLatinSquares/input/01 - 3x3 easy.txt +4 -0
- package/config/medium/ConstrainedLatinSquares/input/02 - 4x4 unconstrained.txt +5 -0
- package/config/medium/ConstrainedLatinSquares/input/03 - 5x5 wrong grid.txt +6 -0
- package/config/medium/ConstrainedLatinSquares/input/04 - 5x5 fundamental.txt +6 -0
- package/config/medium/ConstrainedLatinSquares/input/05 - 6x6.txt +7 -0
- package/config/medium/ConstrainedLatinSquares/input/06 - 7x7.txt +8 -0
- package/config/medium/ConstrainedLatinSquares/input/07 - 8x8.txt +9 -0
- package/config/medium/ConstrainedLatinSquares/input/08 - 9x9.txt +10 -0
- package/config/medium/ConstrainedLatinSquares/input/09 - 9x9 hard.txt +10 -0
- package/config/medium/ConstrainedLatinSquares/output/01 - 3x3 easy.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/02 - 4x4 unconstrained.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/03 - 5x5 wrong grid.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/04 - 5x5 fundamental.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/05 - 6x6.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/06 - 7x7.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/07 - 8x8.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/08 - 9x9.txt +1 -0
- package/config/medium/ConstrainedLatinSquares/output/09 - 9x9 hard.txt +1 -0
- package/config/medium/ContinuedFractions/code/CGCode.js +6 -0
- package/config/medium/ContinuedFractions/code/CGCode.php +7 -0
- package/config/medium/ContinuedFractions/config.json +73 -0
- package/config/medium/ContinuedFractions/input/01 - F to CF.txt +1 -0
- package/config/medium/ContinuedFractions/input/02 - CF to F.txt +1 -0
- package/config/medium/ContinuedFractions/input/03 - small fraction.txt +1 -0
- package/config/medium/ContinuedFractions/input/04 - small CF.txt +1 -0
- package/config/medium/ContinuedFractions/input/05 - medium fraction.txt +1 -0
- package/config/medium/ContinuedFractions/input/06 - medium CF.txt +1 -0
- package/config/medium/ContinuedFractions/input/07 - large fraction.txt +1 -0
- package/config/medium/ContinuedFractions/input/08 - large CF.txt +1 -0
- package/config/medium/ContinuedFractions/input/09 - F to long CF.txt +1 -0
- package/config/medium/ContinuedFractions/input/10 - Long CF to F.txt +1 -0
- package/config/medium/ContinuedFractions/input/11 - negative fraction.txt +1 -0
- package/config/medium/ContinuedFractions/input/12 - negative CF.txt +1 -0
- package/config/medium/ContinuedFractions/input/13 - all together now.txt +1 -0
- package/config/medium/ContinuedFractions/output/01 - F to CF.txt +1 -0
- package/config/medium/ContinuedFractions/output/02 - CF to F.txt +1 -0
- package/config/medium/ContinuedFractions/output/03 - small fraction.txt +1 -0
- package/config/medium/ContinuedFractions/output/04 - small CF.txt +1 -0
- package/config/medium/ContinuedFractions/output/05 - medium fraction.txt +1 -0
- package/config/medium/ContinuedFractions/output/06 - medium CF.txt +1 -0
- package/config/medium/ContinuedFractions/output/07 - large fraction.txt +1 -0
- package/config/medium/ContinuedFractions/output/08 - large CF.txt +1 -0
- package/config/medium/ContinuedFractions/output/09 - F to long CF.txt +1 -0
- package/config/medium/ContinuedFractions/output/10 - Long CF to F.txt +1 -0
- package/config/medium/ContinuedFractions/output/11 - negative fraction.txt +1 -0
- package/config/medium/ContinuedFractions/output/12 - negative CF.txt +1 -0
- package/config/medium/ContinuedFractions/output/13 - all together now.txt +1 -0
- package/config/medium/ConwaySequence/code/CGCode.php +2 -2
- package/config/medium/CountOfPrimesInANumberGrid/code/CGCode.js +11 -0
- package/config/medium/CountOfPrimesInANumberGrid/code/CGCode.php +11 -0
- package/config/medium/CountOfPrimesInANumberGrid/config.json +33 -0
- package/config/medium/CountOfPrimesInANumberGrid/input/01 - test 1.txt +3 -0
- package/config/medium/CountOfPrimesInANumberGrid/input/02 - much ado about nothing.txt +5 -0
- package/config/medium/CountOfPrimesInANumberGrid/input/03 - gordon lee puzzle.txt +6 -0
- package/config/medium/CountOfPrimesInANumberGrid/input/04 - large.txt +7 -0
- package/config/medium/CountOfPrimesInANumberGrid/input/05 - asymmetric.txt +6 -0
- package/config/medium/CountOfPrimesInANumberGrid/output/01 - test 1.txt +1 -0
- package/config/medium/CountOfPrimesInANumberGrid/output/02 - much ado about nothing.txt +1 -0
- package/config/medium/CountOfPrimesInANumberGrid/output/03 - gordon lee puzzle.txt +1 -0
- package/config/medium/CountOfPrimesInANumberGrid/output/04 - large.txt +1 -0
- package/config/medium/CountOfPrimesInANumberGrid/output/05 - asymmetric.txt +1 -0
- package/config/medium/CountingSquaresOnPegs/code/CGCode.js +11 -0
- package/config/medium/CountingSquaresOnPegs/code/CGCode.php +11 -0
- package/config/medium/CountingSquaresOnPegs/config.json +43 -0
- package/config/medium/CountingSquaresOnPegs/input/01 - 5 points.txt +6 -0
- package/config/medium/CountingSquaresOnPegs/input/02 - 50 points.txt +51 -0
- package/config/medium/CountingSquaresOnPegs/input/03 - 100 points.txt +101 -0
- package/config/medium/CountingSquaresOnPegs/input/04 - 500 points.txt +501 -0
- package/config/medium/CountingSquaresOnPegs/input/05 - 1000 points.txt +1001 -0
- package/config/medium/CountingSquaresOnPegs/input/06 - 1500 points.txt +1501 -0
- package/config/medium/CountingSquaresOnPegs/input/07 - 1750 points.txt +1751 -0
- package/config/medium/CountingSquaresOnPegs/output/01 - 5 points.txt +1 -0
- package/config/medium/CountingSquaresOnPegs/output/02 - 50 points.txt +1 -0
- package/config/medium/CountingSquaresOnPegs/output/03 - 100 points.txt +1 -0
- package/config/medium/CountingSquaresOnPegs/output/04 - 500 points.txt +1 -0
- package/config/medium/CountingSquaresOnPegs/output/05 - 1000 points.txt +1 -0
- package/config/medium/CountingSquaresOnPegs/output/06 - 1500 points.txt +1 -0
- package/config/medium/CountingSquaresOnPegs/output/07 - 1750 points.txt +1 -0
- package/config/medium/Crossword/code/CGCode.js +9 -0
- package/config/medium/Crossword/code/CGCode.php +10 -0
- package/config/medium/Crossword/config.json +73 -0
- package/config/medium/Crossword/input/01 - byte-sized philosophy.txt +4 -0
- package/config/medium/Crossword/input/02 - color mix.txt +4 -0
- package/config/medium/Crossword/input/03 - crime scene.txt +4 -0
- package/config/medium/Crossword/input/04 - fruit salad.txt +4 -0
- package/config/medium/Crossword/input/05 - french writers 17th century.txt +4 -0
- package/config/medium/Crossword/input/06 - marvel series.txt +4 -0
- package/config/medium/Crossword/input/07 - french coding game menu.txt +4 -0
- package/config/medium/Crossword/input/08 - no way !.txt +4 -0
- package/config/medium/Crossword/input/09 - crash test.txt +4 -0
- package/config/medium/Crossword/input/10 - base case test.txt +4 -0
- package/config/medium/Crossword/input/11 - proximity test.txt +4 -0
- package/config/medium/Crossword/input/12 - no match test.txt +4 -0
- package/config/medium/Crossword/input/13 - multiple solutions test.txt +4 -0
- package/config/medium/Crossword/output/01 - byte-sized philosophy.txt +3 -0
- package/config/medium/Crossword/output/02 - color mix.txt +6 -0
- package/config/medium/Crossword/output/03 - crime scene.txt +6 -0
- package/config/medium/Crossword/output/04 - fruit salad.txt +9 -0
- package/config/medium/Crossword/output/05 - french writers 17th century.txt +8 -0
- package/config/medium/Crossword/output/06 - marvel series.txt +11 -0
- package/config/medium/Crossword/output/07 - french coding game menu.txt +1 -0
- package/config/medium/Crossword/output/08 - no way !.txt +1 -0
- package/config/medium/Crossword/output/09 - crash test.txt +1 -0
- package/config/medium/Crossword/output/10 - base case test.txt +6 -0
- package/config/medium/Crossword/output/11 - proximity test.txt +7 -0
- package/config/medium/Crossword/output/12 - no match test.txt +1 -0
- package/config/medium/Crossword/output/13 - multiple solutions test.txt +1 -0
- package/config/medium/Cylinders/code/CGCode.js +9 -0
- package/config/medium/Cylinders/code/CGCode.php +11 -0
- package/config/medium/Cylinders/config.json +28 -0
- package/config/medium/Cylinders/input/01 - example.txt +6 -0
- package/config/medium/Cylinders/input/02 - caves to fill in.txt +10 -0
- package/config/medium/Cylinders/input/03 - harsh.txt +11 -0
- package/config/medium/Cylinders/input/04 - optimize your code.txt +11 -0
- package/config/medium/Cylinders/output/01 - example.txt +5 -0
- package/config/medium/Cylinders/output/02 - caves to fill in.txt +9 -0
- package/config/medium/Cylinders/output/03 - harsh.txt +10 -0
- package/config/medium/Cylinders/output/04 - optimize your code.txt +10 -0
- package/config/medium/DDCGMapper/code/CGCode.js +12 -0
- package/config/medium/DDCGMapper/code/CGCode.php +12 -0
- package/config/medium/DDCGMapper/config.json +28 -0
- package/config/medium/DDCGMapper/input/01 - example.txt +4 -0
- package/config/medium/DDCGMapper/input/02 - 1.txt +3 -0
- package/config/medium/DDCGMapper/input/03 - 2.txt +5 -0
- package/config/medium/DDCGMapper/input/04 - 3.txt +11 -0
- package/config/medium/DDCGMapper/output/01 - example.txt +7 -0
- package/config/medium/DDCGMapper/output/02 - 1.txt +4 -0
- package/config/medium/DDCGMapper/output/03 - 2.txt +12 -0
- package/config/medium/DDCGMapper/output/04 - 3.txt +90 -0
- package/config/medium/DeFizzBuzzer/code/CGCode.js +9 -0
- package/config/medium/DeFizzBuzzer/code/CGCode.php +11 -0
- package/config/medium/DeFizzBuzzer/config.json +33 -0
- package/config/medium/DeFizzBuzzer/input/01 - plain number.txt +21 -0
- package/config/medium/DeFizzBuzzer/input/02 - two simple ones.txt +3 -0
- package/config/medium/DeFizzBuzzer/input/03 - more words.txt +5 -0
- package/config/medium/DeFizzBuzzer/input/04 - error cases.txt +4 -0
- package/config/medium/DeFizzBuzzer/input/05 - lots of cases.txt +101 -0
- package/config/medium/DeFizzBuzzer/output/01 - plain number.txt +20 -0
- package/config/medium/DeFizzBuzzer/output/02 - two simple ones.txt +2 -0
- package/config/medium/DeFizzBuzzer/output/03 - more words.txt +4 -0
- package/config/medium/DeFizzBuzzer/output/04 - error cases.txt +3 -0
- package/config/medium/DeFizzBuzzer/output/05 - lots of cases.txt +100 -0
- package/config/medium/DepotOrganization/code/CGCode.js +11 -0
- package/config/medium/DepotOrganization/code/CGCode.php +14 -0
- package/config/medium/DepotOrganization/config.json +33 -0
- package/config/medium/DepotOrganization/input/01 - example case.txt +7 -0
- package/config/medium/DepotOrganization/input/02 - easy ring.txt +7 -0
- package/config/medium/DepotOrganization/input/03 - assorted ring.txt +7 -0
- package/config/medium/DepotOrganization/input/04 - random case.txt +7 -0
- package/config/medium/DepotOrganization/input/05 - random case, very hard.txt +7 -0
- package/config/medium/DepotOrganization/output/01 - example case.txt +1 -0
- package/config/medium/DepotOrganization/output/02 - easy ring.txt +1 -0
- package/config/medium/DepotOrganization/output/03 - assorted ring.txt +1 -0
- package/config/medium/DepotOrganization/output/04 - random case.txt +1 -0
- package/config/medium/DepotOrganization/output/05 - random case, very hard.txt +1 -0
- package/config/medium/DerivativeTimePart1/code/CGCode.js +8 -0
- package/config/medium/DerivativeTimePart1/code/CGCode.php +9 -0
- package/config/medium/DerivativeTimePart1/config.json +83 -0
- package/config/medium/DerivativeTimePart1/input/01 - easy multiply.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/02 - second derivative.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/03 - second derivative mix.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/04 - power with number.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/05 - power with variable.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/06 - 3 variables.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/07 - fraction.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/08 - longer multiply.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/09 - 3rd derivative.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/10 - some Greek ;).txt +3 -0
- package/config/medium/DerivativeTimePart1/input/11 - maybe not xyz ;).txt +3 -0
- package/config/medium/DerivativeTimePart1/input/12 - some vars ;))).txt +3 -0
- package/config/medium/DerivativeTimePart1/input/13 - bigger constants.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/14 - bigger power.txt +3 -0
- package/config/medium/DerivativeTimePart1/input/15 - cannot find.txt +3 -0
- package/config/medium/DerivativeTimePart1/output/01 - easy multiply.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/02 - second derivative.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/03 - second derivative mix.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/04 - power with number.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/05 - power with variable.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/06 - 3 variables.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/07 - fraction.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/08 - longer multiply.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/09 - 3rd derivative.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/10 - some Greek ;).txt +1 -0
- package/config/medium/DerivativeTimePart1/output/11 - maybe not xyz ;).txt +1 -0
- package/config/medium/DerivativeTimePart1/output/12 - some vars ;))).txt +1 -0
- package/config/medium/DerivativeTimePart1/output/13 - bigger constants.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/14 - bigger power.txt +1 -0
- package/config/medium/DerivativeTimePart1/output/15 - cannot find.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/code/CGCode.js +6 -0
- package/config/medium/DiceProbabilityCalculator/code/CGCode.php +7 -0
- package/config/medium/DiceProbabilityCalculator/config.json +43 -0
- package/config/medium/DiceProbabilityCalculator/input/01 - a die and two additions.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/input/02 - simple comparison.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/input/03 - addition of two dice.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/input/04 - comparaison with sum of dice.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/input/05 - subtraction of dice.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/input/06 - multiplication of dice.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/input/07 - FIX IT !.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/output/01 - a die and two additions.txt +4 -0
- package/config/medium/DiceProbabilityCalculator/output/02 - simple comparison.txt +1 -0
- package/config/medium/DiceProbabilityCalculator/output/03 - addition of two dice.txt +11 -0
- package/config/medium/DiceProbabilityCalculator/output/04 - comparaison with sum of dice.txt +2 -0
- package/config/medium/DiceProbabilityCalculator/output/05 - subtraction of dice.txt +15 -0
- package/config/medium/DiceProbabilityCalculator/output/06 - multiplication of dice.txt +9 -0
- package/config/medium/DiceProbabilityCalculator/output/07 - FIX IT !.txt +2 -0
- package/config/medium/DigitSumSuccessor/code/CGCode.js +6 -0
- package/config/medium/DigitSumSuccessor/code/CGCode.php +7 -0
- package/config/medium/DigitSumSuccessor/config.json +63 -0
- package/config/medium/DigitSumSuccessor/input/01 - two.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/02 - simple test.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/03 - trailing zeros.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/04 - trailing zeros and nines.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/05 - need more length.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/06 - random test.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/07 - only nines.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/08 - zeros and nines.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/09 - zeros and nines 2.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/10 - zeros and nines 3.txt +1 -0
- package/config/medium/DigitSumSuccessor/input/11 - zeros and nines 4.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/01 - two.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/02 - simple test.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/03 - trailing zeros.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/04 - trailing zeros and nines.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/05 - need more length.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/06 - random test.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/07 - only nines.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/08 - zeros and nines.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/09 - zeros and nines 2.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/10 - zeros and nines 3.txt +1 -0
- package/config/medium/DigitSumSuccessor/output/11 - zeros and nines 4.txt +1 -0
- package/config/medium/DivideTheFactorial/code/CGCode.js +8 -0
- package/config/medium/DivideTheFactorial/code/CGCode.php +7 -0
- package/config/medium/DivideTheFactorial/config.json +53 -0
- package/config/medium/DivideTheFactorial/input/01 - test 1.txt +1 -0
- package/config/medium/DivideTheFactorial/input/02 - test 2.txt +1 -0
- package/config/medium/DivideTheFactorial/input/03 - test 3.txt +1 -0
- package/config/medium/DivideTheFactorial/input/04 - test 4.txt +1 -0
- package/config/medium/DivideTheFactorial/input/05 - test 5.txt +1 -0
- package/config/medium/DivideTheFactorial/input/06 - test 6.txt +1 -0
- package/config/medium/DivideTheFactorial/input/07 - test 7.txt +1 -0
- package/config/medium/DivideTheFactorial/input/08 - test 8.txt +1 -0
- package/config/medium/DivideTheFactorial/input/09 - test 9.txt +1 -0
- package/config/medium/DivideTheFactorial/output/01 - test 1.txt +1 -0
- package/config/medium/DivideTheFactorial/output/02 - test 2.txt +1 -0
- package/config/medium/DivideTheFactorial/output/03 - test 3.txt +1 -0
- package/config/medium/DivideTheFactorial/output/04 - test 4.txt +1 -0
- package/config/medium/DivideTheFactorial/output/05 - test 5.txt +1 -0
- package/config/medium/DivideTheFactorial/output/06 - test 6.txt +1 -0
- package/config/medium/DivideTheFactorial/output/07 - test 7.txt +1 -0
- package/config/medium/DivideTheFactorial/output/08 - test 8.txt +1 -0
- package/config/medium/DivideTheFactorial/output/09 - test 9.txt +1 -0
- package/config/medium/Divine/code/CGCode.js +8 -0
- package/config/medium/Divine/code/CGCode.php +10 -0
- package/config/medium/Divine/config.json +28 -0
- package/config/medium/Divine/input/01 - test 1.txt +9 -0
- package/config/medium/Divine/input/02 - test 2.txt +9 -0
- package/config/medium/Divine/input/03 - test 3.txt +9 -0
- package/config/medium/Divine/input/04 - test 4.txt +9 -0
- package/config/medium/Divine/output/01 - test 1.txt +27 -0
- package/config/medium/Divine/output/02 - test 2.txt +22 -0
- package/config/medium/Divine/output/03 - test 3.txt +24 -0
- package/config/medium/Divine/output/04 - test 4.txt +26 -0
- package/config/medium/DominoPuzzle/code/CGCode.js +9 -0
- package/config/medium/DominoPuzzle/code/CGCode.php +11 -0
- package/config/medium/DominoPuzzle/config.json +38 -0
- package/config/medium/DominoPuzzle/input/01 - example.txt +5 -0
- package/config/medium/DominoPuzzle/input/02 - simple.txt +5 -0
- package/config/medium/DominoPuzzle/input/03 - clearOut.txt +4 -0
- package/config/medium/DominoPuzzle/input/04 - big field.txt +6 -0
- package/config/medium/DominoPuzzle/input/05 - huge field.txt +11 -0
- package/config/medium/DominoPuzzle/input/06 - circle.txt +5 -0
- package/config/medium/DominoPuzzle/output/01 - example.txt +1 -0
- package/config/medium/DominoPuzzle/output/02 - simple.txt +1 -0
- package/config/medium/DominoPuzzle/output/03 - clearOut.txt +1 -0
- package/config/medium/DominoPuzzle/output/04 - big field.txt +1 -0
- package/config/medium/DominoPuzzle/output/05 - huge field.txt +1 -0
- package/config/medium/DominoPuzzle/output/06 - circle.txt +1 -0
- package/config/medium/DominoesPath/code/CGCode.js +11 -0
- package/config/medium/DominoesPath/code/CGCode.php +11 -0
- package/config/medium/DominoesPath/config.json +38 -0
- package/config/medium/DominoesPath/input/01 - example.txt +3 -0
- package/config/medium/DominoesPath/input/02 - no path (easy).txt +3 -0
- package/config/medium/DominoesPath/input/03 - longer path in order.txt +6 -0
- package/config/medium/DominoesPath/input/04 - broken path.txt +6 -0
- package/config/medium/DominoesPath/input/05 - long path scrambled.txt +21 -0
- package/config/medium/DominoesPath/input/06 - long invalid sequence.txt +9 -0
- package/config/medium/DominoesPath/output/01 - example.txt +1 -0
- package/config/medium/DominoesPath/output/02 - no path (easy).txt +1 -0
- package/config/medium/DominoesPath/output/03 - longer path in order.txt +1 -0
- package/config/medium/DominoesPath/output/04 - broken path.txt +1 -0
- package/config/medium/DominoesPath/output/05 - long path scrambled.txt +1 -0
- package/config/medium/DominoesPath/output/06 - long invalid sequence.txt +1 -0
- package/config/medium/DrugInteractions/code/CGCode.js +9 -0
- package/config/medium/DrugInteractions/code/CGCode.php +11 -0
- package/config/medium/DrugInteractions/config.json +33 -0
- package/config/medium/DrugInteractions/input/01 - test 1.txt +4 -0
- package/config/medium/DrugInteractions/input/02 - test 2.txt +11 -0
- package/config/medium/DrugInteractions/input/03 - test 3.txt +41 -0
- package/config/medium/DrugInteractions/input/04 - test 4.txt +81 -0
- package/config/medium/DrugInteractions/input/05 - test 5.txt +101 -0
- package/config/medium/DrugInteractions/output/01 - test 1.txt +1 -0
- package/config/medium/DrugInteractions/output/02 - test 2.txt +1 -0
- package/config/medium/DrugInteractions/output/03 - test 3.txt +1 -0
- package/config/medium/DrugInteractions/output/04 - test 4.txt +1 -0
- package/config/medium/DrugInteractions/output/05 - test 5.txt +1 -0
- package/config/medium/DuckHunt/code/CGCode.js +13 -0
- package/config/medium/DuckHunt/code/CGCode.php +16 -0
- package/config/medium/DuckHunt/config.json +28 -0
- package/config/medium/DuckHunt/input/01 - example.txt +12 -0
- package/config/medium/DuckHunt/input/02 - foursome.txt +22 -0
- package/config/medium/DuckHunt/input/03 - the race.txt +14 -0
- package/config/medium/DuckHunt/input/04 - can/342/200/231t shoot all.txt" +26 -0
- package/config/medium/DuckHunt/output/01 - example.txt +2 -0
- package/config/medium/DuckHunt/output/02 - foursome.txt +4 -0
- package/config/medium/DuckHunt/output/03 - the race.txt +6 -0
- package/config/medium/DuckHunt/output/04 - can/342/200/231t shoot all.txt" +6 -0
- package/config/medium/Dungeon3D/code/CGCode.js +13 -0
- package/config/medium/Dungeon3D/code/CGCode.php +12 -0
- package/config/medium/Dungeon3D/config.json +58 -0
- package/config/medium/Dungeon3D/input/01 - example.txt +10 -0
- package/config/medium/Dungeon3D/input/02 - small.txt +22 -0
- package/config/medium/Dungeon3D/input/03 - direct access.txt +4 -0
- package/config/medium/Dungeon3D/input/04 - NO PATH.txt +10 -0
- package/config/medium/Dungeon3D/input/05 - 10/342/200/231s cube.txt" +112 -0
- package/config/medium/Dungeon3D/input/06 - 13/342/200/231s cube.txt" +184 -0
- package/config/medium/Dungeon3D/input/07 - multi-path 1.txt +226 -0
- package/config/medium/Dungeon3D/input/08 - multi-path 2.txt +194 -0
- package/config/medium/Dungeon3D/input/09 - space.txt +62 -0
- package/config/medium/Dungeon3D/input/10 - codingame.txt +74 -0
- package/config/medium/Dungeon3D/output/01 - example.txt +1 -0
- package/config/medium/Dungeon3D/output/02 - small.txt +1 -0
- package/config/medium/Dungeon3D/output/03 - direct access.txt +1 -0
- package/config/medium/Dungeon3D/output/04 - NO PATH.txt +1 -0
- package/config/medium/Dungeon3D/output/05 - 10/342/200/231s cube.txt" +1 -0
- package/config/medium/Dungeon3D/output/06 - 13/342/200/231s cube.txt" +1 -0
- package/config/medium/Dungeon3D/output/07 - multi-path 1.txt +1 -0
- package/config/medium/Dungeon3D/output/08 - multi-path 2.txt +1 -0
- package/config/medium/Dungeon3D/output/09 - space.txt +1 -0
- package/config/medium/Dungeon3D/output/10 - codingame.txt +1 -0
- package/config/medium/DwarfsStandingOnTheShouldersOfGiants/code/CGCode.php +2 -2
- package/config/medium/DynamicSorting/code/CGCode.js +11 -0
- package/config/medium/DynamicSorting/code/CGCode.php +13 -0
- package/config/medium/DynamicSorting/config.json +33 -0
- package/config/medium/DynamicSorting/input/01 - simple name sorting.txt +6 -0
- package/config/medium/DynamicSorting/input/02 - thenBy.txt +9 -0
- package/config/medium/DynamicSorting/input/03 - large dataset.txt +36 -0
- package/config/medium/DynamicSorting/input/04 - 3 sorting parameters.txt +65 -0
- package/config/medium/DynamicSorting/input/05 - 4 sorting parameters.txt +10 -0
- package/config/medium/DynamicSorting/output/01 - simple name sorting.txt +3 -0
- package/config/medium/DynamicSorting/output/02 - thenBy.txt +6 -0
- package/config/medium/DynamicSorting/output/03 - large dataset.txt +33 -0
- package/config/medium/DynamicSorting/output/04 - 3 sorting parameters.txt +62 -0
- package/config/medium/DynamicSorting/output/05 - 4 sorting parameters.txt +7 -0
- package/config/medium/ElementaryCellularAutomaton/code/CGCode.js +8 -0
- package/config/medium/ElementaryCellularAutomaton/code/CGCode.php +9 -0
- package/config/medium/ElementaryCellularAutomaton/config.json +33 -0
- package/config/medium/ElementaryCellularAutomaton/input/01 - pyramid.txt +3 -0
- package/config/medium/ElementaryCellularAutomaton/input/02 - sierpi/305/204ski triangle.txt" +3 -0
- package/config/medium/ElementaryCellularAutomaton/input/03 - rule 30: conus textile.txt +3 -0
- package/config/medium/ElementaryCellularAutomaton/input/04 - sierpi/305/204ski triangle, continued.txt" +3 -0
- package/config/medium/ElementaryCellularAutomaton/input/05 - rule 110, different start.txt +3 -0
- package/config/medium/ElementaryCellularAutomaton/output/01 - pyramid.txt +5 -0
- package/config/medium/ElementaryCellularAutomaton/output/02 - sierpi/305/204ski triangle.txt" +16 -0
- package/config/medium/ElementaryCellularAutomaton/output/03 - rule 30: conus textile.txt +14 -0
- package/config/medium/ElementaryCellularAutomaton/output/04 - sierpi/305/204ski triangle, continued.txt" +16 -0
- package/config/medium/ElementaryCellularAutomaton/output/05 - rule 110, different start.txt +21 -0
- package/config/medium/EllipticCurveCryptography/code/CGCode.js +11 -0
- package/config/medium/EllipticCurveCryptography/code/CGCode.php +14 -0
- package/config/medium/EllipticCurveCryptography/config.json +33 -0
- package/config/medium/EllipticCurveCryptography/input/01 - small unique.txt +2 -0
- package/config/medium/EllipticCurveCryptography/input/02 - small multiple.txt +4 -0
- package/config/medium/EllipticCurveCryptography/input/03 - Medium multiple.txt +51 -0
- package/config/medium/EllipticCurveCryptography/input/04 - long unique.txt +2 -0
- package/config/medium/EllipticCurveCryptography/input/05 - long multiple.txt +51 -0
- package/config/medium/EllipticCurveCryptography/output/01 - small unique.txt +1 -0
- package/config/medium/EllipticCurveCryptography/output/02 - small multiple.txt +3 -0
- package/config/medium/EllipticCurveCryptography/output/03 - Medium multiple.txt +50 -0
- package/config/medium/EllipticCurveCryptography/output/04 - long unique.txt +1 -0
- package/config/medium/EllipticCurveCryptography/output/05 - long multiple.txt +50 -0
- package/config/medium/EnglishLengthUnitsConversion/code/CGCode.js +10 -0
- package/config/medium/EnglishLengthUnitsConversion/code/CGCode.php +12 -0
- package/config/medium/EnglishLengthUnitsConversion/config.json +28 -0
- package/config/medium/EnglishLengthUnitsConversion/input/01 - direct relations.txt +5 -0
- package/config/medium/EnglishLengthUnitsConversion/input/02 - direct relations with dead end.txt +6 -0
- package/config/medium/EnglishLengthUnitsConversion/input/03 - with loops.txt +13 -0
- package/config/medium/EnglishLengthUnitsConversion/input/04 - full tree.txt +49 -0
- package/config/medium/EnglishLengthUnitsConversion/output/01 - direct relations.txt +1 -0
- package/config/medium/EnglishLengthUnitsConversion/output/02 - direct relations with dead end.txt +1 -0
- package/config/medium/EnglishLengthUnitsConversion/output/03 - with loops.txt +1 -0
- package/config/medium/EnglishLengthUnitsConversion/output/04 - full tree.txt +1 -0
- package/config/medium/EntryCode/code/CGCode.js +7 -0
- package/config/medium/EntryCode/code/CGCode.php +8 -0
- package/config/medium/EntryCode/config.json +33 -0
- package/config/medium/EntryCode/input/01 - small 1.txt +2 -0
- package/config/medium/EntryCode/input/02 - small 2.txt +2 -0
- package/config/medium/EntryCode/input/03 - high number of digits.txt +2 -0
- package/config/medium/EntryCode/input/04 - high number of characters.txt +2 -0
- package/config/medium/EntryCode/input/05 - last test.txt +2 -0
- package/config/medium/EntryCode/output/01 - small 1.txt +1 -0
- package/config/medium/EntryCode/output/02 - small 2.txt +1 -0
- package/config/medium/EntryCode/output/03 - high number of digits.txt +1 -0
- package/config/medium/EntryCode/output/04 - high number of characters.txt +1 -0
- package/config/medium/EntryCode/output/05 - last test.txt +1 -0
- package/config/medium/EqualizingArrays/code/CGCode.js +14 -0
- package/config/medium/EqualizingArrays/code/CGCode.php +17 -0
- package/config/medium/EqualizingArrays/config.json +63 -0
- package/config/medium/EqualizingArrays/input/01 - simple.txt +3 -0
- package/config/medium/EqualizingArrays/input/02 - binary.txt +3 -0
- package/config/medium/EqualizingArrays/input/03 - one hill.txt +3 -0
- package/config/medium/EqualizingArrays/input/04 - two hill.txt +3 -0
- package/config/medium/EqualizingArrays/input/05 - random.txt +3 -0
- package/config/medium/EqualizingArrays/input/06 - opposite 1.txt +3 -0
- package/config/medium/EqualizingArrays/input/07 - opposite 2.txt +3 -0
- package/config/medium/EqualizingArrays/input/08 - one hill large.txt +3 -0
- package/config/medium/EqualizingArrays/input/09 - two hill large.txt +3 -0
- package/config/medium/EqualizingArrays/input/10 - blocks.txt +3 -0
- package/config/medium/EqualizingArrays/input/11 - zero.txt +3 -0
- package/config/medium/EqualizingArrays/output/01 - simple.txt +4 -0
- package/config/medium/EqualizingArrays/output/02 - binary.txt +82 -0
- package/config/medium/EqualizingArrays/output/03 - one hill.txt +10 -0
- package/config/medium/EqualizingArrays/output/04 - two hill.txt +10 -0
- package/config/medium/EqualizingArrays/output/05 - random.txt +50 -0
- package/config/medium/EqualizingArrays/output/06 - opposite 1.txt +90 -0
- package/config/medium/EqualizingArrays/output/07 - opposite 2.txt +100 -0
- package/config/medium/EqualizingArrays/output/08 - one hill large.txt +50 -0
- package/config/medium/EqualizingArrays/output/09 - two hill large.txt +50 -0
- package/config/medium/EqualizingArrays/output/10 - blocks.txt +80 -0
- package/config/medium/EqualizingArrays/output/11 - zero.txt +1 -0
- package/config/medium/FactorialVsExponential/code/CGCode.js +10 -0
- package/config/medium/FactorialVsExponential/code/CGCode.php +12 -0
- package/config/medium/FactorialVsExponential/config.json +33 -0
- package/config/medium/FactorialVsExponential/input/01 - few small integer values.txt +2 -0
- package/config/medium/FactorialVsExponential/input/02 - few small float values.txt +2 -0
- package/config/medium/FactorialVsExponential/input/03 - more float values.txt +2 -0
- package/config/medium/FactorialVsExponential/input/04 - bigger float values.txt +2 -0
- package/config/medium/FactorialVsExponential/input/05 - huge float values.txt +2 -0
- package/config/medium/FactorialVsExponential/output/01 - few small integer values.txt +1 -0
- package/config/medium/FactorialVsExponential/output/02 - few small float values.txt +1 -0
- package/config/medium/FactorialVsExponential/output/03 - more float values.txt +1 -0
- package/config/medium/FactorialVsExponential/output/04 - bigger float values.txt +1 -0
- package/config/medium/FactorialVsExponential/output/05 - huge float values.txt +1 -0
- package/config/medium/FairNumbering/code/CGCode.js +13 -0
- package/config/medium/FairNumbering/code/CGCode.php +14 -0
- package/config/medium/FairNumbering/config.json +43 -0
- package/config/medium/FairNumbering/input/01 - examples.txt +5 -0
- package/config/medium/FairNumbering/input/02 - typical cases.txt +22 -0
- package/config/medium/FairNumbering/input/03 - wide range.txt +101 -0
- package/config/medium/FairNumbering/input/04 - bigger numbers.txt +101 -0
- package/config/medium/FairNumbering/input/05 - stress test 1.txt +141 -0
- package/config/medium/FairNumbering/input/06 - stress test 2.txt +121 -0
- package/config/medium/FairNumbering/input/07 - stress test 3.txt +101 -0
- package/config/medium/FairNumbering/output/01 - examples.txt +4 -0
- package/config/medium/FairNumbering/output/02 - typical cases.txt +21 -0
- package/config/medium/FairNumbering/output/03 - wide range.txt +100 -0
- package/config/medium/FairNumbering/output/04 - bigger numbers.txt +100 -0
- package/config/medium/FairNumbering/output/05 - stress test 1.txt +140 -0
- package/config/medium/FairNumbering/output/06 - stress test 2.txt +120 -0
- package/config/medium/FairNumbering/output/07 - stress test 3.txt +100 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/code/CGCode.js +8 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/code/CGCode.php +9 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/config.json +33 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/input/01 - example with unique solution.txt +3 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/input/02 - no solution there.txt +3 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/input/03 - more than one solution.txt +3 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/input/04 - ten terms.txt +3 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/input/05 - 59 digits in O.txt +3 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/output/01 - example with unique solution.txt +1 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/output/02 - no solution there.txt +1 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/output/03 - more than one solution.txt +2 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/output/04 - ten terms.txt +1 -0
- package/config/medium/FindTheMissingPlusSignsInAddition/output/05 - 59 digits in O.txt +1 -0
- package/config/medium/FindTheReplacement/code/CGCode.js +7 -0
- package/config/medium/FindTheReplacement/code/CGCode.php +8 -0
- package/config/medium/FindTheReplacement/config.json +38 -0
- package/config/medium/FindTheReplacement/input/01 - easy replacement.txt +2 -0
- package/config/medium/FindTheReplacement/input/02 - no replacement.txt +2 -0
- package/config/medium/FindTheReplacement/input/03 - CAN/342/200/231T (hard).txt" +2 -0
- package/config/medium/FindTheReplacement/input/04 - symbols.txt +2 -0
- package/config/medium/FindTheReplacement/input/05 - random, all different.txt +2 -0
- package/config/medium/FindTheReplacement/input/06 - symbols reversed.txt +2 -0
- package/config/medium/FindTheReplacement/output/01 - easy replacement.txt +2 -0
- package/config/medium/FindTheReplacement/output/02 - no replacement.txt +1 -0
- package/config/medium/FindTheReplacement/output/03 - CAN/342/200/231T (hard).txt" +1 -0
- package/config/medium/FindTheReplacement/output/04 - symbols.txt +2 -0
- package/config/medium/FindTheReplacement/output/05 - random, all different.txt +14 -0
- package/config/medium/FindTheReplacement/output/06 - symbols reversed.txt +1 -0
- package/config/medium/FiveDChests/code/CGCode.js +9 -0
- package/config/medium/FiveDChests/code/CGCode.php +10 -0
- package/config/medium/FiveDChests/config.json +28 -0
- package/config/medium/FiveDChests/input/01 - N=5.txt +2 -0
- package/config/medium/FiveDChests/input/02 - N=10.txt +2 -0
- package/config/medium/FiveDChests/input/03 - N=15.txt +2 -0
- package/config/medium/FiveDChests/input/04 - N=20.txt +2 -0
- package/config/medium/FiveDChests/output/01 - N=5.txt +3 -0
- package/config/medium/FiveDChests/output/02 - N=10.txt +3 -0
- package/config/medium/FiveDChests/output/03 - N=15.txt +3 -0
- package/config/medium/FiveDChests/output/04 - N=20.txt +3 -0
- package/config/medium/FloodFillExample/code/CGCode.js +10 -0
- package/config/medium/FloodFillExample/code/CGCode.php +12 -0
- package/config/medium/FloodFillExample/config.json +33 -0
- package/config/medium/FloodFillExample/input/01 - test 1.txt +12 -0
- package/config/medium/FloodFillExample/input/02 - test 2.txt +14 -0
- package/config/medium/FloodFillExample/input/03 - test 3.txt +22 -0
- package/config/medium/FloodFillExample/input/04 - test 4.txt +27 -0
- package/config/medium/FloodFillExample/input/05 - test 5.txt +3 -0
- package/config/medium/FloodFillExample/output/01 - test 1.txt +10 -0
- package/config/medium/FloodFillExample/output/02 - test 2.txt +12 -0
- package/config/medium/FloodFillExample/output/03 - test 3.txt +20 -0
- package/config/medium/FloodFillExample/output/04 - test 4.txt +25 -0
- package/config/medium/FloodFillExample/output/05 - test 5.txt +1 -0
- package/config/medium/FoldingANote/code/CGCode.js +9 -0
- package/config/medium/FoldingANote/code/CGCode.php +11 -0
- package/config/medium/FoldingANote/config.json +33 -0
- package/config/medium/FoldingANote/input/01 - easy.txt +2 -0
- package/config/medium/FoldingANote/input/02 - LOL.txt +3 -0
- package/config/medium/FoldingANote/input/03 - brooo....txt +5 -0
- package/config/medium/FoldingANote/input/04 - piggy.txt +9 -0
- package/config/medium/FoldingANote/input/05 - i really like detention..txt +17 -0
- package/config/medium/FoldingANote/output/01 - easy.txt +1 -0
- package/config/medium/FoldingANote/output/02 - LOL.txt +1 -0
- package/config/medium/FoldingANote/output/03 - brooo....txt +1 -0
- package/config/medium/FoldingANote/output/04 - piggy.txt +1 -0
- package/config/medium/FoldingANote/output/05 - i really like detention..txt +1 -0
- package/config/medium/FrogExchange/code/CGCode.js +9 -0
- package/config/medium/FrogExchange/code/CGCode.php +10 -0
- package/config/medium/FrogExchange/config.json +28 -0
- package/config/medium/FrogExchange/input/01 - n=3 m starts left.txt +1 -0
- package/config/medium/FrogExchange/input/02 - n=5 m starts left.txt +1 -0
- package/config/medium/FrogExchange/input/03 - n=11 m starts left.txt +1 -0
- package/config/medium/FrogExchange/input/04 - no frog one stone.txt +1 -0
- package/config/medium/FrogExchange/output/01 - n=3 m starts left.txt +4 -0
- package/config/medium/FrogExchange/output/02 - n=5 m starts left.txt +9 -0
- package/config/medium/FrogExchange/output/03 - n=11 m starts left.txt +36 -0
- package/config/medium/FrogExchange/output/04 - no frog one stone.txt +1 -0
- package/config/medium/FunWithSetTheory/code/CGCode.js +6 -0
- package/config/medium/FunWithSetTheory/code/CGCode.php +7 -0
- package/config/medium/FunWithSetTheory/config.json +83 -0
- package/config/medium/FunWithSetTheory/input/01 - with braces.txt +1 -0
- package/config/medium/FunWithSetTheory/input/02 - with brackets.txt +1 -0
- package/config/medium/FunWithSetTheory/input/03 - simple union.txt +1 -0
- package/config/medium/FunWithSetTheory/input/04 - multiple unions.txt +1 -0
- package/config/medium/FunWithSetTheory/input/05 - simple intersection.txt +1 -0
- package/config/medium/FunWithSetTheory/input/06 - multiple intersections.txt +1 -0
- package/config/medium/FunWithSetTheory/input/07 - simple difference.txt +1 -0
- package/config/medium/FunWithSetTheory/input/08 - multiple differences.txt +1 -0
- package/config/medium/FunWithSetTheory/input/09 - braces and brackets.txt +1 -0
- package/config/medium/FunWithSetTheory/input/10 - empty set.txt +1 -0
- package/config/medium/FunWithSetTheory/input/11 - negative numbers.txt +1 -0
- package/config/medium/FunWithSetTheory/input/12 - orientation of brackets.txt +1 -0
- package/config/medium/FunWithSetTheory/input/13 - simple parentheses.txt +1 -0
- package/config/medium/FunWithSetTheory/input/14 - nested parentheses.txt +1 -0
- package/config/medium/FunWithSetTheory/input/15 - everything!.txt +1 -0
- package/config/medium/FunWithSetTheory/output/01 - with braces.txt +1 -0
- package/config/medium/FunWithSetTheory/output/02 - with brackets.txt +1 -0
- package/config/medium/FunWithSetTheory/output/03 - simple union.txt +1 -0
- package/config/medium/FunWithSetTheory/output/04 - multiple unions.txt +1 -0
- package/config/medium/FunWithSetTheory/output/05 - simple intersection.txt +1 -0
- package/config/medium/FunWithSetTheory/output/06 - multiple intersections.txt +1 -0
- package/config/medium/FunWithSetTheory/output/07 - simple difference.txt +1 -0
- package/config/medium/FunWithSetTheory/output/08 - multiple differences.txt +1 -0
- package/config/medium/FunWithSetTheory/output/09 - braces and brackets.txt +1 -0
- package/config/medium/FunWithSetTheory/output/10 - empty set.txt +1 -0
- package/config/medium/FunWithSetTheory/output/11 - negative numbers.txt +1 -0
- package/config/medium/FunWithSetTheory/output/12 - orientation of brackets.txt +1 -0
- package/config/medium/FunWithSetTheory/output/13 - simple parentheses.txt +1 -0
- package/config/medium/FunWithSetTheory/output/14 - nested parentheses.txt +1 -0
- package/config/medium/FunWithSetTheory/output/15 - everything!.txt +1 -0
- package/config/medium/FutoshikiSolver/code/CGCode.js +9 -0
- package/config/medium/FutoshikiSolver/code/CGCode.php +11 -0
- package/config/medium/FutoshikiSolver/config.json +63 -0
- package/config/medium/FutoshikiSolver/input/01 - no comparisons.txt +4 -0
- package/config/medium/FutoshikiSolver/input/02 - comparisons only horizontal.txt +4 -0
- package/config/medium/FutoshikiSolver/input/03 - comparisons only vertical.txt +4 -0
- package/config/medium/FutoshikiSolver/input/04 - 5x5.txt +10 -0
- package/config/medium/FutoshikiSolver/input/05 - 7x7.txt +14 -0
- package/config/medium/FutoshikiSolver/input/06 - more 5x5.txt +10 -0
- package/config/medium/FutoshikiSolver/input/07 - 4x4.txt +8 -0
- package/config/medium/FutoshikiSolver/input/08 - 6x6.txt +12 -0
- package/config/medium/FutoshikiSolver/input/09 - more 6x6.txt +12 -0
- package/config/medium/FutoshikiSolver/input/10 - 3x3.txt +6 -0
- package/config/medium/FutoshikiSolver/input/11 - 1x1.txt +2 -0
- package/config/medium/FutoshikiSolver/output/01 - no comparisons.txt +2 -0
- package/config/medium/FutoshikiSolver/output/02 - comparisons only horizontal.txt +2 -0
- package/config/medium/FutoshikiSolver/output/03 - comparisons only vertical.txt +2 -0
- package/config/medium/FutoshikiSolver/output/04 - 5x5.txt +5 -0
- package/config/medium/FutoshikiSolver/output/05 - 7x7.txt +7 -0
- package/config/medium/FutoshikiSolver/output/06 - more 5x5.txt +5 -0
- package/config/medium/FutoshikiSolver/output/07 - 4x4.txt +4 -0
- package/config/medium/FutoshikiSolver/output/08 - 6x6.txt +6 -0
- package/config/medium/FutoshikiSolver/output/09 - more 6x6.txt +6 -0
- package/config/medium/FutoshikiSolver/output/10 - 3x3.txt +3 -0
- package/config/medium/FutoshikiSolver/output/11 - 1x1.txt +1 -0
- package/config/medium/GameOfLife/code/CGCode.js +11 -0
- package/config/medium/GameOfLife/code/CGCode.php +11 -0
- package/config/medium/GameOfLife/config.json +43 -0
- package/config/medium/GameOfLife/input/01 - 3x3.txt +4 -0
- package/config/medium/GameOfLife/input/02 - 3x3.txt +4 -0
- package/config/medium/GameOfLife/input/03 - 26x5.txt +6 -0
- package/config/medium/GameOfLife/input/04 - 1x100.txt +101 -0
- package/config/medium/GameOfLife/input/05 - 100x1.txt +2 -0
- package/config/medium/GameOfLife/input/06 - 30x30.txt +31 -0
- package/config/medium/GameOfLife/input/07 - 1x1.txt +2 -0
- package/config/medium/GameOfLife/output/01 - 3x3.txt +3 -0
- package/config/medium/GameOfLife/output/02 - 3x3.txt +3 -0
- package/config/medium/GameOfLife/output/03 - 26x5.txt +5 -0
- package/config/medium/GameOfLife/output/04 - 1x100.txt +100 -0
- package/config/medium/GameOfLife/output/05 - 100x1.txt +1 -0
- package/config/medium/GameOfLife/output/06 - 30x30.txt +30 -0
- package/config/medium/GameOfLife/output/07 - 1x1.txt +1 -0
- package/config/medium/GoldbachsConjecture/code/CGCode.js +9 -0
- package/config/medium/GoldbachsConjecture/code/CGCode.php +11 -0
- package/config/medium/GoldbachsConjecture/config.json +43 -0
- package/config/medium/GoldbachsConjecture/input/01 - example.txt +2 -0
- package/config/medium/GoldbachsConjecture/input/02 - be careful.txt +3 -0
- package/config/medium/GoldbachsConjecture/input/03 - no more alone.txt +3 -0
- package/config/medium/GoldbachsConjecture/input/04 - some hulks.txt +4 -0
- package/config/medium/GoldbachsConjecture/input/05 - commandments.txt +11 -0
- package/config/medium/GoldbachsConjecture/input/06 - dalmatians.txt +102 -0
- package/config/medium/GoldbachsConjecture/input/07 - tacite.txt +121 -0
- package/config/medium/GoldbachsConjecture/output/01 - example.txt +1 -0
- package/config/medium/GoldbachsConjecture/output/02 - be careful.txt +2 -0
- package/config/medium/GoldbachsConjecture/output/03 - no more alone.txt +2 -0
- package/config/medium/GoldbachsConjecture/output/04 - some hulks.txt +3 -0
- package/config/medium/GoldbachsConjecture/output/05 - commandments.txt +10 -0
- package/config/medium/GoldbachsConjecture/output/06 - dalmatians.txt +101 -0
- package/config/medium/GoldbachsConjecture/output/07 - tacite.txt +120 -0
- package/config/medium/GoroWantChocolate/code/CGCode.js +8 -0
- package/config/medium/GoroWantChocolate/code/CGCode.php +7 -0
- package/config/medium/GoroWantChocolate/config.json +28 -0
- package/config/medium/GoroWantChocolate/input/01 - test 1.txt +1 -0
- package/config/medium/GoroWantChocolate/input/02 - test 2.txt +1 -0
- package/config/medium/GoroWantChocolate/input/03 - test 3.txt +1 -0
- package/config/medium/GoroWantChocolate/input/04 - test 4.txt +1 -0
- package/config/medium/GoroWantChocolate/output/01 - test 1.txt +1 -0
- package/config/medium/GoroWantChocolate/output/02 - test 2.txt +1 -0
- package/config/medium/GoroWantChocolate/output/03 - test 3.txt +1 -0
- package/config/medium/GoroWantChocolate/output/04 - test 4.txt +1 -0
- package/config/medium/Gravity/code/CGCode.js +11 -0
- package/config/medium/Gravity/code/CGCode.php +11 -0
- package/config/medium/Gravity/config.json +33 -0
- package/config/medium/Gravity/input/01 - example.txt +6 -0
- package/config/medium/Gravity/input/02 - one fall.txt +3 -0
- package/config/medium/Gravity/input/03 - single.txt +2 -0
- package/config/medium/Gravity/input/04 - CodinGame.txt +6 -0
- package/config/medium/Gravity/input/05 - simple.txt +3 -0
- package/config/medium/Gravity/output/01 - example.txt +5 -0
- package/config/medium/Gravity/output/02 - one fall.txt +2 -0
- package/config/medium/Gravity/output/03 - single.txt +1 -0
- package/config/medium/Gravity/output/04 - CodinGame.txt +5 -0
- package/config/medium/Gravity/output/05 - simple.txt +2 -0
- package/config/medium/GravityCentrifuge/code/CGCode.js +13 -0
- package/config/medium/GravityCentrifuge/code/CGCode.php +13 -0
- package/config/medium/GravityCentrifuge/config.json +63 -0
- package/config/medium/GravityCentrifuge/input/01 - tumble.txt +7 -0
- package/config/medium/GravityCentrifuge/input/02 - double tumble.txt +7 -0
- package/config/medium/GravityCentrifuge/input/03 - triple tumble.txt +7 -0
- package/config/medium/GravityCentrifuge/input/04 - octal, remember.txt +7 -0
- package/config/medium/GravityCentrifuge/input/05 - dead beef!.txt +7 -0
- package/config/medium/GravityCentrifuge/input/06 - wait, what.txt +32 -0
- package/config/medium/GravityCentrifuge/input/07 - leonardo would be proud of you!.txt +7 -0
- package/config/medium/GravityCentrifuge/input/08 - randomize this! 1.txt +7 -0
- package/config/medium/GravityCentrifuge/input/09 - randomize this! 2.txt +7 -0
- package/config/medium/GravityCentrifuge/input/10 - randomize this! 3.txt +7 -0
- package/config/medium/GravityCentrifuge/input/11 - binary overflow.txt +7 -0
- package/config/medium/GravityCentrifuge/output/01 - tumble.txt +17 -0
- package/config/medium/GravityCentrifuge/output/02 - double tumble.txt +5 -0
- package/config/medium/GravityCentrifuge/output/03 - triple tumble.txt +17 -0
- package/config/medium/GravityCentrifuge/output/04 - octal, remember.txt +53 -0
- package/config/medium/GravityCentrifuge/output/05 - dead beef!.txt +17 -0
- package/config/medium/GravityCentrifuge/output/06 - wait, what.txt +30 -0
- package/config/medium/GravityCentrifuge/output/07 - leonardo would be proud of you!.txt +5 -0
- package/config/medium/GravityCentrifuge/output/08 - randomize this! 1.txt +53 -0
- package/config/medium/GravityCentrifuge/output/09 - randomize this! 2.txt +53 -0
- package/config/medium/GravityCentrifuge/output/10 - randomize this! 3.txt +5 -0
- package/config/medium/GravityCentrifuge/output/11 - binary overflow.txt +5 -0
- package/config/medium/GravityCentrifugeTuning/code/CGCode.js +6 -0
- package/config/medium/GravityCentrifugeTuning/code/CGCode.php +7 -0
- package/config/medium/GravityCentrifugeTuning/config.json +63 -0
- package/config/medium/GravityCentrifugeTuning/input/01 - tumble.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/02 - double tumble.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/03 - triple tumble.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/04 - octal, remember.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/05 - dead beef!.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/06 - wait, what.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/07 - ramp it up! 1.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/08 - ramp it up! 2.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/09 - ramp it up! 3.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/10 - binary overflow.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/input/11 - Zeckendorf would be proud of you!.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/01 - tumble.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/02 - double tumble.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/03 - triple tumble.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/04 - octal, remember.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/05 - dead beef!.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/06 - wait, what.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/07 - ramp it up! 1.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/08 - ramp it up! 2.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/09 - ramp it up! 3.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/10 - binary overflow.txt +1 -0
- package/config/medium/GravityCentrifugeTuning/output/11 - Zeckendorf would be proud of you!.txt +1 -0
- package/config/medium/GravityTumbler/code/CGCode.js +13 -0
- package/config/medium/GravityTumbler/code/CGCode.php +13 -0
- package/config/medium/GravityTumbler/config.json +38 -0
- package/config/medium/GravityTumbler/input/01 - tumble.txt +7 -0
- package/config/medium/GravityTumbler/input/02 - double.txt +7 -0
- package/config/medium/GravityTumbler/input/03 - triple.txt +7 -0
- package/config/medium/GravityTumbler/input/04 - whee!.txt +7 -0
- package/config/medium/GravityTumbler/input/05 - CodinGame 1.txt +7 -0
- package/config/medium/GravityTumbler/input/06 - CodinGame 2.txt +7 -0
- package/config/medium/GravityTumbler/output/01 - tumble.txt +17 -0
- package/config/medium/GravityTumbler/output/02 - double.txt +5 -0
- package/config/medium/GravityTumbler/output/03 - triple.txt +17 -0
- package/config/medium/GravityTumbler/output/04 - whee!.txt +5 -0
- package/config/medium/GravityTumbler/output/05 - CodinGame 1.txt +5 -0
- package/config/medium/GravityTumbler/output/06 - CodinGame 2.txt +53 -0
- package/config/medium/GreenValleys/code/CGCode.js +13 -0
- package/config/medium/GreenValleys/code/CGCode.php +16 -0
- package/config/medium/GreenValleys/config.json +33 -0
- package/config/medium/GreenValleys/input/01 - one valley.txt +7 -0
- package/config/medium/GreenValleys/input/02 - two valleys.txt +6 -0
- package/config/medium/GreenValleys/input/03 - three valleys.txt +7 -0
- package/config/medium/GreenValleys/input/04 - no valley.txt +5 -0
- package/config/medium/GreenValleys/input/05 - alps and valleys.txt +22 -0
- package/config/medium/GreenValleys/output/01 - one valley.txt +1 -0
- package/config/medium/GreenValleys/output/02 - two valleys.txt +1 -0
- package/config/medium/GreenValleys/output/03 - three valleys.txt +1 -0
- package/config/medium/GreenValleys/output/04 - no valley.txt +1 -0
- package/config/medium/GreenValleys/output/05 - alps and valleys.txt +1 -0
- package/config/medium/HackingAtRobberCity/code/CGCode.js +8 -0
- package/config/medium/HackingAtRobberCity/code/CGCode.php +9 -0
- package/config/medium/HackingAtRobberCity/config.json +38 -0
- package/config/medium/HackingAtRobberCity/input/01 - greetings.txt +3 -0
- package/config/medium/HackingAtRobberCity/input/02 - are you sure about that.txt +3 -0
- package/config/medium/HackingAtRobberCity/input/03 - hey ! i/342/200/231m listening.txt" +3 -0
- package/config/medium/HackingAtRobberCity/input/04 - not a chance !.txt +3 -0
- package/config/medium/HackingAtRobberCity/input/05 - who laughs last laughs longest.txt +3 -0
- package/config/medium/HackingAtRobberCity/input/06 - THIS is really stupid.txt +3 -0
- package/config/medium/HackingAtRobberCity/output/01 - greetings.txt +1 -0
- package/config/medium/HackingAtRobberCity/output/02 - are you sure about that.txt +1 -0
- package/config/medium/HackingAtRobberCity/output/03 - hey ! i/342/200/231m listening.txt" +1 -0
- package/config/medium/HackingAtRobberCity/output/04 - not a chance !.txt +1 -0
- package/config/medium/HackingAtRobberCity/output/05 - who laughs last laughs longest.txt +1 -0
- package/config/medium/HackingAtRobberCity/output/06 - THIS is really stupid.txt +1 -0
- package/config/medium/HexagonalMaze/code/CGCode.js +13 -0
- package/config/medium/HexagonalMaze/code/CGCode.php +13 -0
- package/config/medium/HexagonalMaze/config.json +48 -0
- package/config/medium/HexagonalMaze/input/01 - easy.txt +7 -0
- package/config/medium/HexagonalMaze/input/02 - loop.txt +9 -0
- package/config/medium/HexagonalMaze/input/03 - through borders.txt +7 -0
- package/config/medium/HexagonalMaze/input/04 - corner ....txt +7 -0
- package/config/medium/HexagonalMaze/input/05 - ... or not.txt +7 -0
- package/config/medium/HexagonalMaze/input/06 - everything.txt +13 -0
- package/config/medium/HexagonalMaze/input/07 - real hexagon.txt +21 -0
- package/config/medium/HexagonalMaze/input/08 - nothing to change.txt +5 -0
- package/config/medium/HexagonalMaze/output/01 - easy.txt +6 -0
- package/config/medium/HexagonalMaze/output/02 - loop.txt +8 -0
- package/config/medium/HexagonalMaze/output/03 - through borders.txt +6 -0
- package/config/medium/HexagonalMaze/output/04 - corner ....txt +6 -0
- package/config/medium/HexagonalMaze/output/05 - ... or not.txt +6 -0
- package/config/medium/HexagonalMaze/output/06 - everything.txt +12 -0
- package/config/medium/HexagonalMaze/output/07 - real hexagon.txt +20 -0
- package/config/medium/HexagonalMaze/output/08 - nothing to change.txt +4 -0
- package/config/medium/HexagonalMazePart2/code/CGCode.js +11 -0
- package/config/medium/HexagonalMazePart2/code/CGCode.php +11 -0
- package/config/medium/HexagonalMazePart2/config.json +68 -0
- package/config/medium/HexagonalMazePart2/input/01 - example.txt +5 -0
- package/config/medium/HexagonalMazePart2/input/02 - need the key.txt +11 -0
- package/config/medium/HexagonalMazePart2/input/03 - choose shortest.txt +11 -0
- package/config/medium/HexagonalMazePart2/input/04 - shortest with sliding.txt +6 -0
- package/config/medium/HexagonalMazePart2/input/05 - sliding junction.txt +11 -0
- package/config/medium/HexagonalMazePart2/input/06 - sliding until wall.txt +11 -0
- package/config/medium/HexagonalMazePart2/input/07 - sliding or not sliding, that is the junction.txt +7 -0
- package/config/medium/HexagonalMazePart2/input/08 - crazy doors.txt +7 -0
- package/config/medium/HexagonalMazePart2/input/09 - visited or not.txt +9 -0
- package/config/medium/HexagonalMazePart2/input/10 - skating rink.txt +31 -0
- package/config/medium/HexagonalMazePart2/input/11 - skating rink with keys.txt +31 -0
- package/config/medium/HexagonalMazePart2/input/12 - bonus test.txt +13 -0
- package/config/medium/HexagonalMazePart2/output/01 - example.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/02 - need the key.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/03 - choose shortest.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/04 - shortest with sliding.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/05 - sliding junction.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/06 - sliding until wall.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/07 - sliding or not sliding, that is the junction.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/08 - crazy doors.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/09 - visited or not.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/10 - skating rink.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/11 - skating rink with keys.txt +1 -0
- package/config/medium/HexagonalMazePart2/output/12 - bonus test.txt +1 -0
- package/config/medium/HiddenWord/code/CGCode.js +15 -0
- package/config/medium/HiddenWord/code/CGCode.php +16 -0
- package/config/medium/HiddenWord/config.json +28 -0
- package/config/medium/HiddenWord/input/01 - horizontal words.txt +7 -0
- package/config/medium/HiddenWord/input/02 - vertical words.txt +10 -0
- package/config/medium/HiddenWord/input/03 - all directions (small).txt +9 -0
- package/config/medium/HiddenWord/input/04 - all directions (big).txt +36 -0
- package/config/medium/HiddenWord/output/01 - horizontal words.txt +1 -0
- package/config/medium/HiddenWord/output/02 - vertical words.txt +1 -0
- package/config/medium/HiddenWord/output/03 - all directions (small).txt +1 -0
- package/config/medium/HiddenWord/output/04 - all directions (big).txt +1 -0
- package/config/medium/HoleyTimes/code/CGCode.js +9 -0
- package/config/medium/HoleyTimes/code/CGCode.php +11 -0
- package/config/medium/HoleyTimes/config.json +48 -0
- package/config/medium/HoleyTimes/input/01 - one missing digit in the operand.txt +7 -0
- package/config/medium/HoleyTimes/input/02 - missing digits in the operands.txt +8 -0
- package/config/medium/HoleyTimes/input/03 - missing digits in the partial results.txt +8 -0
- package/config/medium/HoleyTimes/input/04 - missing digits in the result.txt +9 -0
- package/config/medium/HoleyTimes/input/05 - missing digits everywhere.txt +8 -0
- package/config/medium/HoleyTimes/input/06 - no leading zeros.txt +9 -0
- package/config/medium/HoleyTimes/input/07 - mind the hole.txt +9 -0
- package/config/medium/HoleyTimes/input/08 - the tough one.txt +9 -0
- package/config/medium/HoleyTimes/output/01 - one missing digit in the operand.txt +6 -0
- package/config/medium/HoleyTimes/output/02 - missing digits in the operands.txt +7 -0
- package/config/medium/HoleyTimes/output/03 - missing digits in the partial results.txt +7 -0
- package/config/medium/HoleyTimes/output/04 - missing digits in the result.txt +8 -0
- package/config/medium/HoleyTimes/output/05 - missing digits everywhere.txt +7 -0
- package/config/medium/HoleyTimes/output/06 - no leading zeros.txt +8 -0
- package/config/medium/HoleyTimes/output/07 - mind the hole.txt +8 -0
- package/config/medium/HoleyTimes/output/08 - the tough one.txt +8 -0
- package/config/medium/HorseHyperracingHyperduals/code/CGCode.js +14 -0
- package/config/medium/HorseHyperracingHyperduals/code/CGCode.php +11 -0
- package/config/medium/HorseHyperracingHyperduals/config.json +73 -0
- package/config/medium/HorseHyperracingHyperduals/input/01 - check your LCG.txt +2 -0
- package/config/medium/HorseHyperracingHyperduals/input/02 - 2D horses.txt +21 -0
- package/config/medium/HorseHyperracingHyperduals/input/03 - a fistful of horses.txt +101 -0
- package/config/medium/HorseHyperracingHyperduals/input/04 - for a few horse more.txt +251 -0
- package/config/medium/HorseHyperracingHyperduals/input/05 - all your horse are belong to us.txt +401 -0
- package/config/medium/HorseHyperracingHyperduals/input/06 - many horses.txt +601 -0
- package/config/medium/HorseHyperracingHyperduals/input/07 - more horse.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/input/08 - horse OVER 9000!.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/input/09 - horse overflow.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/input/10 - can/342/200/231t leave racers sitting horizontally.txt" +27 -0
- package/config/medium/HorseHyperracingHyperduals/input/11 - can/342/200/231t leave racers sitting vertically either.txt" +27 -0
- package/config/medium/HorseHyperracingHyperduals/input/12 - peak zexion.txt +596 -0
- package/config/medium/HorseHyperracingHyperduals/input/13 - roll JBM.txt +596 -0
- package/config/medium/HorseHyperracingHyperduals/output/01 - check your LCG.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/02 - 2D horses.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/03 - a fistful of horses.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/04 - for a few horse more.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/05 - all your horse are belong to us.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/06 - many horses.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/07 - more horse.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/08 - horse OVER 9000!.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/09 - horse overflow.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/10 - can/342/200/231t leave racers sitting horizontally.txt" +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/11 - can/342/200/231t leave racers sitting vertically either.txt" +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/12 - peak zexion.txt +1 -0
- package/config/medium/HorseHyperracingHyperduals/output/13 - roll JBM.txt +1 -0
- package/config/medium/HuffmanCode/code/CGCode.js +10 -0
- package/config/medium/HuffmanCode/code/CGCode.php +12 -0
- package/config/medium/HuffmanCode/config.json +38 -0
- package/config/medium/HuffmanCode/input/01 - test 1.txt +2 -0
- package/config/medium/HuffmanCode/input/02 - test 2.txt +2 -0
- package/config/medium/HuffmanCode/input/03 - test 3.txt +2 -0
- package/config/medium/HuffmanCode/input/04 - test 4.txt +2 -0
- package/config/medium/HuffmanCode/input/05 - test 5.txt +2 -0
- package/config/medium/HuffmanCode/input/06 - test 6.txt +2 -0
- package/config/medium/HuffmanCode/output/01 - test 1.txt +1 -0
- package/config/medium/HuffmanCode/output/02 - test 2.txt +1 -0
- package/config/medium/HuffmanCode/output/03 - test 3.txt +1 -0
- package/config/medium/HuffmanCode/output/04 - test 4.txt +1 -0
- package/config/medium/HuffmanCode/output/05 - test 5.txt +1 -0
- package/config/medium/HuffmanCode/output/06 - test 6.txt +1 -0
- package/config/medium/IPMaskCalculating/code/CGCode.js +7 -0
- package/config/medium/IPMaskCalculating/code/CGCode.php +8 -0
- package/config/medium/IPMaskCalculating/config.json +48 -0
- package/config/medium/IPMaskCalculating/input/01 - your ip at home.txt +1 -0
- package/config/medium/IPMaskCalculating/input/02 - your ip at school.txt +1 -0
- package/config/medium/IPMaskCalculating/input/03 - not a real network mask.txt +1 -0
- package/config/medium/IPMaskCalculating/input/04 - little mask (not a real network mask too).txt +1 -0
- package/config/medium/IPMaskCalculating/input/05 - 255.255.240.0.txt +1 -0
- package/config/medium/IPMaskCalculating/input/06 - 254.0.0.0.txt +1 -0
- package/config/medium/IPMaskCalculating/input/07 - a strange IP.txt +1 -0
- package/config/medium/IPMaskCalculating/input/08 - 42.txt +1 -0
- package/config/medium/IPMaskCalculating/output/01 - your ip at home.txt +2 -0
- package/config/medium/IPMaskCalculating/output/02 - your ip at school.txt +2 -0
- package/config/medium/IPMaskCalculating/output/03 - not a real network mask.txt +2 -0
- package/config/medium/IPMaskCalculating/output/04 - little mask (not a real network mask too).txt +2 -0
- package/config/medium/IPMaskCalculating/output/05 - 255.255.240.0.txt +2 -0
- package/config/medium/IPMaskCalculating/output/06 - 254.0.0.0.txt +2 -0
- package/config/medium/IPMaskCalculating/output/07 - a strange IP.txt +2 -0
- package/config/medium/IPMaskCalculating/output/08 - 42.txt +2 -0
- package/config/medium/IdentifyingDataStructure/code/CGCode.js +9 -0
- package/config/medium/IdentifyingDataStructure/code/CGCode.php +11 -0
- package/config/medium/IdentifyingDataStructure/config.json +28 -0
- package/config/medium/IdentifyingDataStructure/input/01 - basic.txt +6 -0
- package/config/medium/IdentifyingDataStructure/input/02 - more.txt +9 -0
- package/config/medium/IdentifyingDataStructure/input/03 - much more.txt +22 -0
- package/config/medium/IdentifyingDataStructure/input/04 - long ops.txt +63 -0
- package/config/medium/IdentifyingDataStructure/output/01 - basic.txt +5 -0
- package/config/medium/IdentifyingDataStructure/output/02 - more.txt +8 -0
- package/config/medium/IdentifyingDataStructure/output/03 - much more.txt +21 -0
- package/config/medium/IdentifyingDataStructure/output/04 - long ops.txt +62 -0
- package/config/medium/IfThenElse/code/CGCode.js +9 -0
- package/config/medium/IfThenElse/code/CGCode.php +11 -0
- package/config/medium/IfThenElse/config.json +43 -0
- package/config/medium/IfThenElse/input/01 - multiple conditions.txt +9 -0
- package/config/medium/IfThenElse/input/02 - nested conditions.txt +12 -0
- package/config/medium/IfThenElse/input/03 - smallest program.txt +3 -0
- package/config/medium/IfThenElse/input/04 - optional statements.txt +31 -0
- package/config/medium/IfThenElse/input/05 - more conditions.txt +44 -0
- package/config/medium/IfThenElse/input/06 - deeper nests.txt +43 -0
- package/config/medium/IfThenElse/input/07 - conditions overflow.txt +98 -0
- package/config/medium/IfThenElse/output/01 - multiple conditions.txt +1 -0
- package/config/medium/IfThenElse/output/02 - nested conditions.txt +1 -0
- package/config/medium/IfThenElse/output/03 - smallest program.txt +1 -0
- package/config/medium/IfThenElse/output/04 - optional statements.txt +1 -0
- package/config/medium/IfThenElse/output/05 - more conditions.txt +1 -0
- package/config/medium/IfThenElse/output/06 - deeper nests.txt +1 -0
- package/config/medium/IfThenElse/output/07 - conditions overflow.txt +1 -0
- package/config/medium/IsTheKingInCheckPart2/code/CGCode.js +8 -0
- package/config/medium/IsTheKingInCheckPart2/code/CGCode.php +10 -0
- package/config/medium/IsTheKingInCheckPart2/config.json +38 -0
- package/config/medium/IsTheKingInCheckPart2/input/01 - test 1.txt +8 -0
- package/config/medium/IsTheKingInCheckPart2/input/02 - test 2.txt +8 -0
- package/config/medium/IsTheKingInCheckPart2/input/03 - test 3.txt +8 -0
- package/config/medium/IsTheKingInCheckPart2/input/04 - test 4.txt +8 -0
- package/config/medium/IsTheKingInCheckPart2/input/05 - test 5.txt +8 -0
- package/config/medium/IsTheKingInCheckPart2/input/06 - test 6.txt +8 -0
- package/config/medium/IsTheKingInCheckPart2/output/01 - test 1.txt +1 -0
- package/config/medium/IsTheKingInCheckPart2/output/02 - test 2.txt +1 -0
- package/config/medium/IsTheKingInCheckPart2/output/03 - test 3.txt +1 -0
- package/config/medium/IsTheKingInCheckPart2/output/04 - test 4.txt +1 -0
- package/config/medium/IsTheKingInCheckPart2/output/05 - test 5.txt +1 -0
- package/config/medium/IsTheKingInCheckPart2/output/06 - test 6.txt +1 -0
- package/config/medium/JoinTheDots/code/CGCode.js +20 -0
- package/config/medium/JoinTheDots/code/CGCode.php +20 -0
- package/config/medium/JoinTheDots/config.json +43 -0
- package/config/medium/JoinTheDots/input/01 - square of 4.txt +5 -0
- package/config/medium/JoinTheDots/input/02 - zig-zag.txt +8 -0
- package/config/medium/JoinTheDots/input/03 - x marks the spot.txt +6 -0
- package/config/medium/JoinTheDots/input/04 - plus one.txt +6 -0
- package/config/medium/JoinTheDots/input/05 - inspire.txt +14 -0
- package/config/medium/JoinTheDots/input/06 - unicorn-ish.txt +24 -0
- package/config/medium/JoinTheDots/input/07 - butterfly.txt +10 -0
- package/config/medium/JoinTheDots/output/01 - square of 4.txt +4 -0
- package/config/medium/JoinTheDots/output/02 - zig-zag.txt +7 -0
- package/config/medium/JoinTheDots/output/03 - x marks the spot.txt +5 -0
- package/config/medium/JoinTheDots/output/04 - plus one.txt +5 -0
- package/config/medium/JoinTheDots/output/05 - inspire.txt +13 -0
- package/config/medium/JoinTheDots/output/06 - unicorn-ish.txt +23 -0
- package/config/medium/JoinTheDots/output/07 - butterfly.txt +9 -0
- package/config/medium/JumpingFrogs/code/CGCode.js +11 -0
- package/config/medium/JumpingFrogs/code/CGCode.php +10 -0
- package/config/medium/JumpingFrogs/config.json +73 -0
- package/config/medium/JumpingFrogs/input/01 - simple jump.txt +3 -0
- package/config/medium/JumpingFrogs/input/02 - little stretch.txt +3 -0
- package/config/medium/JumpingFrogs/input/03 - long jump.txt +3 -0
- package/config/medium/JumpingFrogs/input/04 - javelin jump.txt +3 -0
- package/config/medium/JumpingFrogs/input/05 - teleport.txt +3 -0
- package/config/medium/JumpingFrogs/input/06 - all i need is jump.txt +3 -0
- package/config/medium/JumpingFrogs/input/07 - jump for the win.txt +3 -0
- package/config/medium/JumpingFrogs/input/08 - jump is not enough.txt +3 -0
- package/config/medium/JumpingFrogs/input/09 - too many Jumps.txt +3 -0
- package/config/medium/JumpingFrogs/input/10 - lot of jumps.txt +3 -0
- package/config/medium/JumpingFrogs/input/11 - fly in the air.txt +3 -0
- package/config/medium/JumpingFrogs/input/12 - over the mountain.txt +3 -0
- package/config/medium/JumpingFrogs/input/13 - over the sky.txt +3 -0
- package/config/medium/JumpingFrogs/output/01 - simple jump.txt +1 -0
- package/config/medium/JumpingFrogs/output/02 - little stretch.txt +1 -0
- package/config/medium/JumpingFrogs/output/03 - long jump.txt +1 -0
- package/config/medium/JumpingFrogs/output/04 - javelin jump.txt +1 -0
- package/config/medium/JumpingFrogs/output/05 - teleport.txt +1 -0
- package/config/medium/JumpingFrogs/output/06 - all i need is jump.txt +1 -0
- package/config/medium/JumpingFrogs/output/07 - jump for the win.txt +1 -0
- package/config/medium/JumpingFrogs/output/08 - jump is not enough.txt +1 -0
- package/config/medium/JumpingFrogs/output/09 - too many Jumps.txt +1 -0
- package/config/medium/JumpingFrogs/output/10 - lot of jumps.txt +1 -0
- package/config/medium/JumpingFrogs/output/11 - fly in the air.txt +1 -0
- package/config/medium/JumpingFrogs/output/12 - over the mountain.txt +1 -0
- package/config/medium/JumpingFrogs/output/13 - over the sky.txt +1 -0
- package/config/medium/KaprekarsRoutine/code/CGCode.js +6 -0
- package/config/medium/KaprekarsRoutine/code/CGCode.php +7 -0
- package/config/medium/KaprekarsRoutine/config.json +28 -0
- package/config/medium/KaprekarsRoutine/input/01 - length 1 cycle.txt +1 -0
- package/config/medium/KaprekarsRoutine/input/02 - dont forget padding.txt +1 -0
- package/config/medium/KaprekarsRoutine/input/03 - number of the beast.txt +1 -0
- package/config/medium/KaprekarsRoutine/input/04 - big.txt +1 -0
- package/config/medium/KaprekarsRoutine/output/01 - length 1 cycle.txt +1 -0
- package/config/medium/KaprekarsRoutine/output/02 - dont forget padding.txt +1 -0
- package/config/medium/KaprekarsRoutine/output/03 - number of the beast.txt +1 -0
- package/config/medium/KaprekarsRoutine/output/04 - big.txt +1 -0
- package/config/medium/KillerSudokuSolver/code/CGCode.js +11 -0
- package/config/medium/KillerSudokuSolver/code/CGCode.php +11 -0
- package/config/medium/KillerSudokuSolver/config.json +28 -0
- package/config/medium/KillerSudokuSolver/input/01 - easy.txt +10 -0
- package/config/medium/KillerSudokuSolver/input/02 - medium.txt +10 -0
- package/config/medium/KillerSudokuSolver/input/03 - hard.txt +10 -0
- package/config/medium/KillerSudokuSolver/input/04 - expert.txt +10 -0
- package/config/medium/KillerSudokuSolver/output/01 - easy.txt +9 -0
- package/config/medium/KillerSudokuSolver/output/02 - medium.txt +9 -0
- package/config/medium/KillerSudokuSolver/output/03 - hard.txt +9 -0
- package/config/medium/KillerSudokuSolver/output/04 - expert.txt +9 -0
- package/config/medium/KnightsJam/code/CGCode.js +8 -0
- package/config/medium/KnightsJam/code/CGCode.php +10 -0
- package/config/medium/KnightsJam/config.json +73 -0
- package/config/medium/KnightsJam/input/01 - example.txt +3 -0
- package/config/medium/KnightsJam/input/02 - central problem #1.txt +3 -0
- package/config/medium/KnightsJam/input/03 - central problem #2.txt +3 -0
- package/config/medium/KnightsJam/input/04 - reachable #1.txt +3 -0
- package/config/medium/KnightsJam/input/05 - unreachable #1.txt +3 -0
- package/config/medium/KnightsJam/input/06 - reachable #2.txt +3 -0
- package/config/medium/KnightsJam/input/07 - unreachable #2.txt +3 -0
- package/config/medium/KnightsJam/input/08 - reachable #3.txt +3 -0
- package/config/medium/KnightsJam/input/09 - unreachable #3.txt +3 -0
- package/config/medium/KnightsJam/input/10 - reachable #4.txt +3 -0
- package/config/medium/KnightsJam/input/11 - unreachable #4.txt +3 -0
- package/config/medium/KnightsJam/input/12 - unreachable #5.txt +3 -0
- package/config/medium/KnightsJam/input/13 - reachable #5.txt +3 -0
- package/config/medium/KnightsJam/output/01 - example.txt +1 -0
- package/config/medium/KnightsJam/output/02 - central problem #1.txt +1 -0
- package/config/medium/KnightsJam/output/03 - central problem #2.txt +1 -0
- package/config/medium/KnightsJam/output/04 - reachable #1.txt +1 -0
- package/config/medium/KnightsJam/output/05 - unreachable #1.txt +1 -0
- package/config/medium/KnightsJam/output/06 - reachable #2.txt +1 -0
- package/config/medium/KnightsJam/output/07 - unreachable #2.txt +1 -0
- package/config/medium/KnightsJam/output/08 - reachable #3.txt +1 -0
- package/config/medium/KnightsJam/output/09 - unreachable #3.txt +1 -0
- package/config/medium/KnightsJam/output/10 - reachable #4.txt +1 -0
- package/config/medium/KnightsJam/output/11 - unreachable #4.txt +1 -0
- package/config/medium/KnightsJam/output/12 - unreachable #5.txt +1 -0
- package/config/medium/KnightsJam/output/13 - reachable #5.txt +1 -0
- package/config/medium/LTriominoes/code/CGCode.js +16 -0
- package/config/medium/LTriominoes/code/CGCode.php +16 -0
- package/config/medium/LTriominoes/config.json +28 -0
- package/config/medium/LTriominoes/input/01 - test 1 2x2.txt +2 -0
- package/config/medium/LTriominoes/input/02 - test 2 4x4.txt +2 -0
- package/config/medium/LTriominoes/input/03 - test 3 8x8.txt +2 -0
- package/config/medium/LTriominoes/input/04 - test 4 8x8.txt +2 -0
- package/config/medium/LTriominoes/output/01 - test 1 2x2.txt +5 -0
- package/config/medium/LTriominoes/output/02 - test 2 4x4.txt +9 -0
- package/config/medium/LTriominoes/output/03 - test 3 8x8.txt +17 -0
- package/config/medium/LTriominoes/output/04 - test 4 8x8.txt +17 -0
- package/config/medium/LangtonsAnt/code/CGCode.js +18 -0
- package/config/medium/LangtonsAnt/code/CGCode.php +17 -0
- package/config/medium/LangtonsAnt/config.json +33 -0
- package/config/medium/LangtonsAnt/input/01 - small uniform grid, few turns.txt +9 -0
- package/config/medium/LangtonsAnt/input/02 - uniform grid, lots of turns.txt +19 -0
- package/config/medium/LangtonsAnt/input/03 - random grid, huge number of turns.txt +34 -0
- package/config/medium/LangtonsAnt/input/04 - checkerboard.txt +24 -0
- package/config/medium/LangtonsAnt/input/05 - attractor.txt +30 -0
- package/config/medium/LangtonsAnt/output/01 - small uniform grid, few turns.txt +5 -0
- package/config/medium/LangtonsAnt/output/02 - uniform grid, lots of turns.txt +15 -0
- package/config/medium/LangtonsAnt/output/03 - random grid, huge number of turns.txt +30 -0
- package/config/medium/LangtonsAnt/output/04 - checkerboard.txt +20 -0
- package/config/medium/LangtonsAnt/output/05 - attractor.txt +26 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/code/CGCode.js +13 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/code/CGCode.php +14 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/config.json +28 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/input/01 - only one range.txt +2 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/input/02 - two ranges.txt +3 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/input/03 - large range.txt +2 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/input/04 - large ranges.txt +11 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/output/01 - only one range.txt +1 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/output/02 - two ranges.txt +2 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/output/03 - large range.txt +1 -0
- package/config/medium/LengthOfSyracuseConjectureSequence/output/04 - large ranges.txt +10 -0
- package/config/medium/LetsGoToTheCinema/code/CGCode.js +15 -0
- package/config/medium/LetsGoToTheCinema/code/CGCode.php +12 -0
- package/config/medium/LetsGoToTheCinema/config.json +58 -0
- package/config/medium/LetsGoToTheCinema/input/01 - example.txt +6 -0
- package/config/medium/LetsGoToTheCinema/input/02 - family comes to living room to watch tv.txt +3 -0
- package/config/medium/LetsGoToTheCinema/input/03 - family TV, but cat is sitting on edge of sofa.txt +4 -0
- package/config/medium/LetsGoToTheCinema/input/04 - family TV, but 2 cats are sitting on middle of sofa.txt +5 -0
- package/config/medium/LetsGoToTheCinema/input/05 - there ain/342/200/231t no problem!.txt" +9 -0
- package/config/medium/LetsGoToTheCinema/input/06 - we ain/342/200/231t need no seat numbering!.txt" +9 -0
- package/config/medium/LetsGoToTheCinema/input/07 - small cinema.txt +35 -0
- package/config/medium/LetsGoToTheCinema/input/08 - bigger cinema.txt +187 -0
- package/config/medium/LetsGoToTheCinema/input/09 - chain reaction.txt +10 -0
- package/config/medium/LetsGoToTheCinema/input/10 - blind date.txt +11 -0
- package/config/medium/LetsGoToTheCinema/output/01 - example.txt +1 -0
- package/config/medium/LetsGoToTheCinema/output/02 - family comes to living room to watch tv.txt +1 -0
- package/config/medium/LetsGoToTheCinema/output/03 - family TV, but cat is sitting on edge of sofa.txt +1 -0
- package/config/medium/LetsGoToTheCinema/output/04 - family TV, but 2 cats are sitting on middle of sofa.txt +1 -0
- package/config/medium/LetsGoToTheCinema/output/05 - there ain/342/200/231t no problem!.txt" +1 -0
- package/config/medium/LetsGoToTheCinema/output/06 - we ain/342/200/231t need no seat numbering!.txt" +1 -0
- package/config/medium/LetsGoToTheCinema/output/07 - small cinema.txt +1 -0
- package/config/medium/LetsGoToTheCinema/output/08 - bigger cinema.txt +1 -0
- package/config/medium/LetsGoToTheCinema/output/09 - chain reaction.txt +1 -0
- package/config/medium/LetsGoToTheCinema/output/10 - blind date.txt +1 -0
- package/config/medium/LevelOfNestedParentheses/code/CGCode.js +6 -0
- package/config/medium/LevelOfNestedParentheses/code/CGCode.php +7 -0
- package/config/medium/LevelOfNestedParentheses/config.json +33 -0
- package/config/medium/LevelOfNestedParentheses/input/01 - only one level.txt +1 -0
- package/config/medium/LevelOfNestedParentheses/input/02 - two levels.txt +1 -0
- package/config/medium/LevelOfNestedParentheses/input/03 - two levels, unbalanced.txt +1 -0
- package/config/medium/LevelOfNestedParentheses/input/04 - lisp.txt +1 -0
- package/config/medium/LevelOfNestedParentheses/input/05 - no parenthesis.txt +1 -0
- package/config/medium/LevelOfNestedParentheses/output/01 - only one level.txt +4 -0
- package/config/medium/LevelOfNestedParentheses/output/02 - two levels.txt +5 -0
- package/config/medium/LevelOfNestedParentheses/output/03 - two levels, unbalanced.txt +5 -0
- package/config/medium/LevelOfNestedParentheses/output/04 - lisp.txt +8 -0
- package/config/medium/LevelOfNestedParentheses/output/05 - no parenthesis.txt +1 -0
- package/config/medium/LightBulbs/code/CGCode.js +7 -0
- package/config/medium/LightBulbs/code/CGCode.php +8 -0
- package/config/medium/LightBulbs/config.json +53 -0
- package/config/medium/LightBulbs/input/01 - example.txt +2 -0
- package/config/medium/LightBulbs/input/02 - N=5.txt +2 -0
- package/config/medium/LightBulbs/input/03 - N=6.txt +2 -0
- package/config/medium/LightBulbs/input/04 - N=8.txt +2 -0
- package/config/medium/LightBulbs/input/05 - N=11.txt +2 -0
- package/config/medium/LightBulbs/input/06 - N=16.txt +2 -0
- package/config/medium/LightBulbs/input/07 - N=19.txt +2 -0
- package/config/medium/LightBulbs/input/08 - N=22.txt +2 -0
- package/config/medium/LightBulbs/input/09 - N=25.txt +2 -0
- package/config/medium/LightBulbs/output/01 - example.txt +1 -0
- package/config/medium/LightBulbs/output/02 - N=5.txt +1 -0
- package/config/medium/LightBulbs/output/03 - N=6.txt +1 -0
- package/config/medium/LightBulbs/output/04 - N=8.txt +1 -0
- package/config/medium/LightBulbs/output/05 - N=11.txt +1 -0
- package/config/medium/LightBulbs/output/06 - N=16.txt +1 -0
- package/config/medium/LightBulbs/output/07 - N=19.txt +1 -0
- package/config/medium/LightBulbs/output/08 - N=22.txt +1 -0
- package/config/medium/LightBulbs/output/09 - N=25.txt +1 -0
- package/config/medium/LockedInGear/code/CGCode.js +12 -0
- package/config/medium/LockedInGear/code/CGCode.php +11 -0
- package/config/medium/LockedInGear/config.json +43 -0
- package/config/medium/LockedInGear/input/01 - example.txt +3 -0
- package/config/medium/LockedInGear/input/02 - the missing link.txt +4 -0
- package/config/medium/LockedInGear/input/03 - a dead end.txt +6 -0
- package/config/medium/LockedInGear/input/04 - jammed.txt +4 -0
- package/config/medium/LockedInGear/input/05 - this problem is beyond me.txt +9 -0
- package/config/medium/LockedInGear/input/06 - lots of gears.txt +1001 -0
- package/config/medium/LockedInGear/input/07 - an entire different problem altogether.txt +6 -0
- package/config/medium/LockedInGear/output/01 - example.txt +1 -0
- package/config/medium/LockedInGear/output/02 - the missing link.txt +1 -0
- package/config/medium/LockedInGear/output/03 - a dead end.txt +1 -0
- package/config/medium/LockedInGear/output/04 - jammed.txt +1 -0
- package/config/medium/LockedInGear/output/05 - this problem is beyond me.txt +1 -0
- package/config/medium/LockedInGear/output/06 - lots of gears.txt +1 -0
- package/config/medium/LockedInGear/output/07 - an entire different problem altogether.txt +1 -0
- package/config/medium/LongestIncreasingSubsequence/code/CGCode.js +9 -0
- package/config/medium/LongestIncreasingSubsequence/code/CGCode.php +11 -0
- package/config/medium/LongestIncreasingSubsequence/config.json +33 -0
- package/config/medium/LongestIncreasingSubsequence/input/01 - simple.txt +9 -0
- package/config/medium/LongestIncreasingSubsequence/input/02 - still simple.txt +6 -0
- package/config/medium/LongestIncreasingSubsequence/input/03 - medium.txt +24 -0
- package/config/medium/LongestIncreasingSubsequence/input/04 - getting harder.txt +66 -0
- package/config/medium/LongestIncreasingSubsequence/input/05 - lots of numbers!.txt +2569 -0
- package/config/medium/LongestIncreasingSubsequence/output/01 - simple.txt +1 -0
- package/config/medium/LongestIncreasingSubsequence/output/02 - still simple.txt +1 -0
- package/config/medium/LongestIncreasingSubsequence/output/03 - medium.txt +1 -0
- package/config/medium/LongestIncreasingSubsequence/output/04 - getting harder.txt +1 -0
- package/config/medium/LongestIncreasingSubsequence/output/05 - lots of numbers!.txt +1 -0
- package/config/medium/LongestRoad/code/CGCode.js +9 -0
- package/config/medium/LongestRoad/code/CGCode.php +11 -0
- package/config/medium/LongestRoad/config.json +38 -0
- package/config/medium/LongestRoad/input/01 - one player, only roads.txt +6 -0
- package/config/medium/LongestRoad/input/02 - one player.txt +6 -0
- package/config/medium/LongestRoad/input/03 - not long enough.txt +6 -0
- package/config/medium/LongestRoad/input/04 - two players.txt +6 -0
- package/config/medium/LongestRoad/input/05 - four players and overlapping roads.txt +11 -0
- package/config/medium/LongestRoad/input/06 - loops and branches.txt +6 -0
- package/config/medium/LongestRoad/output/01 - one player, only roads.txt +1 -0
- package/config/medium/LongestRoad/output/02 - one player.txt +1 -0
- package/config/medium/LongestRoad/output/03 - not long enough.txt +1 -0
- package/config/medium/LongestRoad/output/04 - two players.txt +1 -0
- package/config/medium/LongestRoad/output/05 - four players and overlapping roads.txt +1 -0
- package/config/medium/LongestRoad/output/06 - loops and branches.txt +1 -0
- package/config/medium/LunarLockout/code/CGCode.js +8 -0
- package/config/medium/LunarLockout/code/CGCode.php +10 -0
- package/config/medium/LunarLockout/config.json +38 -0
- package/config/medium/LunarLockout/input/01 - one move.txt +5 -0
- package/config/medium/LunarLockout/input/02 - a little more movement.txt +5 -0
- package/config/medium/LunarLockout/input/03 - a few more moves.txt +5 -0
- package/config/medium/LunarLockout/input/04 - many more movements.txt +5 -0
- package/config/medium/LunarLockout/input/05 - the maximum of movements.txt +5 -0
- package/config/medium/LunarLockout/input/06 - example of the statement.txt +5 -0
- package/config/medium/LunarLockout/output/01 - one move.txt +7 -0
- package/config/medium/LunarLockout/output/02 - a little more movement.txt +7 -0
- package/config/medium/LunarLockout/output/03 - a few more moves.txt +7 -0
- package/config/medium/LunarLockout/output/04 - many more movements.txt +7 -0
- package/config/medium/LunarLockout/output/05 - the maximum of movements.txt +7 -0
- package/config/medium/LunarLockout/output/06 - example of the statement.txt +7 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/code/CGCode.js +14 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/code/CGCode.php +17 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/config.json +93 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/01 - simple IO.txt +4 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/02 - double IO.txt +5 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/03 - buffering with dat & acc.txt +7 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/04 - first grade arithmetics.txt +10 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/05 - third grade arithmetics.txt +7 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/06 - NOT what you think.txt +15 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/07 - labels, jumps and unnecessary text.txt +14 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/08 - one last time.txt +10 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/09 - what the heck.txt +6 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/10 - overflow !!!.txt +13 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/11 - conditional execution I.txt +10 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/12 - conditional execution II.txt +10 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/13 - conditional execution III.txt +13 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/14 - digit manipulation I.txt +16 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/15 - digit manipulation II.txt +12 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/16 - concrete example.txt +14 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/input/17 - JUMP JUMP JUMP !!!.txt +19 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/01 - simple IO.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/02 - double IO.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/03 - buffering with dat & acc.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/04 - first grade arithmetics.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/05 - third grade arithmetics.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/06 - NOT what you think.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/07 - labels, jumps and unnecessary text.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/08 - one last time.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/09 - what the heck.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/10 - overflow !!!.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/11 - conditional execution I.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/12 - conditional execution II.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/13 - conditional execution III.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/14 - digit manipulation I.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/15 - digit manipulation II.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/16 - concrete example.txt +1 -0
- package/config/medium/MCxxxxMicrocontrollerSimulation/output/17 - JUMP JUMP JUMP !!!.txt +1 -0
- package/config/medium/MagicStones/code/CGCode.js +10 -0
- package/config/medium/MagicStones/code/CGCode.php +12 -0
- package/config/medium/MagicStones/config.json +43 -0
- package/config/medium/MagicStones/input/01 - axiom.txt +2 -0
- package/config/medium/MagicStones/input/02 - add me up.txt +2 -0
- package/config/medium/MagicStones/input/03 - too far.txt +2 -0
- package/config/medium/MagicStones/input/04 - odd.txt +2 -0
- package/config/medium/MagicStones/input/05 - powerless.txt +2 -0
- package/config/medium/MagicStones/input/06 - complex.txt +2 -0
- package/config/medium/MagicStones/input/07 - huge.txt +2 -0
- package/config/medium/MagicStones/output/01 - axiom.txt +1 -0
- package/config/medium/MagicStones/output/02 - add me up.txt +1 -0
- package/config/medium/MagicStones/output/03 - too far.txt +1 -0
- package/config/medium/MagicStones/output/04 - odd.txt +1 -0
- package/config/medium/MagicStones/output/05 - powerless.txt +1 -0
- package/config/medium/MagicStones/output/06 - complex.txt +1 -0
- package/config/medium/MagicStones/output/07 - huge.txt +1 -0
- package/config/medium/MaximumSubSequence/code/CGCode.js +10 -0
- package/config/medium/MaximumSubSequence/code/CGCode.php +12 -0
- package/config/medium/MaximumSubSequence/config.json +28 -0
- package/config/medium/MaximumSubSequence/input/01 - simple.txt +2 -0
- package/config/medium/MaximumSubSequence/input/02 - bigger Ik.txt +2 -0
- package/config/medium/MaximumSubSequence/input/03 - two choices.txt +2 -0
- package/config/medium/MaximumSubSequence/input/04 - even bigger Ik.txt +2 -0
- package/config/medium/MaximumSubSequence/output/01 - simple.txt +1 -0
- package/config/medium/MaximumSubSequence/output/02 - bigger Ik.txt +1 -0
- package/config/medium/MaximumSubSequence/output/03 - two choices.txt +1 -0
- package/config/medium/MaximumSubSequence/output/04 - even bigger Ik.txt +1 -0
- package/config/medium/MayanCalculation/code/CGCode.php +7 -7
- package/config/medium/Maze/code/CGCode.js +14 -0
- package/config/medium/Maze/code/CGCode.php +12 -0
- package/config/medium/Maze/config.json +33 -0
- package/config/medium/Maze/input/01 - single exit.txt +9 -0
- package/config/medium/Maze/input/02 - multiple exits.txt +13 -0
- package/config/medium/Maze/input/03 - no way out.txt +13 -0
- package/config/medium/Maze/input/04 - loops.txt +13 -0
- package/config/medium/Maze/input/05 - all together, 21x21.txt +23 -0
- package/config/medium/Maze/output/01 - single exit.txt +2 -0
- package/config/medium/Maze/output/02 - multiple exits.txt +3 -0
- package/config/medium/Maze/output/03 - no way out.txt +1 -0
- package/config/medium/Maze/output/04 - loops.txt +2 -0
- package/config/medium/Maze/output/05 - all together, 21x21.txt +5 -0
- package/config/medium/MazeForTheChampions/code/CGCode.js +10 -0
- package/config/medium/MazeForTheChampions/code/CGCode.php +12 -0
- package/config/medium/MazeForTheChampions/config.json +48 -0
- package/config/medium/MazeForTheChampions/input/01 - easy for warrior.txt +10 -0
- package/config/medium/MazeForTheChampions/input/02 - easy for elf.txt +10 -0
- package/config/medium/MazeForTheChampions/input/03 - easy for mage.txt +11 -0
- package/config/medium/MazeForTheChampions/input/04 - easy for dwarf.txt +15 -0
- package/config/medium/MazeForTheChampions/input/05 - complex for warrior.txt +21 -0
- package/config/medium/MazeForTheChampions/input/06 - complex for elf.txt +13 -0
- package/config/medium/MazeForTheChampions/input/07 - complex for mage.txt +22 -0
- package/config/medium/MazeForTheChampions/input/08 - complex for dwarf.txt +22 -0
- package/config/medium/MazeForTheChampions/output/01 - easy for warrior.txt +9 -0
- package/config/medium/MazeForTheChampions/output/02 - easy for elf.txt +9 -0
- package/config/medium/MazeForTheChampions/output/03 - easy for mage.txt +10 -0
- package/config/medium/MazeForTheChampions/output/04 - easy for dwarf.txt +14 -0
- package/config/medium/MazeForTheChampions/output/05 - complex for warrior.txt +20 -0
- package/config/medium/MazeForTheChampions/output/06 - complex for elf.txt +12 -0
- package/config/medium/MazeForTheChampions/output/07 - complex for mage.txt +21 -0
- package/config/medium/MazeForTheChampions/output/08 - complex for dwarf.txt +21 -0
- package/config/medium/MazeWithTeleportersAndJumps/code/CGCode.js +10 -0
- package/config/medium/MazeWithTeleportersAndJumps/code/CGCode.php +12 -0
- package/config/medium/MazeWithTeleportersAndJumps/config.json +38 -0
- package/config/medium/MazeWithTeleportersAndJumps/input/01 - example.txt +7 -0
- package/config/medium/MazeWithTeleportersAndJumps/input/02 - jumps.txt +5 -0
- package/config/medium/MazeWithTeleportersAndJumps/input/03 - no way out.txt +9 -0
- package/config/medium/MazeWithTeleportersAndJumps/input/04 - teleporter maze.txt +11 -0
- package/config/medium/MazeWithTeleportersAndJumps/input/05 - jumps and teleports.txt +11 -0
- package/config/medium/MazeWithTeleportersAndJumps/input/06 - don/342/200/231t take it.txt" +7 -0
- package/config/medium/MazeWithTeleportersAndJumps/output/01 - example.txt +1 -0
- package/config/medium/MazeWithTeleportersAndJumps/output/02 - jumps.txt +1 -0
- package/config/medium/MazeWithTeleportersAndJumps/output/03 - no way out.txt +1 -0
- package/config/medium/MazeWithTeleportersAndJumps/output/04 - teleporter maze.txt +1 -0
- package/config/medium/MazeWithTeleportersAndJumps/output/05 - jumps and teleports.txt +1 -0
- package/config/medium/MazeWithTeleportersAndJumps/output/06 - don/342/200/231t take it.txt" +1 -0
- package/config/medium/MerlinsMagicSquare/code/CGCode.js +9 -0
- package/config/medium/MerlinsMagicSquare/code/CGCode.php +10 -0
- package/config/medium/MerlinsMagicSquare/config.json +133 -0
- package/config/medium/MerlinsMagicSquare/input/01 - simple.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/02 - test 2.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/03 - test 3.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/04 - test 4.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/05 - test 5.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/06 - test 6.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/07 - test 7.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/08 - test 8.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/09 - test 9.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/10 - lizzo is making this too hard.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/11 - one button.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/12 - now you/342/200/231re just messing around.txt" +4 -0
- package/config/medium/MerlinsMagicSquare/input/13 - test 13.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/14 - test 14.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/15 - test 15.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/16 - test 16.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/17 - test 17.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/18 - test 18.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/19 - test 19.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/20 - test 20.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/21 - test 21.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/22 - test 22.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/23 - test 23.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/24 - test 24.txt +4 -0
- package/config/medium/MerlinsMagicSquare/input/25 - test 25.txt +4 -0
- package/config/medium/MerlinsMagicSquare/output/01 - simple.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/02 - test 2.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/03 - test 3.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/04 - test 4.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/05 - test 5.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/06 - test 6.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/07 - test 7.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/08 - test 8.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/09 - test 9.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/10 - lizzo is making this too hard.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/11 - one button.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt" +1 -0
- package/config/medium/MerlinsMagicSquare/output/13 - test 13.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/14 - test 14.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/15 - test 15.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/16 - test 16.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/17 - test 17.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/18 - test 18.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/19 - test 19.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/20 - test 20.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/21 - test 21.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/22 - test 22.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/23 - test 23.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/24 - test 24.txt +1 -0
- package/config/medium/MerlinsMagicSquare/output/25 - test 25.txt +1 -0
- package/config/medium/MicroAssembly/code/CGCode.js +14 -0
- package/config/medium/MicroAssembly/code/CGCode.php +12 -0
- package/config/medium/MicroAssembly/config.json +48 -0
- package/config/medium/MicroAssembly/input/01 - MOV test.txt +4 -0
- package/config/medium/MicroAssembly/input/02 - ADD test.txt +5 -0
- package/config/medium/MicroAssembly/input/03 - SUB test.txt +5 -0
- package/config/medium/MicroAssembly/input/04 - JNE test.txt +4 -0
- package/config/medium/MicroAssembly/input/05 - handling negative values.txt +6 -0
- package/config/medium/MicroAssembly/input/06 - calculating sum of 1..N.txt +5 -0
- package/config/medium/MicroAssembly/input/07 - nested loops.txt +11 -0
- package/config/medium/MicroAssembly/input/08 - multiplication and jump over instruction.txt +15 -0
- package/config/medium/MicroAssembly/output/01 - MOV test.txt +1 -0
- package/config/medium/MicroAssembly/output/02 - ADD test.txt +1 -0
- package/config/medium/MicroAssembly/output/03 - SUB test.txt +1 -0
- package/config/medium/MicroAssembly/output/04 - JNE test.txt +1 -0
- package/config/medium/MicroAssembly/output/05 - handling negative values.txt +1 -0
- package/config/medium/MicroAssembly/output/06 - calculating sum of 1..N.txt +1 -0
- package/config/medium/MicroAssembly/output/07 - nested loops.txt +1 -0
- package/config/medium/MicroAssembly/output/08 - multiplication and jump over instruction.txt +1 -0
- package/config/medium/Minesweeper/code/CGCode.js +14 -0
- package/config/medium/Minesweeper/code/CGCode.php +15 -0
- package/config/medium/Minesweeper/config.json +33 -0
- package/config/medium/Minesweeper/input/01 - example.txt +8 -0
- package/config/medium/Minesweeper/input/02 - hidden mines.txt +7 -0
- package/config/medium/Minesweeper/input/03 - one line.txt +5 -0
- package/config/medium/Minesweeper/input/04 - two blocks.txt +7 -0
- package/config/medium/Minesweeper/input/05 - final test.txt +11 -0
- package/config/medium/Minesweeper/output/01 - example.txt +4 -0
- package/config/medium/Minesweeper/output/02 - hidden mines.txt +6 -0
- package/config/medium/Minesweeper/output/03 - one line.txt +9 -0
- package/config/medium/Minesweeper/output/04 - two blocks.txt +3 -0
- package/config/medium/Minesweeper/output/05 - final test.txt +12 -0
- package/config/medium/MinimalNumberOfSwaps/code/CGCode.js +10 -0
- package/config/medium/MinimalNumberOfSwaps/code/CGCode.php +12 -0
- package/config/medium/MinimalNumberOfSwaps/config.json +38 -0
- package/config/medium/MinimalNumberOfSwaps/input/01 - example.txt +2 -0
- package/config/medium/MinimalNumberOfSwaps/input/02 - test 2.txt +2 -0
- package/config/medium/MinimalNumberOfSwaps/input/03 - test 3.txt +2 -0
- package/config/medium/MinimalNumberOfSwaps/input/04 - test 4.txt +2 -0
- package/config/medium/MinimalNumberOfSwaps/input/05 - test 5.txt +2 -0
- package/config/medium/MinimalNumberOfSwaps/input/06 - test 6.txt +2 -0
- package/config/medium/MinimalNumberOfSwaps/output/01 - example.txt +1 -0
- package/config/medium/MinimalNumberOfSwaps/output/02 - test 2.txt +1 -0
- package/config/medium/MinimalNumberOfSwaps/output/03 - test 3.txt +1 -0
- package/config/medium/MinimalNumberOfSwaps/output/04 - test 4.txt +1 -0
- package/config/medium/MinimalNumberOfSwaps/output/05 - test 5.txt +1 -0
- package/config/medium/MinimalNumberOfSwaps/output/06 - test 6.txt +1 -0
- package/config/medium/MinimaxExercise/code/CGCode.js +9 -0
- package/config/medium/MinimaxExercise/code/CGCode.php +8 -0
- package/config/medium/MinimaxExercise/config.json +43 -0
- package/config/medium/MinimaxExercise/input/01 - depth 1 game.txt +2 -0
- package/config/medium/MinimaxExercise/input/02 - depth 2, no cutoffs.txt +2 -0
- package/config/medium/MinimaxExercise/input/03 - depth 2, cutoffs.txt +2 -0
- package/config/medium/MinimaxExercise/input/04 - small game.txt +2 -0
- package/config/medium/MinimaxExercise/input/05 - slightly deeper game.txt +2 -0
- package/config/medium/MinimaxExercise/input/06 - random game, deep but narrow.txt +2 -0
- package/config/medium/MinimaxExercise/input/07 - another large random game.txt +2 -0
- package/config/medium/MinimaxExercise/output/01 - depth 1 game.txt +1 -0
- package/config/medium/MinimaxExercise/output/02 - depth 2, no cutoffs.txt +1 -0
- package/config/medium/MinimaxExercise/output/03 - depth 2, cutoffs.txt +1 -0
- package/config/medium/MinimaxExercise/output/04 - small game.txt +1 -0
- package/config/medium/MinimaxExercise/output/05 - slightly deeper game.txt +1 -0
- package/config/medium/MinimaxExercise/output/06 - random game, deep but narrow.txt +1 -0
- package/config/medium/MinimaxExercise/output/07 - another large random game.txt +1 -0
- package/config/medium/MitosisMayhem/code/CGCode.js +14 -0
- package/config/medium/MitosisMayhem/code/CGCode.php +11 -0
- package/config/medium/MitosisMayhem/config.json +73 -0
- package/config/medium/MitosisMayhem/input/01 - all full.txt +2 -0
- package/config/medium/MitosisMayhem/input/02 - missing a few.txt +2 -0
- package/config/medium/MitosisMayhem/input/03 - multiple.txt +3 -0
- package/config/medium/MitosisMayhem/input/04 - overflow!.txt +3 -0
- package/config/medium/MitosisMayhem/input/05 - overflow! 2.txt +5 -0
- package/config/medium/MitosisMayhem/input/06 - stop!.txt +4 -0
- package/config/medium/MitosisMayhem/input/07 - conflict!.txt +4 -0
- package/config/medium/MitosisMayhem/input/08 - overpowered.txt +4 -0
- package/config/medium/MitosisMayhem/input/09 - uneven conflict.txt +4 -0
- package/config/medium/MitosisMayhem/input/10 - consumption.txt +4 -0
- package/config/medium/MitosisMayhem/input/11 - bigger fish.txt +6 -0
- package/config/medium/MitosisMayhem/input/12 - skip the little ones.txt +7 -0
- package/config/medium/MitosisMayhem/input/13 - imperfect conflict.txt +4 -0
- package/config/medium/MitosisMayhem/output/01 - all full.txt +1 -0
- package/config/medium/MitosisMayhem/output/02 - missing a few.txt +2 -0
- package/config/medium/MitosisMayhem/output/03 - multiple.txt +3 -0
- package/config/medium/MitosisMayhem/output/04 - overflow!.txt +1 -0
- package/config/medium/MitosisMayhem/output/05 - overflow! 2.txt +1 -0
- package/config/medium/MitosisMayhem/output/06 - stop!.txt +2 -0
- package/config/medium/MitosisMayhem/output/07 - conflict!.txt +2 -0
- package/config/medium/MitosisMayhem/output/08 - overpowered.txt +2 -0
- package/config/medium/MitosisMayhem/output/09 - uneven conflict.txt +2 -0
- package/config/medium/MitosisMayhem/output/10 - consumption.txt +2 -0
- package/config/medium/MitosisMayhem/output/11 - bigger fish.txt +3 -0
- package/config/medium/MitosisMayhem/output/12 - skip the little ones.txt +4 -0
- package/config/medium/MitosisMayhem/output/13 - imperfect conflict.txt +3 -0
- package/config/medium/NearPalindromes/code/CGCode.js +9 -0
- package/config/medium/NearPalindromes/code/CGCode.php +11 -0
- package/config/medium/NearPalindromes/config.json +33 -0
- package/config/medium/NearPalindromes/input/01 - near-palindrome.txt +3 -0
- package/config/medium/NearPalindromes/input/02 - non-near-palindrome.txt +2 -0
- package/config/medium/NearPalindromes/input/03 - multiple words.txt +540 -0
- package/config/medium/NearPalindromes/input/04 - big word.txt +2 -0
- package/config/medium/NearPalindromes/input/05 - river.txt +851 -0
- package/config/medium/NearPalindromes/output/01 - near-palindrome.txt +1 -0
- package/config/medium/NearPalindromes/output/02 - non-near-palindrome.txt +1 -0
- package/config/medium/NearPalindromes/output/03 - multiple words.txt +1 -0
- package/config/medium/NearPalindromes/output/04 - big word.txt +1 -0
- package/config/medium/NearPalindromes/output/05 - river.txt +1 -0
- package/config/medium/NetworkCabling/code/CGCode.php +2 -2
- package/config/medium/NumberOfLettersInANumberBinary/code/CGCode.js +8 -0
- package/config/medium/NumberOfLettersInANumberBinary/code/CGCode.php +7 -0
- package/config/medium/NumberOfLettersInANumberBinary/config.json +43 -0
- package/config/medium/NumberOfLettersInANumberBinary/input/01 - one past the example.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/input/02 - bigger start.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/input/03 - bigger n.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/input/04 - a pattern emerges.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/input/05 - another pattern.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/input/06 - big numbers.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/input/07 - bigger numbers.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/output/01 - one past the example.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/output/02 - bigger start.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/output/03 - bigger n.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/output/04 - a pattern emerges.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/output/05 - another pattern.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/output/06 - big numbers.txt +1 -0
- package/config/medium/NumberOfLettersInANumberBinary/output/07 - bigger numbers.txt +1 -0
- package/config/medium/NumberOfPathsBetween2Points/code/CGCode.js +10 -0
- package/config/medium/NumberOfPathsBetween2Points/code/CGCode.php +12 -0
- package/config/medium/NumberOfPathsBetween2Points/config.json +28 -0
- package/config/medium/NumberOfPathsBetween2Points/input/01 - test 1.txt +4 -0
- package/config/medium/NumberOfPathsBetween2Points/input/02 - test 2.txt +4 -0
- package/config/medium/NumberOfPathsBetween2Points/input/03 - test 3.txt +12 -0
- package/config/medium/NumberOfPathsBetween2Points/input/04 - test 4.txt +12 -0
- package/config/medium/NumberOfPathsBetween2Points/output/01 - test 1.txt +1 -0
- package/config/medium/NumberOfPathsBetween2Points/output/02 - test 2.txt +1 -0
- package/config/medium/NumberOfPathsBetween2Points/output/03 - test 3.txt +1 -0
- package/config/medium/NumberOfPathsBetween2Points/output/04 - test 4.txt +1 -0
- package/config/medium/NumeralSystem/code/CGCode.js +6 -0
- package/config/medium/NumeralSystem/code/CGCode.php +7 -0
- package/config/medium/NumeralSystem/config.json +33 -0
- package/config/medium/NumeralSystem/input/01 - easy.txt +1 -0
- package/config/medium/NumeralSystem/input/02 - normal.txt +1 -0
- package/config/medium/NumeralSystem/input/03 - corner case min.txt +1 -0
- package/config/medium/NumeralSystem/input/04 - corner case max.txt +1 -0
- package/config/medium/NumeralSystem/input/05 - minimum valid system.txt +1 -0
- package/config/medium/NumeralSystem/output/01 - easy.txt +1 -0
- package/config/medium/NumeralSystem/output/02 - normal.txt +1 -0
- package/config/medium/NumeralSystem/output/03 - corner case min.txt +1 -0
- package/config/medium/NumeralSystem/output/04 - corner case max.txt +1 -0
- package/config/medium/NumeralSystem/output/05 - minimum valid system.txt +1 -0
- package/config/medium/One0One0One/code/CGCode.js +10 -0
- package/config/medium/One0One0One/code/CGCode.php +12 -0
- package/config/medium/One0One0One/config.json +28 -0
- package/config/medium/One0One0One/input/01 - tiny.txt +5 -0
- package/config/medium/One0One0One/input/02 - stretch.txt +5 -0
- package/config/medium/One0One0One/input/03 - you lose.txt +8 -0
- package/config/medium/One0One0One/input/04 - big.txt +12 -0
- package/config/medium/One0One0One/output/01 - tiny.txt +1 -0
- package/config/medium/One0One0One/output/02 - stretch.txt +1 -0
- package/config/medium/One0One0One/output/03 - you lose.txt +1 -0
- package/config/medium/One0One0One/output/04 - big.txt +1 -0
- package/config/medium/OneWayCity/code/CGCode.js +7 -0
- package/config/medium/OneWayCity/code/CGCode.php +8 -0
- package/config/medium/OneWayCity/config.json +38 -0
- package/config/medium/OneWayCity/input/01 - small village.txt +2 -0
- package/config/medium/OneWayCity/input/02 - one way.txt +2 -0
- package/config/medium/OneWayCity/input/03 - small city.txt +2 -0
- package/config/medium/OneWayCity/input/04 - 20th century.txt +2 -0
- package/config/medium/OneWayCity/input/05 - conurbation.txt +2 -0
- package/config/medium/OneWayCity/input/06 - megalopolis.txt +2 -0
- package/config/medium/OneWayCity/output/01 - small village.txt +1 -0
- package/config/medium/OneWayCity/output/02 - one way.txt +1 -0
- package/config/medium/OneWayCity/output/03 - small city.txt +1 -0
- package/config/medium/OneWayCity/output/04 - 20th century.txt +1 -0
- package/config/medium/OneWayCity/output/05 - conurbation.txt +1 -0
- package/config/medium/OneWayCity/output/06 - megalopolis.txt +1 -0
- package/config/medium/Othello/code/CGCode.js +11 -0
- package/config/medium/Othello/code/CGCode.php +11 -0
- package/config/medium/Othello/config.json +28 -0
- package/config/medium/Othello/input/01 - start.txt +9 -0
- package/config/medium/Othello/input/02 - nope.txt +9 -0
- package/config/medium/Othello/input/03 - null.txt +9 -0
- package/config/medium/Othello/input/04 - real game.txt +9 -0
- package/config/medium/Othello/output/01 - start.txt +1 -0
- package/config/medium/Othello/output/02 - nope.txt +1 -0
- package/config/medium/Othello/output/03 - null.txt +1 -0
- package/config/medium/Othello/output/04 - real game.txt +1 -0
- package/config/medium/PalindromicDecomposition/code/CGCode.js +6 -0
- package/config/medium/PalindromicDecomposition/code/CGCode.php +7 -0
- package/config/medium/PalindromicDecomposition/config.json +63 -0
- package/config/medium/PalindromicDecomposition/input/01 - example.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/02 - small a.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/03 - small aab.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/04 - large a.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/05 - large aba.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/06 - large ababa.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/07 - large aabaa.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/08 - large ab.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/09 - large aab.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/10 - large abba.txt +1 -0
- package/config/medium/PalindromicDecomposition/input/11 - all letters.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/01 - example.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/02 - small a.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/03 - small aab.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/04 - large a.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/05 - large aba.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/06 - large ababa.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/07 - large aabaa.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/08 - large ab.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/09 - large aab.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/10 - large abba.txt +1 -0
- package/config/medium/PalindromicDecomposition/output/11 - all letters.txt +1 -0
- package/config/medium/PaperLabyrinth/code/CGCode.js +17 -0
- package/config/medium/PaperLabyrinth/code/CGCode.php +13 -0
- package/config/medium/PaperLabyrinth/config.json +43 -0
- package/config/medium/PaperLabyrinth/input/01 - simple.txt +4 -0
- package/config/medium/PaperLabyrinth/input/02 - no one-way door, no loops.txt +7 -0
- package/config/medium/PaperLabyrinth/input/03 - one way door.txt +7 -0
- package/config/medium/PaperLabyrinth/input/04 - house of cards.txt +9 -0
- package/config/medium/PaperLabyrinth/input/05 - test 5.txt +10 -0
- package/config/medium/PaperLabyrinth/input/06 - test 6.txt +10 -0
- package/config/medium/PaperLabyrinth/input/07 - test 7.txt +10 -0
- package/config/medium/PaperLabyrinth/output/01 - simple.txt +1 -0
- package/config/medium/PaperLabyrinth/output/02 - no one-way door, no loops.txt +1 -0
- package/config/medium/PaperLabyrinth/output/03 - one way door.txt +1 -0
- package/config/medium/PaperLabyrinth/output/04 - house of cards.txt +1 -0
- package/config/medium/PaperLabyrinth/output/05 - test 5.txt +1 -0
- package/config/medium/PaperLabyrinth/output/06 - test 6.txt +1 -0
- package/config/medium/PaperLabyrinth/output/07 - test 7.txt +1 -0
- package/config/medium/PavingWithBricks/code/CGCode.js +7 -0
- package/config/medium/PavingWithBricks/code/CGCode.php +8 -0
- package/config/medium/PavingWithBricks/config.json +43 -0
- package/config/medium/PavingWithBricks/input/01 - test 1.txt +2 -0
- package/config/medium/PavingWithBricks/input/02 - test 2.txt +2 -0
- package/config/medium/PavingWithBricks/input/03 - test 3.txt +2 -0
- package/config/medium/PavingWithBricks/input/04 - test 4.txt +2 -0
- package/config/medium/PavingWithBricks/input/05 - test 5.txt +2 -0
- package/config/medium/PavingWithBricks/input/06 - test 6.txt +2 -0
- package/config/medium/PavingWithBricks/input/07 - test 7.txt +2 -0
- package/config/medium/PavingWithBricks/output/01 - test 1.txt +1 -0
- package/config/medium/PavingWithBricks/output/02 - test 2.txt +1 -0
- package/config/medium/PavingWithBricks/output/03 - test 3.txt +1 -0
- package/config/medium/PavingWithBricks/output/04 - test 4.txt +1 -0
- package/config/medium/PavingWithBricks/output/05 - test 5.txt +1 -0
- package/config/medium/PavingWithBricks/output/06 - test 6.txt +1 -0
- package/config/medium/PavingWithBricks/output/07 - test 7.txt +1 -0
- package/config/medium/PhotoBoothTransformation/code/CGCode.js +11 -0
- package/config/medium/PhotoBoothTransformation/code/CGCode.php +11 -0
- package/config/medium/PhotoBoothTransformation/config.json +43 -0
- package/config/medium/PhotoBoothTransformation/input/01 - example.txt +3 -0
- package/config/medium/PhotoBoothTransformation/input/02 - size LTOE 10.txt +11 -0
- package/config/medium/PhotoBoothTransformation/input/03 - size LTOE 20.txt +11 -0
- package/config/medium/PhotoBoothTransformation/input/04 - size LTOE 100.txt +6 -0
- package/config/medium/PhotoBoothTransformation/input/05 - size LTOE 500.txt +8 -0
- package/config/medium/PhotoBoothTransformation/input/06 - size LTOE 1000.txt +6 -0
- package/config/medium/PhotoBoothTransformation/input/07 - size LTOE 2000.txt +4 -0
- package/config/medium/PhotoBoothTransformation/output/01 - example.txt +2 -0
- package/config/medium/PhotoBoothTransformation/output/02 - size LTOE 10.txt +10 -0
- package/config/medium/PhotoBoothTransformation/output/03 - size LTOE 20.txt +10 -0
- package/config/medium/PhotoBoothTransformation/output/04 - size LTOE 100.txt +5 -0
- package/config/medium/PhotoBoothTransformation/output/05 - size LTOE 500.txt +7 -0
- package/config/medium/PhotoBoothTransformation/output/06 - size LTOE 1000.txt +5 -0
- package/config/medium/PhotoBoothTransformation/output/07 - size LTOE 2000.txt +3 -0
- package/config/medium/PlagueJr/code/CGCode.js +11 -0
- package/config/medium/PlagueJr/code/CGCode.php +11 -0
- package/config/medium/PlagueJr/config.json +33 -0
- package/config/medium/PlagueJr/input/01 - the example.txt +3 -0
- package/config/medium/PlagueJr/input/02 - easy case.txt +100 -0
- package/config/medium/PlagueJr/input/03 - advanced case.txt +1000 -0
- package/config/medium/PlagueJr/input/04 - donut case.txt +1000 -0
- package/config/medium/PlagueJr/input/05 - spokey case.txt +1000 -0
- package/config/medium/PlagueJr/output/01 - the example.txt +1 -0
- package/config/medium/PlagueJr/output/02 - easy case.txt +1 -0
- package/config/medium/PlagueJr/output/03 - advanced case.txt +1 -0
- package/config/medium/PlagueJr/output/04 - donut case.txt +1 -0
- package/config/medium/PlagueJr/output/05 - spokey case.txt +1 -0
- package/config/medium/PlayfairCipher/code/CGCode.js +15 -0
- package/config/medium/PlayfairCipher/code/CGCode.php +19 -0
- package/config/medium/PlayfairCipher/config.json +48 -0
- package/config/medium/PlayfairCipher/input/01 - row.txt +8 -0
- package/config/medium/PlayfairCipher/input/02 - column.txt +8 -0
- package/config/medium/PlayfairCipher/input/03 - row and column.txt +10 -0
- package/config/medium/PlayfairCipher/input/04 - invalid characters.txt +11 -0
- package/config/medium/PlayfairCipher/input/05 - decryption.txt +11 -0
- package/config/medium/PlayfairCipher/input/06 - DUD.txt +11 -0
- package/config/medium/PlayfairCipher/input/07 - some messages.txt +12 -0
- package/config/medium/PlayfairCipher/input/08 - more messages.txt +37 -0
- package/config/medium/PlayfairCipher/output/01 - row.txt +1 -0
- package/config/medium/PlayfairCipher/output/02 - column.txt +1 -0
- package/config/medium/PlayfairCipher/output/03 - row and column.txt +3 -0
- package/config/medium/PlayfairCipher/output/04 - invalid characters.txt +4 -0
- package/config/medium/PlayfairCipher/output/05 - decryption.txt +4 -0
- package/config/medium/PlayfairCipher/output/06 - DUD.txt +4 -0
- package/config/medium/PlayfairCipher/output/07 - some messages.txt +5 -0
- package/config/medium/PlayfairCipher/output/08 - more messages.txt +30 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/code/CGCode.js +25 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/code/CGCode.php +23 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/config.json +33 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/input/01 - one orc.txt +14 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/input/02 - multiple orcs.txt +26 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/input/03 - many choices.txt +32 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/input/04 - impossible.txt +11 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/input/05 - no orcs!.txt +13 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/output/01 - one orc.txt +1 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/output/02 - multiple orcs.txt +1 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/output/03 - many choices.txt +1 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/output/04 - impossible.txt +1 -0
- package/config/medium/PlightOfTheFellowshipOfTheRing/output/05 - no orcs!.txt +1 -0
- package/config/medium/PorcupineFever/code/CGCode.js +15 -0
- package/config/medium/PorcupineFever/code/CGCode.php +15 -0
- package/config/medium/PorcupineFever/config.json +33 -0
- package/config/medium/PorcupineFever/input/01 - one sick cage.txt +4 -0
- package/config/medium/PorcupineFever/input/02 - no porcupines.txt +2 -0
- package/config/medium/PorcupineFever/input/03 - one cage goes extinct.txt +5 -0
- package/config/medium/PorcupineFever/input/04 - dead farm.txt +64 -0
- package/config/medium/PorcupineFever/input/05 - bigger farm.txt +474 -0
- package/config/medium/PorcupineFever/output/01 - one sick cage.txt +3 -0
- package/config/medium/PorcupineFever/output/02 - no porcupines.txt +1 -0
- package/config/medium/PorcupineFever/output/03 - one cage goes extinct.txt +3 -0
- package/config/medium/PorcupineFever/output/04 - dead farm.txt +12 -0
- package/config/medium/PorcupineFever/output/05 - bigger farm.txt +50 -0
- package/config/medium/PropositionsInFregesIdeography/code/CGCode.js +9 -0
- package/config/medium/PropositionsInFregesIdeography/code/CGCode.php +11 -0
- package/config/medium/PropositionsInFregesIdeography/config.json +58 -0
- package/config/medium/PropositionsInFregesIdeography/input/01 - A implies A.txt +3 -0
- package/config/medium/PropositionsInFregesIdeography/input/02 - formula 31 (fifth axiom).txt +3 -0
- package/config/medium/PropositionsInFregesIdeography/input/03 - A implies B.txt +3 -0
- package/config/medium/PropositionsInFregesIdeography/input/04 - A nor B.txt +3 -0
- package/config/medium/PropositionsInFregesIdeography/input/05 - formula 1 (first axiom).txt +4 -0
- package/config/medium/PropositionsInFregesIdeography/input/06 - formula 2 (second axiom).txt +8 -0
- package/config/medium/PropositionsInFregesIdeography/input/07 - formula 8 (third axiom).txt +7 -0
- package/config/medium/PropositionsInFregesIdeography/input/08 - formula 28 (fourth axiom).txt +5 -0
- package/config/medium/PropositionsInFregesIdeography/input/09 - (C and B) implies A is not a tautology.txt +4 -0
- package/config/medium/PropositionsInFregesIdeography/input/10 - [(C and B) implies A] implies [(C implies B) implies A] is not a tautology.txt +7 -0
- package/config/medium/PropositionsInFregesIdeography/output/01 - A implies A.txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/02 - formula 31 (fifth axiom).txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/03 - A implies B.txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/04 - A nor B.txt +3 -0
- package/config/medium/PropositionsInFregesIdeography/output/05 - formula 1 (first axiom).txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/06 - formula 2 (second axiom).txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/07 - formula 8 (third axiom).txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/08 - formula 28 (fourth axiom).txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/09 - (C and B) implies A is not a tautology.txt +1 -0
- package/config/medium/PropositionsInFregesIdeography/output/10 - [(C and B) implies A] implies [(C implies B) implies A] is not a tautology.txt +2 -0
- package/config/medium/QuaternionMultiplication/code/CGCode.js +6 -0
- package/config/medium/QuaternionMultiplication/code/CGCode.php +7 -0
- package/config/medium/QuaternionMultiplication/config.json +28 -0
- package/config/medium/QuaternionMultiplication/input/01 - small.txt +1 -0
- package/config/medium/QuaternionMultiplication/input/02 - medium.txt +1 -0
- package/config/medium/QuaternionMultiplication/input/03 - large.txt +1 -0
- package/config/medium/QuaternionMultiplication/input/04 - giant.txt +1 -0
- package/config/medium/QuaternionMultiplication/output/01 - small.txt +1 -0
- package/config/medium/QuaternionMultiplication/output/02 - medium.txt +1 -0
- package/config/medium/QuaternionMultiplication/output/03 - large.txt +1 -0
- package/config/medium/QuaternionMultiplication/output/04 - giant.txt +1 -0
- package/config/medium/QueneauNumbers/code/CGCode.js +6 -0
- package/config/medium/QueneauNumbers/code/CGCode.php +7 -0
- package/config/medium/QueneauNumbers/config.json +33 -0
- package/config/medium/QueneauNumbers/input/01 - terine.txt +1 -0
- package/config/medium/QueneauNumbers/input/02 - impossible.txt +1 -0
- package/config/medium/QueneauNumbers/input/03 - sextine.txt +1 -0
- package/config/medium/QueneauNumbers/input/04 - so big yet so perfect.txt +1 -0
- package/config/medium/QueneauNumbers/input/05 - so big yet so ugly.txt +1 -0
- package/config/medium/QueneauNumbers/output/01 - terine.txt +3 -0
- package/config/medium/QueneauNumbers/output/02 - impossible.txt +1 -0
- package/config/medium/QueneauNumbers/output/03 - sextine.txt +6 -0
- package/config/medium/QueneauNumbers/output/04 - so big yet so perfect.txt +15 -0
- package/config/medium/QueneauNumbers/output/05 - so big yet so ugly.txt +1 -0
- package/config/medium/RationalNumberTree/code/CGCode.js +9 -0
- package/config/medium/RationalNumberTree/code/CGCode.php +11 -0
- package/config/medium/RationalNumberTree/config.json +38 -0
- package/config/medium/RationalNumberTree/input/01 - examples.txt +6 -0
- package/config/medium/RationalNumberTree/input/02 - near the root 1.txt +101 -0
- package/config/medium/RationalNumberTree/input/03 - near the root 2.txt +101 -0
- package/config/medium/RationalNumberTree/input/04 - longer and bigger.txt +21 -0
- package/config/medium/RationalNumberTree/input/05 - big big numbers.txt +21 -0
- package/config/medium/RationalNumberTree/input/06 - long long path.txt +11 -0
- package/config/medium/RationalNumberTree/output/01 - examples.txt +5 -0
- package/config/medium/RationalNumberTree/output/02 - near the root 1.txt +100 -0
- package/config/medium/RationalNumberTree/output/03 - near the root 2.txt +100 -0
- package/config/medium/RationalNumberTree/output/04 - longer and bigger.txt +20 -0
- package/config/medium/RationalNumberTree/output/05 - big big numbers.txt +20 -0
- package/config/medium/RationalNumberTree/output/06 - long long path.txt +10 -0
- package/config/medium/RearrangeStringToTwoNumbers/code/CGCode.js +6 -0
- package/config/medium/RearrangeStringToTwoNumbers/code/CGCode.php +7 -0
- package/config/medium/RearrangeStringToTwoNumbers/config.json +98 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/01 - two digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/02 - too many digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/03 - maximum B.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/04 - too many 0/342/200/231s.txt" +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/05 - maximum B with 0.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/06 - small A maximum B.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/07 - small A big B.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/08 - too many 0/342/200/231s - 2.txt" +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/09 - too few digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/10 - too many digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/11 - zero.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/12 - maximum.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/13 - big with 0/342/200/231s.txt" +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/14 - big.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/15 - internal zeros.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/16 - small A big B - 2.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/17 - small A big B - 3.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/input/18 - two digits - 2.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/01 - two digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/02 - too many digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/03 - maximum B.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/04 - too many 0/342/200/231s.txt" +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/05 - maximum B with 0.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/06 - small A maximum B.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/07 - small A big B.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/08 - too many 0/342/200/231s - 2.txt" +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/09 - too few digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/10 - too many digits.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/11 - zero.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/12 - maximum.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/13 - big with 0/342/200/231s.txt" +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/14 - big.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/15 - internal zeros.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/16 - small A big B - 2.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/17 - small A big B - 3.txt +1 -0
- package/config/medium/RearrangeStringToTwoNumbers/output/18 - two digits - 2.txt +1 -0
- package/config/medium/RegularPolygons/code/CGCode.js +8 -0
- package/config/medium/RegularPolygons/code/CGCode.php +7 -0
- package/config/medium/RegularPolygons/config.json +33 -0
- package/config/medium/RegularPolygons/input/01 - example.txt +1 -0
- package/config/medium/RegularPolygons/input/02 - shortest range.txt +1 -0
- package/config/medium/RegularPolygons/input/03 - short range.txt +1 -0
- package/config/medium/RegularPolygons/input/04 - medium range.txt +1 -0
- package/config/medium/RegularPolygons/input/05 - long range.txt +1 -0
- package/config/medium/RegularPolygons/output/01 - example.txt +1 -0
- package/config/medium/RegularPolygons/output/02 - shortest range.txt +1 -0
- package/config/medium/RegularPolygons/output/03 - short range.txt +1 -0
- package/config/medium/RegularPolygons/output/04 - medium range.txt +1 -0
- package/config/medium/RegularPolygons/output/05 - long range.txt +1 -0
- package/config/medium/RemainderFantasy/code/CGCode.js +11 -0
- package/config/medium/RemainderFantasy/code/CGCode.php +11 -0
- package/config/medium/RemainderFantasy/config.json +53 -0
- package/config/medium/RemainderFantasy/input/01 - simple.txt +4 -0
- package/config/medium/RemainderFantasy/input/02 - warm up.txt +5 -0
- package/config/medium/RemainderFantasy/input/03 - harder.txt +5 -0
- package/config/medium/RemainderFantasy/input/04 - get serious.txt +6 -0
- package/config/medium/RemainderFantasy/input/05 - brute-force not work.txt +7 -0
- package/config/medium/RemainderFantasy/input/06 - many conditions.txt +10 -0
- package/config/medium/RemainderFantasy/input/07 - a few big conditions.txt +4 -0
- package/config/medium/RemainderFantasy/input/08 - tricky small.txt +4 -0
- package/config/medium/RemainderFantasy/input/09 - nasty big.txt +4 -0
- package/config/medium/RemainderFantasy/output/01 - simple.txt +1 -0
- package/config/medium/RemainderFantasy/output/02 - warm up.txt +1 -0
- package/config/medium/RemainderFantasy/output/03 - harder.txt +1 -0
- package/config/medium/RemainderFantasy/output/04 - get serious.txt +1 -0
- package/config/medium/RemainderFantasy/output/05 - brute-force not work.txt +1 -0
- package/config/medium/RemainderFantasy/output/06 - many conditions.txt +1 -0
- package/config/medium/RemainderFantasy/output/07 - a few big conditions.txt +1 -0
- package/config/medium/RemainderFantasy/output/08 - tricky small.txt +1 -0
- package/config/medium/RemainderFantasy/output/09 - nasty big.txt +1 -0
- package/config/medium/RemainingCard/code/CGCode.js +6 -0
- package/config/medium/RemainingCard/code/CGCode.php +7 -0
- package/config/medium/RemainingCard/config.json +58 -0
- package/config/medium/RemainingCard/input/01 - example.txt +1 -0
- package/config/medium/RemainingCard/input/02 - easy.txt +1 -0
- package/config/medium/RemainingCard/input/03 - a little more.txt +1 -0
- package/config/medium/RemainingCard/input/04 - a thick deck.txt +1 -0
- package/config/medium/RemainingCard/input/05 - heavy deck.txt +1 -0
- package/config/medium/RemainingCard/input/06 - getting serious.txt +1 -0
- package/config/medium/RemainingCard/input/07 - millions 1.txt +1 -0
- package/config/medium/RemainingCard/input/08 - millions 2.txt +1 -0
- package/config/medium/RemainingCard/input/09 - ultimate test.txt +1 -0
- package/config/medium/RemainingCard/input/10 - boundary case.txt +1 -0
- package/config/medium/RemainingCard/output/01 - example.txt +1 -0
- package/config/medium/RemainingCard/output/02 - easy.txt +1 -0
- package/config/medium/RemainingCard/output/03 - a little more.txt +1 -0
- package/config/medium/RemainingCard/output/04 - a thick deck.txt +1 -0
- package/config/medium/RemainingCard/output/05 - heavy deck.txt +1 -0
- package/config/medium/RemainingCard/output/06 - getting serious.txt +1 -0
- package/config/medium/RemainingCard/output/07 - millions 1.txt +1 -0
- package/config/medium/RemainingCard/output/08 - millions 2.txt +1 -0
- package/config/medium/RemainingCard/output/09 - ultimate test.txt +1 -0
- package/config/medium/RemainingCard/output/10 - boundary case.txt +1 -0
- package/config/medium/ReversedLookAndSay/code/CGCode.js +6 -0
- package/config/medium/ReversedLookAndSay/code/CGCode.php +7 -0
- package/config/medium/ReversedLookAndSay/config.json +33 -0
- package/config/medium/ReversedLookAndSay/input/01 - an easy one.txt +1 -0
- package/config/medium/ReversedLookAndSay/input/02 - not so easy.txt +1 -0
- package/config/medium/ReversedLookAndSay/input/03 - give it a try.txt +1 -0
- package/config/medium/ReversedLookAndSay/input/04 - to infinity and beyond!.txt +1 -0
- package/config/medium/ReversedLookAndSay/input/05 - not a big deal.txt +1 -0
- package/config/medium/ReversedLookAndSay/output/01 - an easy one.txt +1 -0
- package/config/medium/ReversedLookAndSay/output/02 - not so easy.txt +1 -0
- package/config/medium/ReversedLookAndSay/output/03 - give it a try.txt +1 -0
- package/config/medium/ReversedLookAndSay/output/04 - to infinity and beyond!.txt +1 -0
- package/config/medium/ReversedLookAndSay/output/05 - not a big deal.txt +1 -0
- package/config/medium/RiverCrossing/code/CGCode.js +8 -0
- package/config/medium/RiverCrossing/code/CGCode.php +9 -0
- package/config/medium/RiverCrossing/config.json +33 -0
- package/config/medium/RiverCrossing/input/01 - the question is the solution.txt +2 -0
- package/config/medium/RiverCrossing/input/02 - the start is the solution.txt +2 -0
- package/config/medium/RiverCrossing/input/03 - from one side to the other.txt +2 -0
- package/config/medium/RiverCrossing/input/04 - mix it up.txt +2 -0
- package/config/medium/RiverCrossing/input/05 - rescue one.txt +2 -0
- package/config/medium/RiverCrossing/output/01 - the question is the solution.txt +2 -0
- package/config/medium/RiverCrossing/output/02 - the start is the solution.txt +1 -0
- package/config/medium/RiverCrossing/output/03 - from one side to the other.txt +8 -0
- package/config/medium/RiverCrossing/output/04 - mix it up.txt +6 -0
- package/config/medium/RiverCrossing/output/05 - rescue one.txt +5 -0
- package/config/medium/RoadTrip/code/CGCode.js +14 -0
- package/config/medium/RoadTrip/code/CGCode.php +11 -0
- package/config/medium/RoadTrip/config.json +58 -0
- package/config/medium/RoadTrip/input/01 - few real friends.txt +5 -0
- package/config/medium/RoadTrip/input/02 - only fake friends.txt +4 -0
- package/config/medium/RoadTrip/input/03 - useless fake friends.txt +13 -0
- package/config/medium/RoadTrip/input/04 - necessary fake friends.txt +9 -0
- package/config/medium/RoadTrip/input/05 - forever alone.txt +8 -0
- package/config/medium/RoadTrip/input/06 - no base cost.txt +8 -0
- package/config/medium/RoadTrip/input/07 - only base cost.txt +8 -0
- package/config/medium/RoadTrip/input/08 - free trip!.txt +7 -0
- package/config/medium/RoadTrip/input/09 - many real friends.txt +901 -0
- package/config/medium/RoadTrip/input/10 - many friends.txt +901 -0
- package/config/medium/RoadTrip/output/01 - few real friends.txt +1 -0
- package/config/medium/RoadTrip/output/02 - only fake friends.txt +1 -0
- package/config/medium/RoadTrip/output/03 - useless fake friends.txt +1 -0
- package/config/medium/RoadTrip/output/04 - necessary fake friends.txt +1 -0
- package/config/medium/RoadTrip/output/05 - forever alone.txt +1 -0
- package/config/medium/RoadTrip/output/06 - no base cost.txt +1 -0
- package/config/medium/RoadTrip/output/07 - only base cost.txt +1 -0
- package/config/medium/RoadTrip/output/08 - free trip!.txt +1 -0
- package/config/medium/RoadTrip/output/09 - many real friends.txt +1 -0
- package/config/medium/RoadTrip/output/10 - many friends.txt +1 -0
- package/config/medium/RobberyOptimisation/code/CGCode.js +9 -0
- package/config/medium/RobberyOptimisation/code/CGCode.php +11 -0
- package/config/medium/RobberyOptimisation/config.json +78 -0
- package/config/medium/RobberyOptimisation/input/01 - example.txt +6 -0
- package/config/medium/RobberyOptimisation/input/02 - 3 houses 1.txt +4 -0
- package/config/medium/RobberyOptimisation/input/03 - 3 houses 2.txt +4 -0
- package/config/medium/RobberyOptimisation/input/04 - 9 identical houses.txt +10 -0
- package/config/medium/RobberyOptimisation/input/05 - 1 house.txt +2 -0
- package/config/medium/RobberyOptimisation/input/06 - don/342/200/231t just alternate houses.txt" +6 -0
- package/config/medium/RobberyOptimisation/input/07 - 20 houses.txt +21 -0
- package/config/medium/RobberyOptimisation/input/08 - 50 houses.txt +51 -0
- package/config/medium/RobberyOptimisation/input/09 - 8 houses.txt +9 -0
- package/config/medium/RobberyOptimisation/input/10 - 75 houses.txt +76 -0
- package/config/medium/RobberyOptimisation/input/11 - 100 houses.txt +101 -0
- package/config/medium/RobberyOptimisation/input/12 - debug helper.txt +2 -0
- package/config/medium/RobberyOptimisation/input/13 - negative values.txt +11 -0
- package/config/medium/RobberyOptimisation/input/14 - negative and positive.txt +11 -0
- package/config/medium/RobberyOptimisation/output/01 - example.txt +1 -0
- package/config/medium/RobberyOptimisation/output/02 - 3 houses 1.txt +1 -0
- package/config/medium/RobberyOptimisation/output/03 - 3 houses 2.txt +1 -0
- package/config/medium/RobberyOptimisation/output/04 - 9 identical houses.txt +1 -0
- package/config/medium/RobberyOptimisation/output/05 - 1 house.txt +1 -0
- package/config/medium/RobberyOptimisation/output/06 - don/342/200/231t just alternate houses.txt" +1 -0
- package/config/medium/RobberyOptimisation/output/07 - 20 houses.txt +1 -0
- package/config/medium/RobberyOptimisation/output/08 - 50 houses.txt +1 -0
- package/config/medium/RobberyOptimisation/output/09 - 8 houses.txt +1 -0
- package/config/medium/RobberyOptimisation/output/10 - 75 houses.txt +1 -0
- package/config/medium/RobberyOptimisation/output/11 - 100 houses.txt +1 -0
- package/config/medium/RobberyOptimisation/output/12 - debug helper.txt +1 -0
- package/config/medium/RobberyOptimisation/output/13 - negative values.txt +1 -0
- package/config/medium/RobberyOptimisation/output/14 - negative and positive.txt +1 -0
- package/config/medium/RockPaperScissorsWar/code/CGCode.js +12 -0
- package/config/medium/RockPaperScissorsWar/code/CGCode.php +11 -0
- package/config/medium/RockPaperScissorsWar/config.json +58 -0
- package/config/medium/RockPaperScissorsWar/input/01 - example.txt +3 -0
- package/config/medium/RockPaperScissorsWar/input/02 - win and lose.txt +4 -0
- package/config/medium/RockPaperScissorsWar/input/03 - propagation.txt +10 -0
- package/config/medium/RockPaperScissorsWar/input/04 - one fights a hundred.txt +9 -0
- package/config/medium/RockPaperScissorsWar/input/05 - linear 1.txt +2 -0
- package/config/medium/RockPaperScissorsWar/input/06 - linear 2.txt +16 -0
- package/config/medium/RockPaperScissorsWar/input/07 - random.txt +21 -0
- package/config/medium/RockPaperScissorsWar/input/08 - diamonds.txt +21 -0
- package/config/medium/RockPaperScissorsWar/input/09 - united kingdom.txt +11 -0
- package/config/medium/RockPaperScissorsWar/input/10 - united states.txt +11 -0
- package/config/medium/RockPaperScissorsWar/output/01 - example.txt +2 -0
- package/config/medium/RockPaperScissorsWar/output/02 - win and lose.txt +3 -0
- package/config/medium/RockPaperScissorsWar/output/03 - propagation.txt +9 -0
- package/config/medium/RockPaperScissorsWar/output/04 - one fights a hundred.txt +8 -0
- package/config/medium/RockPaperScissorsWar/output/05 - linear 1.txt +1 -0
- package/config/medium/RockPaperScissorsWar/output/06 - linear 2.txt +15 -0
- package/config/medium/RockPaperScissorsWar/output/07 - random.txt +20 -0
- package/config/medium/RockPaperScissorsWar/output/08 - diamonds.txt +20 -0
- package/config/medium/RockPaperScissorsWar/output/09 - united kingdom.txt +10 -0
- package/config/medium/RockPaperScissorsWar/output/10 - united states.txt +10 -0
- package/config/medium/RodCuttingProblem/code/CGCode.js +12 -0
- package/config/medium/RodCuttingProblem/code/CGCode.php +12 -0
- package/config/medium/RodCuttingProblem/config.json +38 -0
- package/config/medium/RodCuttingProblem/input/01 - example test.txt +6 -0
- package/config/medium/RodCuttingProblem/input/02 - same pieces but longer rod.txt +6 -0
- package/config/medium/RodCuttingProblem/input/03 - more pieces.txt +10 -0
- package/config/medium/RodCuttingProblem/input/04 - big pieces.txt +6 -0
- package/config/medium/RodCuttingProblem/input/05 - many pieces.txt +47 -0
- package/config/medium/RodCuttingProblem/input/06 - huge rod.txt +47 -0
- package/config/medium/RodCuttingProblem/output/01 - example test.txt +1 -0
- package/config/medium/RodCuttingProblem/output/02 - same pieces but longer rod.txt +1 -0
- package/config/medium/RodCuttingProblem/output/03 - more pieces.txt +1 -0
- package/config/medium/RodCuttingProblem/output/04 - big pieces.txt +1 -0
- package/config/medium/RodCuttingProblem/output/05 - many pieces.txt +1 -0
- package/config/medium/RodCuttingProblem/output/06 - huge rod.txt +1 -0
- package/config/medium/SandpileAddition/code/CGCode.js +12 -0
- package/config/medium/SandpileAddition/code/CGCode.php +15 -0
- package/config/medium/SandpileAddition/config.json +48 -0
- package/config/medium/SandpileAddition/input/01 - one simple addition.txt +7 -0
- package/config/medium/SandpileAddition/input/02 - one more simple case.txt +7 -0
- package/config/medium/SandpileAddition/input/03 - a lot of redistribution.txt +7 -0
- package/config/medium/SandpileAddition/input/04 - pretty packed.txt +7 -0
- package/config/medium/SandpileAddition/input/05 - two full sandpiles.txt +7 -0
- package/config/medium/SandpileAddition/input/06 - bigger grid.txt +9 -0
- package/config/medium/SandpileAddition/input/07 - even bigger.txt +11 -0
- package/config/medium/SandpileAddition/input/08 - asymmetric.txt +7 -0
- package/config/medium/SandpileAddition/output/01 - one simple addition.txt +3 -0
- package/config/medium/SandpileAddition/output/02 - one more simple case.txt +3 -0
- package/config/medium/SandpileAddition/output/03 - a lot of redistribution.txt +3 -0
- package/config/medium/SandpileAddition/output/04 - pretty packed.txt +3 -0
- package/config/medium/SandpileAddition/output/05 - two full sandpiles.txt +3 -0
- package/config/medium/SandpileAddition/output/06 - bigger grid.txt +4 -0
- package/config/medium/SandpileAddition/output/07 - even bigger.txt +5 -0
- package/config/medium/SandpileAddition/output/08 - asymmetric.txt +3 -0
- package/config/medium/Scrabble/code/CGCode.php +3 -3
- package/config/medium/SeamCarving/code/CGCode.js +19 -0
- package/config/medium/SeamCarving/code/CGCode.php +18 -0
- package/config/medium/SeamCarving/config.json +58 -0
- package/config/medium/SeamCarving/input/01 - height 8 & width -1.txt +12 -0
- package/config/medium/SeamCarving/input/02 - height 11 & width -1.txt +15 -0
- package/config/medium/SeamCarving/input/03 - height 16 & width -2.txt +20 -0
- package/config/medium/SeamCarving/input/04 - height 19 & width -3.txt +23 -0
- package/config/medium/SeamCarving/input/05 - height 35 & width -10.txt +39 -0
- package/config/medium/SeamCarving/input/06 - height 37 & width -15.txt +41 -0
- package/config/medium/SeamCarving/input/07 - height 60 & width -20.txt +64 -0
- package/config/medium/SeamCarving/input/08 - height 27 & width -25.txt +31 -0
- package/config/medium/SeamCarving/input/09 - height 38 & width -25.txt +42 -0
- package/config/medium/SeamCarving/input/10 - height 35 & width -30.txt +39 -0
- package/config/medium/SeamCarving/output/01 - height 8 & width -1.txt +1 -0
- package/config/medium/SeamCarving/output/02 - height 11 & width -1.txt +1 -0
- package/config/medium/SeamCarving/output/03 - height 16 & width -2.txt +2 -0
- package/config/medium/SeamCarving/output/04 - height 19 & width -3.txt +3 -0
- package/config/medium/SeamCarving/output/05 - height 35 & width -10.txt +10 -0
- package/config/medium/SeamCarving/output/06 - height 37 & width -15.txt +15 -0
- package/config/medium/SeamCarving/output/07 - height 60 & width -20.txt +20 -0
- package/config/medium/SeamCarving/output/08 - height 27 & width -25.txt +25 -0
- package/config/medium/SeamCarving/output/09 - height 38 & width -25.txt +25 -0
- package/config/medium/SeamCarving/output/10 - height 35 & width -30.txt +30 -0
- package/config/medium/ShikakuSolver/code/CGCode.js +14 -0
- package/config/medium/ShikakuSolver/code/CGCode.php +15 -0
- package/config/medium/ShikakuSolver/config.json +33 -0
- package/config/medium/ShikakuSolver/input/01 - 10x10, one solution.txt +11 -0
- package/config/medium/ShikakuSolver/input/02 - 15x20, more solutions.txt +21 -0
- package/config/medium/ShikakuSolver/input/03 - 20x20.txt +21 -0
- package/config/medium/ShikakuSolver/input/04 - 25x20.txt +21 -0
- package/config/medium/ShikakuSolver/input/05 - 30x30.txt +31 -0
- package/config/medium/ShikakuSolver/output/01 - 10x10, one solution.txt +11 -0
- package/config/medium/ShikakuSolver/output/02 - 15x20, more solutions.txt +21 -0
- package/config/medium/ShikakuSolver/output/03 - 20x20.txt +21 -0
- package/config/medium/ShikakuSolver/output/04 - 25x20.txt +21 -0
- package/config/medium/ShikakuSolver/output/05 - 30x30.txt +31 -0
- package/config/medium/ShortAccountsMakeLongFriends/code/CGCode.js +14 -0
- package/config/medium/ShortAccountsMakeLongFriends/code/CGCode.php +9 -0
- package/config/medium/ShortAccountsMakeLongFriends/config.json +38 -0
- package/config/medium/ShortAccountsMakeLongFriends/input/01 - very simple.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/input/02 - bad bad bad.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/input/03 - 425.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/input/04 - 889.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/input/05 - a division.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/input/06 - another division.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/output/01 - very simple.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/output/02 - bad bad bad.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/output/03 - 425.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/output/04 - 889.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/output/05 - a division.txt +2 -0
- package/config/medium/ShortAccountsMakeLongFriends/output/06 - another division.txt +2 -0
- package/config/medium/SimpleFractionToMixedNumber/code/CGCode.js +11 -0
- package/config/medium/SimpleFractionToMixedNumber/code/CGCode.php +14 -0
- package/config/medium/SimpleFractionToMixedNumber/config.json +48 -0
- package/config/medium/SimpleFractionToMixedNumber/input/01 - both integer and fractional parts.txt +3 -0
- package/config/medium/SimpleFractionToMixedNumber/input/02 - integer part only.txt +4 -0
- package/config/medium/SimpleFractionToMixedNumber/input/03 - fractional part only.txt +3 -0
- package/config/medium/SimpleFractionToMixedNumber/input/04 - zero.txt +3 -0
- package/config/medium/SimpleFractionToMixedNumber/input/05 - division by zero.txt +2 -0
- package/config/medium/SimpleFractionToMixedNumber/input/06 - sign handling.txt +3 -0
- package/config/medium/SimpleFractionToMixedNumber/input/07 - some more sign handling.txt +3 -0
- package/config/medium/SimpleFractionToMixedNumber/input/08 - several random cases.txt +14 -0
- package/config/medium/SimpleFractionToMixedNumber/output/01 - both integer and fractional parts.txt +2 -0
- package/config/medium/SimpleFractionToMixedNumber/output/02 - integer part only.txt +3 -0
- package/config/medium/SimpleFractionToMixedNumber/output/03 - fractional part only.txt +2 -0
- package/config/medium/SimpleFractionToMixedNumber/output/04 - zero.txt +2 -0
- package/config/medium/SimpleFractionToMixedNumber/output/05 - division by zero.txt +1 -0
- package/config/medium/SimpleFractionToMixedNumber/output/06 - sign handling.txt +2 -0
- package/config/medium/SimpleFractionToMixedNumber/output/07 - some more sign handling.txt +2 -0
- package/config/medium/SimpleFractionToMixedNumber/output/08 - several random cases.txt +13 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/code/CGCode.js +16 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/code/CGCode.php +20 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/config.json +48 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/01 - start from Go.txt +50 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/02 - not start from Go.txt +48 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/03 - around the board.txt +50 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/04 - lucky doubles.txt +52 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/05 - go to jail.txt +53 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/06 - early release.txt +49 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/07 - friends forever.txt +56 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/input/08 - big run.txt +105 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/01 - start from Go.txt +2 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/02 - not start from Go.txt +2 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/03 - around the board.txt +2 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/04 - lucky doubles.txt +2 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/05 - go to jail.txt +2 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/06 - early release.txt +2 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/07 - friends forever.txt +4 -0
- package/config/medium/SimplifiedMonopolyTurnsPrediction/output/08 - big run.txt +6 -0
- package/config/medium/SmoothFactory/code/CGCode.js +6 -0
- package/config/medium/SmoothFactory/code/CGCode.php +7 -0
- package/config/medium/SmoothFactory/config.json +28 -0
- package/config/medium/SmoothFactory/input/01 - example.txt +1 -0
- package/config/medium/SmoothFactory/input/02 - reading comprehension.txt +1 -0
- package/config/medium/SmoothFactory/input/03 - medium figures.txt +1 -0
- package/config/medium/SmoothFactory/input/04 - large figures.txt +1 -0
- package/config/medium/SmoothFactory/output/01 - example.txt +1 -0
- package/config/medium/SmoothFactory/output/02 - reading comprehension.txt +1 -0
- package/config/medium/SmoothFactory/output/03 - medium figures.txt +1 -0
- package/config/medium/SmoothFactory/output/04 - large figures.txt +1 -0
- package/config/medium/SnakeEncoding/code/CGCode.js +10 -0
- package/config/medium/SnakeEncoding/code/CGCode.php +12 -0
- package/config/medium/SnakeEncoding/config.json +28 -0
- package/config/medium/SnakeEncoding/input/01 - easy peasy.txt +5 -0
- package/config/medium/SnakeEncoding/input/02 - more rows.txt +7 -0
- package/config/medium/SnakeEncoding/input/03 - more loops.txt +9 -0
- package/config/medium/SnakeEncoding/input/04 - let/342/200/231s try everything.txt" +12 -0
- package/config/medium/SnakeEncoding/output/01 - easy peasy.txt +3 -0
- package/config/medium/SnakeEncoding/output/02 - more rows.txt +5 -0
- package/config/medium/SnakeEncoding/output/03 - more loops.txt +7 -0
- package/config/medium/SnakeEncoding/output/04 - let/342/200/231s try everything.txt" +10 -0
- package/config/medium/SolidInteger/code/CGCode.js +6 -0
- package/config/medium/SolidInteger/code/CGCode.php +7 -0
- package/config/medium/SolidInteger/config.json +53 -0
- package/config/medium/SolidInteger/input/01 - starting small.txt +1 -0
- package/config/medium/SolidInteger/input/02 - medium test.txt +1 -0
- package/config/medium/SolidInteger/input/03 - 100k.txt +1 -0
- package/config/medium/SolidInteger/input/04 - smart solution.txt +1 -0
- package/config/medium/SolidInteger/input/05 - output might overflow.txt +1 -0
- package/config/medium/SolidInteger/input/06 - single digit.txt +1 -0
- package/config/medium/SolidInteger/input/07 - another small.txt +1 -0
- package/config/medium/SolidInteger/input/08 - another medium.txt +1 -0
- package/config/medium/SolidInteger/input/09 - another large.txt +1 -0
- package/config/medium/SolidInteger/output/01 - starting small.txt +1 -0
- package/config/medium/SolidInteger/output/02 - medium test.txt +1 -0
- package/config/medium/SolidInteger/output/03 - 100k.txt +1 -0
- package/config/medium/SolidInteger/output/04 - smart solution.txt +1 -0
- package/config/medium/SolidInteger/output/05 - output might overflow.txt +1 -0
- package/config/medium/SolidInteger/output/06 - single digit.txt +1 -0
- package/config/medium/SolidInteger/output/07 - another small.txt +1 -0
- package/config/medium/SolidInteger/output/08 - another medium.txt +1 -0
- package/config/medium/SolidInteger/output/09 - another large.txt +1 -0
- package/config/medium/SourceCodeAnalyser/code/CGCode.js +9 -0
- package/config/medium/SourceCodeAnalyser/code/CGCode.php +11 -0
- package/config/medium/SourceCodeAnalyser/config.json +88 -0
- package/config/medium/SourceCodeAnalyser/input/01 - example.txt +6 -0
- package/config/medium/SourceCodeAnalyser/input/02 - test 2 one liner.txt +2 -0
- package/config/medium/SourceCodeAnalyser/input/03 - test 3 simple test with multiple lines, also with _ and numbers in identifiers.txt +5 -0
- package/config/medium/SourceCodeAnalyser/input/04 - test 4 reserved keyword is not a function call.txt +6 -0
- package/config/medium/SourceCodeAnalyser/input/05 - test 5 single line comment.txt +4 -0
- package/config/medium/SourceCodeAnalyser/input/06 - test 6 multi-line comment.txt +8 -0
- package/config/medium/SourceCodeAnalyser/input/07 - test 7 within a comment.txt +4 -0
- package/config/medium/SourceCodeAnalyser/input/08 - test 8 string literals.txt +7 -0
- package/config/medium/SourceCodeAnalyser/input/09 - test 9 mixing quotes.txt +5 -0
- package/config/medium/SourceCodeAnalyser/input/10 - test 10 reserved keywords.txt +9 -0
- package/config/medium/SourceCodeAnalyser/input/11 - test 11 user defined function.txt +9 -0
- package/config/medium/SourceCodeAnalyser/input/12 - test 12 no function call.txt +4 -0
- package/config/medium/SourceCodeAnalyser/input/13 - test 13 case sensitive names.txt +6 -0
- package/config/medium/SourceCodeAnalyser/input/14 - test 14 function name from variable.txt +5 -0
- package/config/medium/SourceCodeAnalyser/input/15 - test 15 multiple whitespaces.txt +11 -0
- package/config/medium/SourceCodeAnalyser/input/16 - test 16 real life example.txt +142 -0
- package/config/medium/SourceCodeAnalyser/output/01 - example.txt +2 -0
- package/config/medium/SourceCodeAnalyser/output/02 - test 2 one liner.txt +1 -0
- package/config/medium/SourceCodeAnalyser/output/03 - test 3 simple test with multiple lines, also with _ and numbers in identifiers.txt +3 -0
- package/config/medium/SourceCodeAnalyser/output/04 - test 4 reserved keyword is not a function call.txt +2 -0
- package/config/medium/SourceCodeAnalyser/output/05 - test 5 single line comment.txt +2 -0
- package/config/medium/SourceCodeAnalyser/output/06 - test 6 multi-line comment.txt +2 -0
- package/config/medium/SourceCodeAnalyser/output/07 - test 7 within a comment.txt +2 -0
- package/config/medium/SourceCodeAnalyser/output/08 - test 8 string literals.txt +2 -0
- package/config/medium/SourceCodeAnalyser/output/09 - test 9 mixing quotes.txt +2 -0
- package/config/medium/SourceCodeAnalyser/output/10 - test 10 reserved keywords.txt +3 -0
- package/config/medium/SourceCodeAnalyser/output/11 - test 11 user defined function.txt +3 -0
- package/config/medium/SourceCodeAnalyser/output/12 - test 12 no function call.txt +1 -0
- package/config/medium/SourceCodeAnalyser/output/13 - test 13 case sensitive names.txt +4 -0
- package/config/medium/SourceCodeAnalyser/output/14 - test 14 function name from variable.txt +1 -0
- package/config/medium/SourceCodeAnalyser/output/15 - test 15 multiple whitespaces.txt +3 -0
- package/config/medium/SourceCodeAnalyser/output/16 - test 16 real life example.txt +7 -0
- package/config/medium/StickyKeyboard/code/CGCode.js +11 -0
- package/config/medium/StickyKeyboard/code/CGCode.php +14 -0
- package/config/medium/StickyKeyboard/config.json +43 -0
- package/config/medium/StickyKeyboard/input/01 - if it aint broke.txt +2 -0
- package/config/medium/StickyKeyboard/input/02 - one repeat letterr.txt +2 -0
- package/config/medium/StickyKeyboard/input/03 - repeat earlier.txt +3 -0
- package/config/medium/StickyKeyboard/input/04 - dropped letters.txt +6 -0
- package/config/medium/StickyKeyboard/input/05 - so much stickiness.txt +17 -0
- package/config/medium/StickyKeyboard/input/06 - zorbishian alien language.txt +16 -0
- package/config/medium/StickyKeyboard/input/07 - example.txt +7 -0
- package/config/medium/StickyKeyboard/output/01 - if it aint broke.txt +1 -0
- package/config/medium/StickyKeyboard/output/02 - one repeat letterr.txt +1 -0
- package/config/medium/StickyKeyboard/output/03 - repeat earlier.txt +2 -0
- package/config/medium/StickyKeyboard/output/04 - dropped letters.txt +5 -0
- package/config/medium/StickyKeyboard/output/05 - so much stickiness.txt +16 -0
- package/config/medium/StickyKeyboard/output/06 - zorbishian alien language.txt +15 -0
- package/config/medium/StickyKeyboard/output/07 - example.txt +6 -0
- package/config/medium/StockExchangeLosses/code/CGCode.php +2 -2
- package/config/medium/SudokuSolver/code/CGCode.js +8 -0
- package/config/medium/SudokuSolver/code/CGCode.php +10 -0
- package/config/medium/SudokuSolver/config.json +28 -0
- package/config/medium/SudokuSolver/input/01 - very easy.txt +9 -0
- package/config/medium/SudokuSolver/input/02 - easy.txt +9 -0
- package/config/medium/SudokuSolver/input/03 - intermediate hard.txt +9 -0
- package/config/medium/SudokuSolver/input/04 - worlds hardest sudoku.txt +9 -0
- package/config/medium/SudokuSolver/output/01 - very easy.txt +9 -0
- package/config/medium/SudokuSolver/output/02 - easy.txt +9 -0
- package/config/medium/SudokuSolver/output/03 - intermediate hard.txt +9 -0
- package/config/medium/SudokuSolver/output/04 - worlds hardest sudoku.txt +9 -0
- package/config/medium/SuguruSolver/code/CGCode.js +11 -0
- package/config/medium/SuguruSolver/code/CGCode.php +11 -0
- package/config/medium/SuguruSolver/config.json +28 -0
- package/config/medium/SuguruSolver/input/01 - 4x5.txt +6 -0
- package/config/medium/SuguruSolver/input/02 - 8x8.txt +9 -0
- package/config/medium/SuguruSolver/input/03 - 15x10.txt +11 -0
- package/config/medium/SuguruSolver/input/04 - 20x20.txt +21 -0
- package/config/medium/SuguruSolver/output/01 - 4x5.txt +5 -0
- package/config/medium/SuguruSolver/output/02 - 8x8.txt +8 -0
- package/config/medium/SuguruSolver/output/03 - 15x10.txt +10 -0
- package/config/medium/SuguruSolver/output/04 - 20x20.txt +20 -0
- package/config/medium/SumOfDivisors/code/CGCode.js +6 -0
- package/config/medium/SumOfDivisors/code/CGCode.php +7 -0
- package/config/medium/SumOfDivisors/config.json +28 -0
- package/config/medium/SumOfDivisors/input/01 - test 1.txt +1 -0
- package/config/medium/SumOfDivisors/input/02 - test 2.txt +1 -0
- package/config/medium/SumOfDivisors/input/03 - test 3.txt +1 -0
- package/config/medium/SumOfDivisors/input/04 - no brute-force here.txt +1 -0
- package/config/medium/SumOfDivisors/output/01 - test 1.txt +1 -0
- package/config/medium/SumOfDivisors/output/02 - test 2.txt +1 -0
- package/config/medium/SumOfDivisors/output/03 - test 3.txt +1 -0
- package/config/medium/SumOfDivisors/output/04 - no brute-force here.txt +1 -0
- package/config/medium/Surakarta/code/CGCode.js +8 -0
- package/config/medium/Surakarta/code/CGCode.php +10 -0
- package/config/medium/Surakarta/config.json +58 -0
- package/config/medium/Surakarta/input/01 - around the world.txt +6 -0
- package/config/medium/Surakarta/input/02 - multiple ways.txt +6 -0
- package/config/medium/Surakarta/input/03 - impossible.txt +6 -0
- package/config/medium/Surakarta/input/04 - pass on yourself.txt +6 -0
- package/config/medium/Surakarta/input/05 - angles are not OK.txt +6 -0
- package/config/medium/Surakarta/input/06 - we have a problem.txt +6 -0
- package/config/medium/Surakarta/input/07 - it works.txt +6 -0
- package/config/medium/Surakarta/input/08 - number test.txt +6 -0
- package/config/medium/Surakarta/input/09 - crossway.txt +6 -0
- package/config/medium/Surakarta/input/10 - real test.txt +6 -0
- package/config/medium/Surakarta/output/01 - around the world.txt +1 -0
- package/config/medium/Surakarta/output/02 - multiple ways.txt +1 -0
- package/config/medium/Surakarta/output/03 - impossible.txt +1 -0
- package/config/medium/Surakarta/output/04 - pass on yourself.txt +1 -0
- package/config/medium/Surakarta/output/05 - angles are not OK.txt +1 -0
- package/config/medium/Surakarta/output/06 - we have a problem.txt +1 -0
- package/config/medium/Surakarta/output/07 - it works.txt +1 -0
- package/config/medium/Surakarta/output/08 - number test.txt +1 -0
- package/config/medium/Surakarta/output/09 - crossway.txt +1 -0
- package/config/medium/Surakarta/output/10 - real test.txt +1 -0
- package/config/medium/TargetFiring/code/CGCode.js +13 -0
- package/config/medium/TargetFiring/code/CGCode.php +11 -0
- package/config/medium/TargetFiring/config.json +48 -0
- package/config/medium/TargetFiring/input/01 - strongest first.txt +3 -0
- package/config/medium/TargetFiring/input/02 - tankiest last.txt +3 -0
- package/config/medium/TargetFiring/input/03 - strongest and tankiest.txt +3 -0
- package/config/medium/TargetFiring/input/04 - boss and mooks.txt +6 -0
- package/config/medium/TargetFiring/input/05 - the swarm.txt +51 -0
- package/config/medium/TargetFiring/input/06 - not the shiny paint!.txt +11 -0
- package/config/medium/TargetFiring/input/07 - close call.txt +21 -0
- package/config/medium/TargetFiring/input/08 - tickle wars.txt +3 -0
- package/config/medium/TargetFiring/output/01 - strongest first.txt +1 -0
- package/config/medium/TargetFiring/output/02 - tankiest last.txt +1 -0
- package/config/medium/TargetFiring/output/03 - strongest and tankiest.txt +1 -0
- package/config/medium/TargetFiring/output/04 - boss and mooks.txt +1 -0
- package/config/medium/TargetFiring/output/05 - the swarm.txt +1 -0
- package/config/medium/TargetFiring/output/06 - not the shiny paint!.txt +1 -0
- package/config/medium/TargetFiring/output/07 - close call.txt +1 -0
- package/config/medium/TargetFiring/output/08 - tickle wars.txt +1 -0
- package/config/medium/TelephoneNumbers/code/CGCode.php +2 -2
- package/config/medium/TexasHoldem/code/CGCode.js +8 -0
- package/config/medium/TexasHoldem/code/CGCode.php +9 -0
- package/config/medium/TexasHoldem/config.json +48 -0
- package/config/medium/TexasHoldem/input/01 - test 1 - high card.txt +3 -0
- package/config/medium/TexasHoldem/input/02 - test 2 - high card, last kicker.txt +3 -0
- package/config/medium/TexasHoldem/input/03 - test 3 - flush.txt +3 -0
- package/config/medium/TexasHoldem/input/04 - test 4 - straight flush vs flush.txt +3 -0
- package/config/medium/TexasHoldem/input/05 - test 5 - full house.txt +3 -0
- package/config/medium/TexasHoldem/input/06 - test 6 - best two pair.txt +3 -0
- package/config/medium/TexasHoldem/input/07 - test 7 - three vs four of a kind.txt +3 -0
- package/config/medium/TexasHoldem/input/08 - test 8 - draw.txt +3 -0
- package/config/medium/TexasHoldem/output/01 - test 1 - high card.txt +1 -0
- package/config/medium/TexasHoldem/output/02 - test 2 - high card, last kicker.txt +1 -0
- package/config/medium/TexasHoldem/output/03 - test 3 - flush.txt +1 -0
- package/config/medium/TexasHoldem/output/04 - test 4 - straight flush vs flush.txt +1 -0
- package/config/medium/TexasHoldem/output/05 - test 5 - full house.txt +1 -0
- package/config/medium/TexasHoldem/output/06 - test 6 - best two pair.txt +1 -0
- package/config/medium/TexasHoldem/output/07 - test 7 - three vs four of a kind.txt +1 -0
- package/config/medium/TexasHoldem/output/08 - test 8 - draw.txt +1 -0
- package/config/medium/TextAlignment/code/CGCode.js +10 -0
- package/config/medium/TextAlignment/code/CGCode.php +12 -0
- package/config/medium/TextAlignment/config.json +28 -0
- package/config/medium/TextAlignment/input/01 - test 1.txt +6 -0
- package/config/medium/TextAlignment/input/02 - test 2.txt +6 -0
- package/config/medium/TextAlignment/input/03 - test 3.txt +6 -0
- package/config/medium/TextAlignment/input/04 - test 4.txt +6 -0
- package/config/medium/TextAlignment/output/01 - test 1.txt +4 -0
- package/config/medium/TextAlignment/output/02 - test 2.txt +4 -0
- package/config/medium/TextAlignment/output/03 - test 3.txt +4 -0
- package/config/medium/TextAlignment/output/04 - test 4.txt +4 -0
- package/config/medium/TheGift/code/CGCode.php +3 -3
- package/config/medium/TheGrandFestivalI/code/CGCode.js +10 -0
- package/config/medium/TheGrandFestivalI/code/CGCode.php +7 -0
- package/config/medium/TheGrandFestivalI/config.json +53 -0
- package/config/medium/TheGrandFestivalI/input/01 - 1 week.txt +9 -0
- package/config/medium/TheGrandFestivalI/input/02 - 2 weeks.txt +16 -0
- package/config/medium/TheGrandFestivalI/input/03 - no rest.txt +12 -0
- package/config/medium/TheGrandFestivalI/input/04 - fatigued.txt +9 -0
- package/config/medium/TheGrandFestivalI/input/05 - long tour.txt +22 -0
- package/config/medium/TheGrandFestivalI/input/06 - longer tour.txt +52 -0
- package/config/medium/TheGrandFestivalI/input/07 - 70 days!.txt +72 -0
- package/config/medium/TheGrandFestivalI/input/08 - centurion.txt +102 -0
- package/config/medium/TheGrandFestivalI/input/09 - year long.txt +367 -0
- package/config/medium/TheGrandFestivalI/output/01 - 1 week.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/02 - 2 weeks.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/03 - no rest.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/04 - fatigued.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/05 - long tour.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/06 - longer tour.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/07 - 70 days!.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/08 - centurion.txt +1 -0
- package/config/medium/TheGrandFestivalI/output/09 - year long.txt +1 -0
- package/config/medium/TheGrandFestivalII/code/CGCode.js +5 -0
- package/config/medium/TheGrandFestivalII/code/CGCode.php +7 -0
- package/config/medium/TheGrandFestivalII/config.json +33 -0
- package/config/medium/TheGrandFestivalII/input/01 - easy.txt +9 -0
- package/config/medium/TheGrandFestivalII/input/02 - 2 weeks.txt +16 -0
- package/config/medium/TheGrandFestivalII/input/03 - no rest.txt +12 -0
- package/config/medium/TheGrandFestivalII/input/04 - fatigued.txt +9 -0
- package/config/medium/TheGrandFestivalII/input/05 - 1 year.txt +102 -0
- package/config/medium/TheGrandFestivalII/output/01 - easy.txt +1 -0
- package/config/medium/TheGrandFestivalII/output/02 - 2 weeks.txt +1 -0
- package/config/medium/TheGrandFestivalII/output/03 - no rest.txt +1 -0
- package/config/medium/TheGrandFestivalII/output/04 - fatigued.txt +1 -0
- package/config/medium/TheGrandFestivalII/output/05 - 1 year.txt +1 -0
- package/config/medium/TheLostChildEpisode1/code/CGCode.js +8 -0
- package/config/medium/TheLostChildEpisode1/code/CGCode.php +10 -0
- package/config/medium/TheLostChildEpisode1/config.json +33 -0
- package/config/medium/TheLostChildEpisode1/input/01 - lost in playground.txt +10 -0
- package/config/medium/TheLostChildEpisode1/input/02 - lost in paris.txt +10 -0
- package/config/medium/TheLostChildEpisode1/input/03 - lost in jungle.txt +10 -0
- package/config/medium/TheLostChildEpisode1/input/04 - lost in maze runner.txt +10 -0
- package/config/medium/TheLostChildEpisode1/input/05 - lost in space.txt +10 -0
- package/config/medium/TheLostChildEpisode1/output/01 - lost in playground.txt +1 -0
- package/config/medium/TheLostChildEpisode1/output/02 - lost in paris.txt +1 -0
- package/config/medium/TheLostChildEpisode1/output/03 - lost in jungle.txt +1 -0
- package/config/medium/TheLostChildEpisode1/output/04 - lost in maze runner.txt +1 -0
- package/config/medium/TheLostChildEpisode1/output/05 - lost in space.txt +1 -0
- package/config/medium/TheLostFiles/code/CGCode.js +11 -0
- package/config/medium/TheLostFiles/code/CGCode.php +11 -0
- package/config/medium/TheLostFiles/config.json +28 -0
- package/config/medium/TheLostFiles/input/01 - small example.txt +14 -0
- package/config/medium/TheLostFiles/input/02 - single continent with big tiles.txt +102 -0
- package/config/medium/TheLostFiles/input/03 - many islands.txt +101 -0
- package/config/medium/TheLostFiles/input/04 - complex map.txt +503 -0
- package/config/medium/TheLostFiles/output/01 - small example.txt +1 -0
- package/config/medium/TheLostFiles/output/02 - single continent with big tiles.txt +1 -0
- package/config/medium/TheLostFiles/output/03 - many islands.txt +1 -0
- package/config/medium/TheLostFiles/output/04 - complex map.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/code/CGCode.js +6 -0
- package/config/medium/TheOptimalUrinalProblem/code/CGCode.php +7 -0
- package/config/medium/TheOptimalUrinalProblem/config.json +48 -0
- package/config/medium/TheOptimalUrinalProblem/input/01 - tiny toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/input/02 - small toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/input/03 - medium-sized toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/input/04 - It is not always the first.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/input/05 - huge toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/input/06 - toilet island.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/input/07 - toilet world.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/input/08 - toilet universe.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/01 - tiny toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/02 - small toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/03 - medium-sized toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/04 - It is not always the first.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/05 - huge toilet.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/06 - toilet island.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/07 - toilet world.txt +1 -0
- package/config/medium/TheOptimalUrinalProblem/output/08 - toilet universe.txt +1 -0
- package/config/medium/ThePolishDictionary/code/CGCode.js +10 -0
- package/config/medium/ThePolishDictionary/code/CGCode.php +12 -0
- package/config/medium/ThePolishDictionary/config.json +48 -0
- package/config/medium/ThePolishDictionary/input/01 - simple test.txt +2 -0
- package/config/medium/ThePolishDictionary/input/02 - no parentheses needed.txt +2 -0
- package/config/medium/ThePolishDictionary/input/03 - simple parentheses.txt +2 -0
- package/config/medium/ThePolishDictionary/input/04 - multiple layers.txt +2 -0
- package/config/medium/ThePolishDictionary/input/05 - parentheses inisde other parentheses.txt +2 -0
- package/config/medium/ThePolishDictionary/input/06 - variables.txt +2 -0
- package/config/medium/ThePolishDictionary/input/07 - tree divisions.txt +2 -0
- package/config/medium/ThePolishDictionary/input/08 - big test.txt +2 -0
- package/config/medium/ThePolishDictionary/output/01 - simple test.txt +1 -0
- package/config/medium/ThePolishDictionary/output/02 - no parentheses needed.txt +1 -0
- package/config/medium/ThePolishDictionary/output/03 - simple parentheses.txt +1 -0
- package/config/medium/ThePolishDictionary/output/04 - multiple layers.txt +1 -0
- package/config/medium/ThePolishDictionary/output/05 - parentheses inisde other parentheses.txt +1 -0
- package/config/medium/ThePolishDictionary/output/06 - variables.txt +1 -0
- package/config/medium/ThePolishDictionary/output/07 - tree divisions.txt +1 -0
- package/config/medium/ThePolishDictionary/output/08 - big test.txt +1 -0
- package/config/medium/TheStonemason/code/CGCode.js +6 -0
- package/config/medium/TheStonemason/code/CGCode.php +7 -0
- package/config/medium/TheStonemason/config.json +53 -0
- package/config/medium/TheStonemason/input/01 - one.txt +1 -0
- package/config/medium/TheStonemason/input/02 - three.txt +1 -0
- package/config/medium/TheStonemason/input/03 - five.txt +1 -0
- package/config/medium/TheStonemason/input/04 - seven.txt +1 -0
- package/config/medium/TheStonemason/input/05 - nine.txt +1 -0
- package/config/medium/TheStonemason/input/06 - eleven.txt +1 -0
- package/config/medium/TheStonemason/input/07 - thirteen.txt +1 -0
- package/config/medium/TheStonemason/input/08 - fifteen.txt +1 -0
- package/config/medium/TheStonemason/input/09 - hey hey.txt +1 -0
- package/config/medium/TheStonemason/output/01 - one.txt +1 -0
- package/config/medium/TheStonemason/output/02 - three.txt +1 -0
- package/config/medium/TheStonemason/output/03 - five.txt +1 -0
- package/config/medium/TheStonemason/output/04 - seven.txt +1 -0
- package/config/medium/TheStonemason/output/05 - nine.txt +1 -0
- package/config/medium/TheStonemason/output/06 - eleven.txt +1 -0
- package/config/medium/TheStonemason/output/07 - thirteen.txt +1 -0
- package/config/medium/TheStonemason/output/08 - fifteen.txt +1 -0
- package/config/medium/TheStonemason/output/09 - hey hey.txt +1 -0
- package/config/medium/TheUrinalProblem/code/CGCode.js +7 -0
- package/config/medium/TheUrinalProblem/code/CGCode.php +8 -0
- package/config/medium/TheUrinalProblem/config.json +28 -0
- package/config/medium/TheUrinalProblem/input/01 - small bathroom.txt +2 -0
- package/config/medium/TheUrinalProblem/input/02 - school bathroom.txt +2 -0
- package/config/medium/TheUrinalProblem/input/03 - sporting event.txt +2 -0
- package/config/medium/TheUrinalProblem/input/04 - mostly empty.txt +2 -0
- package/config/medium/TheUrinalProblem/output/01 - small bathroom.txt +1 -0
- package/config/medium/TheUrinalProblem/output/02 - school bathroom.txt +1 -0
- package/config/medium/TheUrinalProblem/output/03 - sporting event.txt +1 -0
- package/config/medium/TheUrinalProblem/output/04 - mostly empty.txt +1 -0
- package/config/medium/TheVoucher/code/CGCode.js +10 -0
- package/config/medium/TheVoucher/code/CGCode.php +12 -0
- package/config/medium/TheVoucher/config.json +33 -0
- package/config/medium/TheVoucher/input/01 - example.txt +6 -0
- package/config/medium/TheVoucher/input/02 - 3 copies of each.txt +6 -0
- package/config/medium/TheVoucher/input/03 - many solutions.txt +6 -0
- package/config/medium/TheVoucher/input/04 - different products with same price.txt +6 -0
- package/config/medium/TheVoucher/input/05 - more money.txt +18 -0
- package/config/medium/TheVoucher/output/01 - example.txt +1 -0
- package/config/medium/TheVoucher/output/02 - 3 copies of each.txt +1 -0
- package/config/medium/TheVoucher/output/03 - many solutions.txt +1 -0
- package/config/medium/TheVoucher/output/04 - different products with same price.txt +1 -0
- package/config/medium/TheVoucher/output/05 - more money.txt +1 -0
- package/config/medium/TheseRomansAreCrazy/code/CGCode.js +2 -0
- package/config/medium/TheseRomansAreCrazy/code/CGCode.php +3 -0
- package/config/medium/TheseRomansAreCrazy/config.json +28 -0
- package/config/medium/TheseRomansAreCrazy/input/01 - 6 + 7 = 13.txt +2 -0
- package/config/medium/TheseRomansAreCrazy/input/02 - 12 + 27 = 39.txt +2 -0
- package/config/medium/TheseRomansAreCrazy/input/03 - 123 + 321 = 444.txt +2 -0
- package/config/medium/TheseRomansAreCrazy/input/04 - 2016 + 999 = 3015.txt +2 -0
- package/config/medium/TheseRomansAreCrazy/output/01 - 6 + 7 = 13.txt +1 -0
- package/config/medium/TheseRomansAreCrazy/output/02 - 12 + 27 = 39.txt +1 -0
- package/config/medium/TheseRomansAreCrazy/output/03 - 123 + 321 = 444.txt +1 -0
- package/config/medium/TheseRomansAreCrazy/output/04 - 2016 + 999 = 3015.txt +1 -0
- package/config/medium/ThreeByNTiling/code/CGCode.js +13 -0
- package/config/medium/ThreeByNTiling/code/CGCode.php +14 -0
- package/config/medium/ThreeByNTiling/config.json +63 -0
- package/config/medium/ThreeByNTiling/input/01 - 1/303/227N possible.txt" +3 -0
- package/config/medium/ThreeByNTiling/input/02 - 1/303/227N impossible.txt" +3 -0
- package/config/medium/ThreeByNTiling/input/03 - 1/303/227N mixed.txt" +6 -0
- package/config/medium/ThreeByNTiling/input/04 - 2/303/227N simple.txt" +4 -0
- package/config/medium/ThreeByNTiling/input/05 - 2/303/227N intermediate.txt" +11 -0
- package/config/medium/ThreeByNTiling/input/06 - 2/303/227N advanced.txt" +11 -0
- package/config/medium/ThreeByNTiling/input/07 - 3/303/227N simple.txt" +4 -0
- package/config/medium/ThreeByNTiling/input/08 - 3/303/227N intermediate.txt" +11 -0
- package/config/medium/ThreeByNTiling/input/09 - 3/303/227N advanced.txt" +11 -0
- package/config/medium/ThreeByNTiling/input/10 - mixed.txt +11 -0
- package/config/medium/ThreeByNTiling/input/11 - you might want to check these.txt +11 -0
- package/config/medium/ThreeByNTiling/output/01 - 1/303/227N possible.txt" +2 -0
- package/config/medium/ThreeByNTiling/output/02 - 1/303/227N impossible.txt" +2 -0
- package/config/medium/ThreeByNTiling/output/03 - 1/303/227N mixed.txt" +5 -0
- package/config/medium/ThreeByNTiling/output/04 - 2/303/227N simple.txt" +3 -0
- package/config/medium/ThreeByNTiling/output/05 - 2/303/227N intermediate.txt" +10 -0
- package/config/medium/ThreeByNTiling/output/06 - 2/303/227N advanced.txt" +10 -0
- package/config/medium/ThreeByNTiling/output/07 - 3/303/227N simple.txt" +3 -0
- package/config/medium/ThreeByNTiling/output/08 - 3/303/227N intermediate.txt" +10 -0
- package/config/medium/ThreeByNTiling/output/09 - 3/303/227N advanced.txt" +10 -0
- package/config/medium/ThreeByNTiling/output/10 - mixed.txt +10 -0
- package/config/medium/ThreeByNTiling/output/11 - you might want to check these.txt +10 -0
- package/config/medium/ThreeDPrinter/code/CGCode.js +17 -0
- package/config/medium/ThreeDPrinter/code/CGCode.php +21 -0
- package/config/medium/ThreeDPrinter/config.json +43 -0
- package/config/medium/ThreeDPrinter/input/01 - example.txt +14 -0
- package/config/medium/ThreeDPrinter/input/02 - weird shape.txt +15 -0
- package/config/medium/ThreeDPrinter/input/03 - WHAT THE....txt +44 -0
- package/config/medium/ThreeDPrinter/input/04 - hole.txt +11 -0
- package/config/medium/ThreeDPrinter/input/05 - cube with a hole.txt +21 -0
- package/config/medium/ThreeDPrinter/input/06 - a mug.txt +24 -0
- package/config/medium/ThreeDPrinter/input/07 - a chair.txt +37 -0
- package/config/medium/ThreeDPrinter/output/01 - example.txt +10 -0
- package/config/medium/ThreeDPrinter/output/02 - weird shape.txt +15 -0
- package/config/medium/ThreeDPrinter/output/03 - WHAT THE....txt +40 -0
- package/config/medium/ThreeDPrinter/output/04 - hole.txt +10 -0
- package/config/medium/ThreeDPrinter/output/05 - cube with a hole.txt +42 -0
- package/config/medium/ThreeDPrinter/output/06 - a mug.txt +48 -0
- package/config/medium/ThreeDPrinter/output/07 - a chair.txt +117 -0
- package/config/medium/TrainPassenger/code/CGCode.js +13 -0
- package/config/medium/TrainPassenger/code/CGCode.php +13 -0
- package/config/medium/TrainPassenger/config.json +43 -0
- package/config/medium/TrainPassenger/input/01 - simple A to B.txt +4 -0
- package/config/medium/TrainPassenger/input/02 - more stations.txt +5 -0
- package/config/medium/TrainPassenger/input/03 - even more stations.txt +28 -0
- package/config/medium/TrainPassenger/input/04 - not in correct order.txt +7 -0
- package/config/medium/TrainPassenger/input/05 - complex names.txt +5 -0
- package/config/medium/TrainPassenger/input/06 - complex stations links.txt +20 -0
- package/config/medium/TrainPassenger/input/07 - complete test.txt +11 -0
- package/config/medium/TrainPassenger/output/01 - simple A to B.txt +1 -0
- package/config/medium/TrainPassenger/output/02 - more stations.txt +1 -0
- package/config/medium/TrainPassenger/output/03 - even more stations.txt +1 -0
- package/config/medium/TrainPassenger/output/04 - not in correct order.txt +1 -0
- package/config/medium/TrainPassenger/output/05 - complex names.txt +1 -0
- package/config/medium/TrainPassenger/output/06 - complex stations links.txt +1 -0
- package/config/medium/TrainPassenger/output/07 - complete test.txt +1 -0
- package/config/medium/Trits/code/CGCode.js +8 -0
- package/config/medium/Trits/code/CGCode.php +9 -0
- package/config/medium/Trits/config.json +53 -0
- package/config/medium/Trits/input/01 - addition.txt +3 -0
- package/config/medium/Trits/input/02 - subtraction.txt +3 -0
- package/config/medium/Trits/input/03 - multiplication.txt +3 -0
- package/config/medium/Trits/input/04 - shift up.txt +3 -0
- package/config/medium/Trits/input/05 - shift down.txt +3 -0
- package/config/medium/Trits/input/06 - larger addition.txt +3 -0
- package/config/medium/Trits/input/07 - too much shift down.txt +3 -0
- package/config/medium/Trits/input/08 - larger subtraction.txt +3 -0
- package/config/medium/Trits/input/09 - larger shift up.txt +3 -0
- package/config/medium/Trits/output/01 - addition.txt +1 -0
- package/config/medium/Trits/output/02 - subtraction.txt +1 -0
- package/config/medium/Trits/output/03 - multiplication.txt +1 -0
- package/config/medium/Trits/output/04 - shift up.txt +1 -0
- package/config/medium/Trits/output/05 - shift down.txt +1 -0
- package/config/medium/Trits/output/06 - larger addition.txt +1 -0
- package/config/medium/Trits/output/07 - too much shift down.txt +1 -0
- package/config/medium/Trits/output/08 - larger subtraction.txt +1 -0
- package/config/medium/Trits/output/09 - larger shift up.txt +1 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/code/CGCode.js +6 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/code/CGCode.php +7 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/config.json +28 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/01 - simple move.txt +1 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/02 - reverse move.txt +1 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/03 - square move.txt +1 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/input/04 - classical algorithms.txt +1 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/01 - simple move.txt +2 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/02 - reverse move.txt +2 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/03 - square move.txt +2 -0
- package/config/medium/TwoByTwoByTwoRubiksCubeMovements/output/04 - classical algorithms.txt +2 -0
- package/config/medium/TwoPlayerGameOnACalculator/code/CGCode.js +6 -0
- package/config/medium/TwoPlayerGameOnACalculator/code/CGCode.php +7 -0
- package/config/medium/TwoPlayerGameOnACalculator/config.json +28 -0
- package/config/medium/TwoPlayerGameOnACalculator/input/01 - test 1.txt +1 -0
- package/config/medium/TwoPlayerGameOnACalculator/input/02 - test 2.txt +1 -0
- package/config/medium/TwoPlayerGameOnACalculator/input/03 - test 3.txt +1 -0
- package/config/medium/TwoPlayerGameOnACalculator/input/04 - test 4.txt +1 -0
- package/config/medium/TwoPlayerGameOnACalculator/output/01 - test 1.txt +1 -0
- package/config/medium/TwoPlayerGameOnACalculator/output/02 - test 2.txt +1 -0
- package/config/medium/TwoPlayerGameOnACalculator/output/03 - test 3.txt +1 -0
- package/config/medium/TwoPlayerGameOnACalculator/output/04 - test 4.txt +1 -0
- package/config/medium/TwoPointFiveDMaze/code/CGCode.js +17 -0
- package/config/medium/TwoPointFiveDMaze/code/CGCode.php +13 -0
- package/config/medium/TwoPointFiveDMaze/config.json +28 -0
- package/config/medium/TwoPointFiveDMaze/input/01 - simple maze.txt +9 -0
- package/config/medium/TwoPointFiveDMaze/input/02 - with slopes.txt +11 -0
- package/config/medium/TwoPointFiveDMaze/input/03 - with bridges.txt +11 -0
- package/config/medium/TwoPointFiveDMaze/input/04 - big maze.txt +19 -0
- package/config/medium/TwoPointFiveDMaze/output/01 - simple maze.txt +1 -0
- package/config/medium/TwoPointFiveDMaze/output/02 - with slopes.txt +1 -0
- package/config/medium/TwoPointFiveDMaze/output/03 - with bridges.txt +1 -0
- package/config/medium/TwoPointFiveDMaze/output/04 - big maze.txt +1 -0
- package/config/medium/TwoThousandFortyEightScores/code/CGCode.js +12 -0
- package/config/medium/TwoThousandFortyEightScores/code/CGCode.php +15 -0
- package/config/medium/TwoThousandFortyEightScores/config.json +43 -0
- package/config/medium/TwoThousandFortyEightScores/input/01 - example.txt +5 -0
- package/config/medium/TwoThousandFortyEightScores/input/02 - small game.txt +5 -0
- package/config/medium/TwoThousandFortyEightScores/input/03 - long game.txt +5 -0
- package/config/medium/TwoThousandFortyEightScores/input/04 - big numbers.txt +5 -0
- package/config/medium/TwoThousandFortyEightScores/input/05 - game over.txt +5 -0
- package/config/medium/TwoThousandFortyEightScores/input/06 - beyond 2048.txt +5 -0
- package/config/medium/TwoThousandFortyEightScores/input/07 - no hard coding!.txt +5 -0
- package/config/medium/TwoThousandFortyEightScores/output/01 - example.txt +2 -0
- package/config/medium/TwoThousandFortyEightScores/output/02 - small game.txt +2 -0
- package/config/medium/TwoThousandFortyEightScores/output/03 - long game.txt +2 -0
- package/config/medium/TwoThousandFortyEightScores/output/04 - big numbers.txt +2 -0
- package/config/medium/TwoThousandFortyEightScores/output/05 - game over.txt +2 -0
- package/config/medium/TwoThousandFortyEightScores/output/06 - beyond 2048.txt +2 -0
- package/config/medium/TwoThousandFortyEightScores/output/07 - no hard coding!.txt +2 -0
- package/config/medium/ValidBracketsInCode/code/CGCode.js +9 -0
- package/config/medium/ValidBracketsInCode/code/CGCode.php +11 -0
- package/config/medium/ValidBracketsInCode/config.json +78 -0
- package/config/medium/ValidBracketsInCode/input/01 - test 1.txt +2 -0
- package/config/medium/ValidBracketsInCode/input/02 - test 2.txt +3 -0
- package/config/medium/ValidBracketsInCode/input/03 - test 3.txt +2 -0
- package/config/medium/ValidBracketsInCode/input/04 - test 4.txt +2 -0
- package/config/medium/ValidBracketsInCode/input/05 - test 5.txt +8 -0
- package/config/medium/ValidBracketsInCode/input/06 - test 6.txt +18 -0
- package/config/medium/ValidBracketsInCode/input/07 - test 7.txt +51 -0
- package/config/medium/ValidBracketsInCode/input/08 - test 8.txt +13 -0
- package/config/medium/ValidBracketsInCode/input/09 - test 9.txt +8 -0
- package/config/medium/ValidBracketsInCode/input/10 - test 10.txt +7 -0
- package/config/medium/ValidBracketsInCode/input/11 - test 11.txt +2 -0
- package/config/medium/ValidBracketsInCode/input/12 - test 12.txt +2 -0
- package/config/medium/ValidBracketsInCode/input/13 - test 13.txt +3 -0
- package/config/medium/ValidBracketsInCode/input/14 - test 14.txt +2 -0
- package/config/medium/ValidBracketsInCode/output/01 - test 1.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/02 - test 2.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/03 - test 3.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/04 - test 4.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/05 - test 5.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/06 - test 6.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/07 - test 7.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/08 - test 8.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/09 - test 9.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/10 - test 10.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/11 - test 11.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/12 - test 12.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/13 - test 13.txt +1 -0
- package/config/medium/ValidBracketsInCode/output/14 - test 14.txt +1 -0
- package/config/medium/VirusSpreadingAndClustering/code/CGCode.js +10 -0
- package/config/medium/VirusSpreadingAndClustering/code/CGCode.php +12 -0
- package/config/medium/VirusSpreadingAndClustering/config.json +48 -0
- package/config/medium/VirusSpreadingAndClustering/input/01 - 5 items and 2 relationships.txt +4 -0
- package/config/medium/VirusSpreadingAndClustering/input/02 - 20 items and 6 relationships.txt +8 -0
- package/config/medium/VirusSpreadingAndClustering/input/03 - 100 items and 50 relationships.txt +52 -0
- package/config/medium/VirusSpreadingAndClustering/input/04 - people has at least 1 connexion.txt +402 -0
- package/config/medium/VirusSpreadingAndClustering/input/05 - people has at least 2 connexion argh !.txt +802 -0
- package/config/medium/VirusSpreadingAndClustering/input/06 - average connexion 1 per people argh !.txt +502 -0
- package/config/medium/VirusSpreadingAndClustering/input/07 - average connexion 0.8 per people.txt +402 -0
- package/config/medium/VirusSpreadingAndClustering/input/08 - average connexion 0.5 per people.txt +252 -0
- package/config/medium/VirusSpreadingAndClustering/output/01 - 5 items and 2 relationships.txt +2 -0
- package/config/medium/VirusSpreadingAndClustering/output/02 - 20 items and 6 relationships.txt +3 -0
- package/config/medium/VirusSpreadingAndClustering/output/03 - 100 items and 50 relationships.txt +7 -0
- package/config/medium/VirusSpreadingAndClustering/output/04 - people has at least 1 connexion.txt +3 -0
- package/config/medium/VirusSpreadingAndClustering/output/05 - people has at least 2 connexion argh !.txt +1 -0
- package/config/medium/VirusSpreadingAndClustering/output/06 - average connexion 1 per people argh !.txt +4 -0
- package/config/medium/VirusSpreadingAndClustering/output/07 - average connexion 0.8 per people.txt +6 -0
- package/config/medium/VirusSpreadingAndClustering/output/08 - average connexion 0.5 per people.txt +11 -0
- package/config/medium/VoteCounting/code/CGCode.js +17 -0
- package/config/medium/VoteCounting/code/CGCode.php +16 -0
- package/config/medium/VoteCounting/config.json +33 -0
- package/config/medium/VoteCounting/input/01 - example.txt +7 -0
- package/config/medium/VoteCounting/input/02 - invalid voter.txt +7 -0
- package/config/medium/VoteCounting/input/03 - too many votes.txt +11 -0
- package/config/medium/VoteCounting/input/04 - maybe vote.txt +6 -0
- package/config/medium/VoteCounting/input/05 - complex.txt +15 -0
- package/config/medium/VoteCounting/output/01 - example.txt +1 -0
- package/config/medium/VoteCounting/output/02 - invalid voter.txt +1 -0
- package/config/medium/VoteCounting/output/03 - too many votes.txt +1 -0
- package/config/medium/VoteCounting/output/04 - maybe vote.txt +1 -0
- package/config/medium/VoteCounting/output/05 - complex.txt +1 -0
- package/config/medium/War/code/CGCode.php +4 -4
- package/config/medium/WaysToMakeChange/code/CGCode.js +11 -0
- package/config/medium/WaysToMakeChange/code/CGCode.php +13 -0
- package/config/medium/WaysToMakeChange/config.json +38 -0
- package/config/medium/WaysToMakeChange/input/01 - small change.txt +3 -0
- package/config/medium/WaysToMakeChange/input/02 - bigger change.txt +3 -0
- package/config/medium/WaysToMakeChange/input/03 - that won/342/200/231t be easy !.txt" +3 -0
- package/config/medium/WaysToMakeChange/input/04 - bank notes only please.txt +3 -0
- package/config/medium/WaysToMakeChange/input/05 - how am i supposed to do !.txt +3 -0
- package/config/medium/WaysToMakeChange/input/06 - pushing a bit....txt +3 -0
- package/config/medium/WaysToMakeChange/output/01 - small change.txt +1 -0
- package/config/medium/WaysToMakeChange/output/02 - bigger change.txt +1 -0
- package/config/medium/WaysToMakeChange/output/03 - that won/342/200/231t be easy !.txt" +1 -0
- package/config/medium/WaysToMakeChange/output/04 - bank notes only please.txt +1 -0
- package/config/medium/WaysToMakeChange/output/05 - how am i supposed to do !.txt +1 -0
- package/config/medium/WaysToMakeChange/output/06 - pushing a bit....txt +1 -0
- package/config/medium/WeAreGoingInCircles/code/CGCode.js +11 -0
- package/config/medium/WeAreGoingInCircles/code/CGCode.php +11 -0
- package/config/medium/WeAreGoingInCircles/config.json +53 -0
- package/config/medium/WeAreGoingInCircles/input/01 - a simple loop.txt +5 -0
- package/config/medium/WeAreGoingInCircles/input/02 - not a loop.txt +4 -0
- package/config/medium/WeAreGoingInCircles/input/03 - still not a loop.txt +5 -0
- package/config/medium/WeAreGoingInCircles/input/04 - overlapping loops.txt +6 -0
- package/config/medium/WeAreGoingInCircles/input/05 - mad face gt.lt.txt +4 -0
- package/config/medium/WeAreGoingInCircles/input/06 - wall of text.txt +6 -0
- package/config/medium/WeAreGoingInCircles/input/07 - multiple inputs.txt +9 -0
- package/config/medium/WeAreGoingInCircles/input/08 - gobbledygook.txt +21 -0
- package/config/medium/WeAreGoingInCircles/input/09 - more goobledygook.txt +21 -0
- package/config/medium/WeAreGoingInCircles/output/01 - a simple loop.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/02 - not a loop.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/03 - still not a loop.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/04 - overlapping loops.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/05 - mad face gt.lt.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/06 - wall of text.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/07 - multiple inputs.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/08 - gobbledygook.txt +1 -0
- package/config/medium/WeAreGoingInCircles/output/09 - more goobledygook.txt +1 -0
- package/config/medium/WhatTheBrainfuck/code/CGCode.js +15 -0
- package/config/medium/WhatTheBrainfuck/code/CGCode.php +15 -0
- package/config/medium/WhatTheBrainfuck/config.json +48 -0
- package/config/medium/WhatTheBrainfuck/input/01 - a simple start.txt +2 -0
- package/config/medium/WhatTheBrainfuck/input/02 - hello world!.txt +2 -0
- package/config/medium/WhatTheBrainfuck/input/03 - inputs multiplication.txt +4 -0
- package/config/medium/WhatTheBrainfuck/input/04 - noisy code.txt +36 -0
- package/config/medium/WhatTheBrainfuck/input/05 - pointer out of bounds.txt +2 -0
- package/config/medium/WhatTheBrainfuck/input/06 - incorrect value.txt +4 -0
- package/config/medium/WhatTheBrainfuck/input/07 - syntax error.txt +2 -0
- package/config/medium/WhatTheBrainfuck/input/08 - multiple errors.txt +2 -0
- package/config/medium/WhatTheBrainfuck/output/01 - a simple start.txt +1 -0
- package/config/medium/WhatTheBrainfuck/output/02 - hello world!.txt +1 -0
- package/config/medium/WhatTheBrainfuck/output/03 - inputs multiplication.txt +1 -0
- package/config/medium/WhatTheBrainfuck/output/04 - noisy code.txt +1 -0
- package/config/medium/WhatTheBrainfuck/output/05 - pointer out of bounds.txt +1 -0
- package/config/medium/WhatTheBrainfuck/output/06 - incorrect value.txt +1 -0
- package/config/medium/WhatTheBrainfuck/output/07 - syntax error.txt +1 -0
- package/config/medium/WhatTheBrainfuck/output/08 - multiple errors.txt +1 -0
- package/config/medium/WindmillProblem/code/CGCode.js +13 -0
- package/config/medium/WindmillProblem/code/CGCode.php +13 -0
- package/config/medium/WindmillProblem/config.json +43 -0
- package/config/medium/WindmillProblem/input/01 - example.txt +6 -0
- package/config/medium/WindmillProblem/input/02 - parallelogram.txt +7 -0
- package/config/medium/WindmillProblem/input/03 - 10 random points.txt +13 -0
- package/config/medium/WindmillProblem/input/04 - large.txt +33 -0
- package/config/medium/WindmillProblem/input/05 - infinite loop.txt +33 -0
- package/config/medium/WindmillProblem/input/06 - smarter approach required.txt +33 -0
- package/config/medium/WindmillProblem/input/07 - convex hull.txt +33 -0
- package/config/medium/WindmillProblem/output/01 - example.txt +4 -0
- package/config/medium/WindmillProblem/output/02 - parallelogram.txt +5 -0
- package/config/medium/WindmillProblem/output/03 - 10 random points.txt +11 -0
- package/config/medium/WindmillProblem/output/04 - large.txt +31 -0
- package/config/medium/WindmillProblem/output/05 - infinite loop.txt +31 -0
- package/config/medium/WindmillProblem/output/06 - smarter approach required.txt +31 -0
- package/config/medium/WindmillProblem/output/07 - convex hull.txt +31 -0
- package/config/medium/WineFromKalbodiaEpisode1/code/CGCode.js +14 -0
- package/config/medium/WineFromKalbodiaEpisode1/code/CGCode.php +18 -0
- package/config/medium/WineFromKalbodiaEpisode1/config.json +48 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/01 - trivial solution.txt +5 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/02 - differing lengths.txt +7 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/03 - bulk orders.txt +13 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/04 - similar languages.txt +17 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/05 - small alphabets.txt +25 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/06 - What/342/200/231s the likelihood.txt" +37 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/07 - wall of text.txt +71 -0
- package/config/medium/WineFromKalbodiaEpisode1/input/08 - completely random.txt +161 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/01 - trivial solution.txt +2 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/02 - differing lengths.txt +3 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/03 - bulk orders.txt +6 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/04 - similar languages.txt +8 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/05 - small alphabets.txt +12 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/06 - What/342/200/231s the likelihood.txt" +18 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/07 - wall of text.txt +35 -0
- package/config/medium/WineFromKalbodiaEpisode1/output/08 - completely random.txt +80 -0
- package/package.json +1 -1
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"path": "medium/SeamCarving",
|
3
|
+
"name": "Seam Carving",
|
4
|
+
"alphanumName": "seamCarving",
|
5
|
+
"link": "https://www.codingame.com/ide/puzzle/seam-carving",
|
6
|
+
"testConfigurations": [
|
7
|
+
{
|
8
|
+
"name": "Height 8 & Width -1",
|
9
|
+
"alphanumName": "height8AndWidthMinus1",
|
10
|
+
"file": "01 - height 8 & width -1.txt"
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"name": "Height 11 & Width -1",
|
14
|
+
"alphanumName": "height11AndWidthMinus1",
|
15
|
+
"file": "02 - height 11 & width -1.txt"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"name": "Height 16 & Width -2",
|
19
|
+
"alphanumName": "height16AndWidthMinus2",
|
20
|
+
"file": "03 - height 16 & width -2.txt"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Height 19 & Width -3",
|
24
|
+
"alphanumName": "height19AndWidthMinus3",
|
25
|
+
"file": "04 - height 19 & width -3.txt"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "Height 35 & Width -10",
|
29
|
+
"alphanumName": "height35AndWidthMinus10",
|
30
|
+
"file": "05 - height 35 & width -10.txt"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"name": "Height 37 & Width -15",
|
34
|
+
"alphanumName": "height37AndWidthMinus15",
|
35
|
+
"file": "06 - height 37 & width -15.txt"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"name": "Height 60 & Width -20",
|
39
|
+
"alphanumName": "height60AndWidthMinus20",
|
40
|
+
"file": "07 - height 60 & width -20.txt"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "Height 27 & Width -25",
|
44
|
+
"alphanumName": "height27AndWidthMinus25",
|
45
|
+
"file": "08 - height 27 & width -25.txt"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "Height 38 & Width -25",
|
49
|
+
"alphanumName": "height38AndWidthMinus25",
|
50
|
+
"file": "09 - height 38 & width -25.txt"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"name": "Height 35 & Width -30",
|
54
|
+
"alphanumName": "height35AndWidthMinus30",
|
55
|
+
"file": "10 - height 35 & width -30.txt"
|
56
|
+
}
|
57
|
+
]
|
58
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
P2
|
2
|
+
30 8
|
3
|
+
# 29
|
4
|
+
255
|
5
|
+
164 174 175 173 176 171 171 169 165 162 164 166 165 162 168 169 163 174 207 173 187 196 183 177 178 164 158 162 168 185
|
6
|
+
179 130 118 108 117 136 148 165 165 162 155 156 157 155 156 162 170 161 134 100 109 111 117 132 140 154 151 139 125 136
|
7
|
+
93 74 102 87 73 98 98 92 96 137 146 138 136 134 132 131 133 128 91 110 112 104 78 77 86 103 122 147 150 146
|
8
|
+
129 140 152 125 59 62 82 76 54 107 156 145 139 141 145 142 138 138 141 144 146 149 90 64 84 93 70 92 177 174
|
9
|
+
167 159 160 133 101 83 86 59 29 67 167 171 169 155 147 142 136 129 129 126 141 113 90 74 54 71 46 51 163 189
|
10
|
+
192 198 157 160 170 134 195 114 156 109 114 197 200 199 193 183 179 168 156 163 127 126 161 122 103 131 75 88 96 183
|
11
|
+
190 198 153 170 173 138 129 150 191 197 118 167 202 202 204 194 187 185 184 142 132 172 171 150 125 161 135 190 145 132
|
12
|
+
188 188 175 173 154 142 141 170 161 154 116 134 154 160 176 192 188 184 185 159 161 158 162 128 118 121 147 159 171 111
|
@@ -0,0 +1,15 @@
|
|
1
|
+
P2
|
2
|
+
27 11
|
3
|
+
# 26
|
4
|
+
255
|
5
|
+
66 68 61 63 64 63 63 76 71 71 81 72 78 72 77 86 84 74 79 69 65 67 77 80 75 75 77
|
6
|
+
49 62 61 52 59 72 74 78 77 74 74 70 77 81 72 76 92 80 65 64 77 89 87 75 66 76 67
|
7
|
+
56 57 55 57 57 56 59 78 74 75 70 59 74 79 64 58 73 77 78 69 73 80 70 74 70 59 64
|
8
|
+
70 94 104 105 82 82 48 48 80 67 61 68 69 75 57 69 80 65 83 71 87 87 85 101 114 110 83
|
9
|
+
87 143 137 162 167 158 110 72 80 79 59 47 67 80 62 70 105 73 90 90 138 145 142 168 166 149 85
|
10
|
+
63 146 137 104 146 161 134 120 138 151 140 56 74 72 65 70 155 164 149 156 171 175 165 148 171 125 74
|
11
|
+
100 131 114 60 57 89 137 92 73 99 148 82 77 72 63 83 140 97 98 98 142 114 127 53 91 140 78
|
12
|
+
110 77 99 62 68 82 103 96 69 63 84 90 81 86 84 88 88 65 69 80 112 69 117 64 62 78 116
|
13
|
+
90 44 94 65 68 69 100 96 60 61 71 70 84 75 72 65 60 70 63 88 86 60 99 67 57 60 131
|
14
|
+
66 46 73 73 61 71 100 85 52 55 64 56 55 59 61 80 79 66 56 88 69 60 96 64 54 69 93
|
15
|
+
59 52 63 69 61 48 60 55 52 65 78 81 81 78 90 87 78 71 70 71 66 68 73 66 67 82 63
|
@@ -0,0 +1,20 @@
|
|
1
|
+
P2
|
2
|
+
31 16
|
3
|
+
# 29
|
4
|
+
255
|
5
|
+
226 227 226 228 216 200 197 178 177 187 186 127 128 102 89 145 166 123 147 161 151 113 92 89 114 148 126 81 100 141 179
|
6
|
+
229 229 229 231 222 219 227 225 215 209 197 140 101 92 70 90 122 156 164 113 110 94 104 118 103 81 92 92 116 143 190
|
7
|
+
237 232 233 233 236 238 240 244 246 244 248 224 198 109 56 112 139 215 231 137 134 106 124 113 90 87 86 127 197 217 230
|
8
|
+
243 242 245 246 244 243 244 244 243 243 244 215 200 116 63 150 206 255 230 167 135 139 94 121 193 133 152 221 242 240 236
|
9
|
+
243 243 245 247 247 246 246 247 245 246 248 209 206 184 65 130 197 232 234 102 132 218 171 171 210 210 192 237 236 236 235
|
10
|
+
240 239 242 244 244 241 241 244 244 242 241 226 246 219 59 101 219 240 241 203 207 248 244 235 247 247 240 236 239 241 242
|
11
|
+
243 239 236 236 246 250 248 247 245 236 233 231 237 204 78 78 165 239 231 240 242 238 242 247 243 241 239 237 239 239 238
|
12
|
+
246 250 245 244 196 165 182 194 206 235 237 243 244 208 56 75 132 231 231 230 231 234 236 237 239 240 239 237 239 240 242
|
13
|
+
240 208 231 157 58 72 99 118 131 100 102 146 226 223 66 90 134 222 236 232 232 232 233 235 234 235 234 234 237 239 242
|
14
|
+
200 42 72 71 61 96 76 81 90 62 65 67 131 248 95 94 143 220 238 231 229 233 233 231 243 246 249 250 248 248 243
|
15
|
+
115 4 15 27 48 56 33 48 60 57 43 37 83 223 116 56 134 193 208 197 210 226 214 160 167 177 187 185 187 205 236
|
16
|
+
38 14 23 22 39 33 28 34 27 23 24 25 70 185 104 74 135 178 187 192 187 134 106 83 93 83 101 80 101 141 196
|
17
|
+
68 5 38 32 18 16 22 15 14 9 67 90 46 159 119 132 155 174 173 186 106 43 59 101 79 61 88 67 95 158 187
|
18
|
+
158 83 152 93 15 16 36 45 26 24 112 202 83 124 175 173 177 173 183 176 105 123 143 110 89 118 118 136 120 138 170
|
19
|
+
154 164 182 114 52 63 96 172 161 121 135 179 150 130 170 173 178 178 183 187 188 186 172 158 141 190 196 195 160 175 178
|
20
|
+
183 174 174 160 139 150 181 185 190 185 188 183 185 182 190 185 189 192 194 193 194 188 188 190 191 190 189 188 193 190 192
|
@@ -0,0 +1,23 @@
|
|
1
|
+
P2
|
2
|
+
40 19
|
3
|
+
# 37
|
4
|
+
255
|
5
|
+
240 241 242 242 243 243 244 244 244 244 245 246 246 246 246 246 246 247 247 247 248 248 248 248 248 248 247 255 237 223 251 246 247 247 247 246 246 246 246 245
|
6
|
+
240 241 241 242 242 243 243 243 244 244 244 245 245 246 246 246 246 246 247 247 247 247 247 248 247 250 232 219 142 218 253 246 247 247 246 246 246 245 245 245
|
7
|
+
240 241 241 242 242 242 243 243 243 244 244 245 245 245 245 246 246 246 247 247 247 247 247 246 254 217 141 112 115 241 249 246 247 246 246 246 245 245 244 244
|
8
|
+
240 241 241 241 242 242 242 243 243 243 244 244 244 245 245 245 245 246 246 246 247 246 244 249 240 125 126 114 151 255 245 246 246 246 246 245 245 244 244 244
|
9
|
+
240 240 241 241 241 242 242 242 243 243 244 244 244 244 245 245 245 245 246 246 246 251 255 255 157 130 151 90 174 255 244 246 246 245 245 245 245 244 244 244
|
10
|
+
239 240 240 241 241 242 242 242 242 243 243 243 244 244 244 245 245 245 245 244 253 181 112 166 154 170 119 71 222 251 245 246 245 245 245 245 245 244 244 243
|
11
|
+
239 240 240 240 241 241 242 242 242 242 243 243 243 244 244 244 244 244 245 244 248 219 65 86 193 185 81 117 255 245 246 246 245 244 245 244 244 243 243 243
|
12
|
+
239 240 240 240 240 241 241 242 242 242 243 241 242 243 243 244 244 244 244 245 242 255 136 124 181 174 54 194 242 236 247 245 245 244 244 244 244 243 243 243
|
13
|
+
238 239 240 240 240 240 241 241 241 241 242 253 250 242 243 243 243 242 244 244 243 251 208 132 155 89 114 144 57 154 255 242 244 244 244 241 242 243 243 242
|
14
|
+
238 239 237 238 240 240 240 241 241 241 247 166 193 250 241 243 243 250 245 244 244 243 252 206 138 159 159 46 32 126 255 241 244 243 243 252 249 241 242 242
|
15
|
+
236 240 250 240 239 240 240 240 239 249 209 52 160 251 241 243 243 215 238 244 243 243 244 242 165 114 67 68 35 175 254 240 243 243 242 194 211 247 240 241
|
16
|
+
245 238 131 220 246 238 239 239 237 255 144 32 208 251 237 253 198 39 209 252 241 243 244 236 231 127 47 61 64 240 247 244 241 247 222 94 102 222 243 239
|
17
|
+
214 112 46 124 241 238 238 238 242 224 155 130 173 242 239 251 147 40 139 251 240 242 242 240 255 127 35 35 183 136 145 244 244 240 245 195 194 207 222 242
|
18
|
+
116 76 102 69 217 242 236 236 243 197 177 204 171 227 248 216 96 94 71 220 246 240 241 240 248 178 104 193 240 116 105 144 238 241 244 209 154 130 133 229
|
19
|
+
103 63 82 74 222 239 235 235 243 171 99 106 90 217 249 215 87 56 63 229 242 239 240 240 239 248 255 252 231 111 68 68 144 251 238 229 120 91 101 189
|
20
|
+
186 78 76 100 241 233 234 233 241 193 67 37 86 229 244 224 82 56 169 251 235 238 238 238 238 236 235 235 247 189 109 99 108 226 237 247 190 97 60 154
|
21
|
+
237 122 67 143 241 232 235 235 236 235 125 32 117 231 244 171 60 121 201 238 238 239 239 240 240 241 240 239 240 222 127 141 186 215 237 234 195 177 78 56
|
22
|
+
195 85 26 126 185 194 203 208 204 201 161 42 72 186 195 192 186 167 170 194 204 207 209 210 210 209 210 209 207 191 174 180 195 200 198 195 182 172 161 150
|
23
|
+
144 114 97 125 142 141 144 146 145 153 139 33 51 149 153 152 152 154 154 151 152 153 155 155 158 154 156 155 158 162 161 157 152 152 155 153 157 156 159 163
|
@@ -0,0 +1,39 @@
|
|
1
|
+
P2
|
2
|
+
88 35
|
3
|
+
# 78
|
4
|
+
255
|
5
|
+
71 83 69 56 79 83 79 80 63 80 73 83 78 62 72 73 75 79 92 83 66 71 93 106 89 84 73 79 63 61 69 59 57 78 75 82 51 59 56 63 73 75 59 61 65 68 72 78 90 90 79 75 64 91 92 74 77 80 73 92 107 96 71 50 68 73 57 60 50 54 66 73 79 69 79 80 75 86 79 76 83 69 65 76 61 64 67 72
|
6
|
+
86 84 74 62 64 74 76 63 54 64 66 61 41 51 46 47 42 47 70 63 56 56 64 73 73 64 61 68 62 60 71 60 73 84 93 99 68 61 65 90 89 86 80 81 74 70 85 89 76 88 91 90 77 86 82 70 75 70 69 77 76 88 80 64 80 80 74 71 60 58 68 74 71 71 85 86 88 95 81 77 72 72 80 80 80 95 83 85
|
7
|
+
51 54 57 54 62 70 50 40 47 42 50 51 54 82 79 63 56 58 61 58 48 45 58 57 75 84 70 79 89 81 73 77 99 90 76 87 84 71 82 103 82 67 76 87 75 74 84 81 60 80 97 87 85 99 94 80 74 63 67 71 67 69 63 53 61 55 63 69 71 70 78 81 67 68 77 84 71 76 80 81 69 75 69 82 79 77 82 65
|
8
|
+
48 46 57 62 64 74 52 52 57 60 64 56 60 65 82 77 69 64 65 72 59 62 89 80 83 77 74 81 77 67 86 78 69 67 62 74 66 65 76 78 71 66 76 61 59 71 75 60 58 72 91 89 107 88 67 82 92 92 84 71 79 70 65 68 72 54 66 91 73 69 80 83 103 90 71 77 75 59 58 64 68 69 69 77 71 72 70 59
|
9
|
+
40 35 38 68 70 80 70 68 82 70 54 57 56 48 64 67 60 65 74 67 64 77 87 76 67 72 55 68 77 71 80 69 72 77 67 64 72 81 52 76 74 88 92 80 87 80 92 68 104 58 71 95 104 96 63 78 84 79 70 59 59 55 56 65 75 81 90 76 81 73 83 94 84 80 76 84 87 55 58 71 69 88 89 78 70 74 59 68
|
10
|
+
50 49 48 56 48 53 69 52 65 65 45 51 55 52 58 69 69 83 93 77 61 80 88 70 82 90 73 72 86 70 64 62 77 74 89 70 85 93 55 72 76 91 91 77 83 81 92 66 66 70 45 75 84 97 79 101 83 70 65 67 58 72 68 65 69 68 77 84 89 110 92 93 86 82 87 80 85 73 73 78 64 55 78 79 71 63 63 60
|
11
|
+
56 57 69 56 52 66 52 51 45 44 45 42 40 36 38 45 66 87 90 85 75 78 71 76 83 94 84 83 95 76 70 73 83 68 78 53 64 75 38 76 79 72 65 74 84 68 73 64 54 65 53 65 92 89 90 98 88 84 81 79 77 78 70 65 62 71 80 84 71 86 91 93 81 83 91 89 84 76 66 77 59 57 75 75 52 57 79 64
|
12
|
+
56 57 77 62 60 68 57 68 60 62 62 63 62 58 50 33 30 38 48 59 63 70 77 77 87 79 91 76 59 76 63 69 80 83 62 36 51 59 31 83 73 79 77 83 88 70 60 71 62 71 70 65 99 77 67 83 73 67 66 78 74 73 67 67 59 58 65 72 86 85 89 86 75 61 65 62 63 73 73 60 53 60 66 66 60 59 76 77
|
13
|
+
57 56 62 65 55 53 60 67 66 62 66 71 74 75 75 67 55 44 40 42 41 44 73 73 72 65 64 65 56 62 66 75 89 77 69 44 86 81 38 79 87 83 87 86 85 74 64 59 57 47 63 59 66 60 53 78 71 73 97 86 89 82 63 72 63 64 78 82 75 78 70 67 65 52 52 61 71 75 78 71 70 62 62 59 65 67 63 76
|
14
|
+
50 47 49 64 61 63 65 61 56 56 65 73 78 79 78 74 75 72 58 61 48 26 34 64 55 66 71 75 86 83 69 86 73 70 68 44 71 79 49 83 60 63 68 71 60 61 71 49 54 40 58 59 46 52 79 73 66 70 74 73 57 78 79 73 68 79 80 77 73 64 64 63 66 74 79 87 89 87 95 97 94 83 71 66 67 63 56 64
|
15
|
+
57 55 62 66 76 79 83 86 73 70 80 69 69 73 77 76 82 82 73 70 64 40 27 38 74 90 88 77 81 86 74 70 67 61 66 58 64 77 63 65 61 67 84 61 62 86 92 70 50 65 74 71 88 88 84 66 70 65 65 83 76 103 101 85 79 92 81 90 89 80 82 85 90 92 96 101 101 96 103 107 103 105 98 91 77 69 76 53
|
16
|
+
54 64 96 73 79 104 129 135 130 101 126 143 112 76 65 69 89 101 90 80 76 57 32 29 50 83 77 70 101 86 67 72 64 76 83 54 91 89 64 64 69 77 98 73 64 60 77 64 40 75 68 94 105 102 76 68 90 79 74 105 86 78 62 55 52 68 86 104 103 104 100 100 97 100 102 101 98 96 107 111 109 114 116 105 116 154 75 58
|
17
|
+
63 79 130 142 101 113 149 148 139 123 117 174 170 141 103 76 79 104 105 96 83 69 48 26 48 64 69 83 80 60 54 62 33 64 70 47 50 67 68 50 64 84 91 91 76 55 63 41 37 69 62 84 97 83 49 75 44 38 81 97 86 71 69 71 63 84 113 109 115 119 109 101 96 98 95 91 103 128 141 149 141 134 123 123 177 151 28 74
|
18
|
+
64 72 118 156 164 130 125 134 132 138 131 155 158 159 157 139 134 142 149 125 99 78 66 30 44 65 63 70 59 54 50 80 19 28 50 45 30 61 70 46 61 60 74 76 76 69 70 42 42 74 65 99 95 124 139 77 14 66 85 86 81 89 89 77 79 112 118 119 126 125 105 94 94 112 137 150 171 186 180 177 164 154 140 166 190 73 63 78
|
19
|
+
43 53 114 113 156 164 120 125 130 143 151 149 151 134 150 164 170 186 177 148 132 119 99 46 51 95 80 66 66 49 76 165 98 41 54 54 34 40 59 34 63 77 73 68 79 99 85 66 29 68 60 64 93 132 114 63 66 84 95 98 86 95 94 81 102 121 132 149 163 158 138 121 143 177 187 193 153 135 180 168 161 147 154 193 120 63 72 74
|
20
|
+
54 53 94 148 112 145 143 136 140 136 142 167 214 173 160 170 182 176 141 143 163 149 127 80 89 125 114 104 94 91 80 93 170 82 56 68 56 43 47 72 93 78 60 71 90 76 81 83 52 56 64 63 101 131 81 83 104 93 99 92 91 99 113 102 121 142 151 171 187 190 180 161 175 173 177 176 153 149 176 158 154 146 165 162 66 68 79 92
|
21
|
+
59 67 62 138 169 122 127 137 150 137 133 84 194 222 225 228 205 163 139 139 142 145 132 108 120 140 144 145 128 125 123 113 139 145 100 77 50 31 49 86 73 76 63 74 71 90 68 77 69 59 64 96 151 137 153 156 140 132 131 125 127 131 140 123 142 171 181 165 162 178 179 165 156 150 157 150 164 192 184 170 165 156 161 118 70 51 129 91
|
22
|
+
45 60 57 90 187 170 128 129 155 124 123 81 84 112 132 158 212 203 160 160 144 101 104 142 150 150 152 158 147 145 153 147 146 165 157 139 77 38 56 76 76 74 64 50 58 82 71 61 61 42 72 95 145 161 173 182 164 166 157 150 152 156 163 153 149 172 172 153 161 179 172 160 167 151 171 187 204 189 173 177 170 163 149 120 42 87 124 66
|
23
|
+
47 61 64 106 164 172 155 121 155 119 71 69 75 83 75 68 83 125 155 169 159 122 52 93 124 126 133 142 145 143 147 151 178 161 176 84 52 65 58 84 79 65 71 73 86 60 56 54 57 55 80 43 126 162 161 184 181 168 165 164 168 165 169 172 155 155 166 172 168 172 147 169 198 175 167 153 119 93 90 171 185 175 150 117 69 93 95 71
|
24
|
+
67 78 86 129 171 156 132 122 148 108 39 50 53 88 86 79 72 67 58 150 161 157 125 54 63 72 73 85 96 103 117 166 193 161 161 140 61 58 80 82 76 86 90 76 83 69 53 69 79 70 71 90 151 155 169 170 171 150 145 147 149 153 153 149 129 142 171 181 184 120 114 140 154 108 52 50 37 53 48 86 167 190 151 124 111 56 63 50
|
25
|
+
79 84 105 147 177 103 78 118 145 99 35 46 66 74 78 70 52 72 83 147 155 124 162 136 83 75 74 67 79 76 82 82 123 174 164 145 65 57 90 65 74 80 66 68 78 64 58 65 75 85 69 72 123 156 177 92 53 58 73 62 69 90 79 78 83 75 143 188 166 70 54 102 207 134 75 71 51 61 54 74 86 154 166 120 135 72 49 53
|
26
|
+
80 102 124 176 116 56 96 123 141 82 48 60 53 67 71 70 62 76 103 134 161 83 100 151 129 69 77 74 66 69 82 60 53 109 184 154 88 59 72 88 75 65 77 69 71 54 48 75 73 76 78 81 122 164 124 62 60 73 72 70 69 88 83 78 87 74 155 181 115 68 71 120 197 130 83 88 82 67 68 74 72 74 160 140 124 139 77 51
|
27
|
+
49 93 163 129 71 71 110 132 122 94 74 75 69 61 64 74 70 75 81 118 167 75 54 103 144 79 70 57 50 60 65 71 72 69 116 155 129 62 66 89 81 100 83 72 90 65 73 86 73 71 80 81 139 131 69 67 64 77 69 77 70 65 65 63 66 100 174 136 51 61 71 109 189 118 62 58 74 74 76 62 66 55 72 141 119 140 135 62
|
28
|
+
62 128 135 73 79 63 102 128 100 81 86 74 78 72 69 61 72 74 65 106 169 78 67 107 126 53 60 70 70 78 80 84 75 87 86 81 148 88 56 94 98 104 85 83 100 85 92 111 78 83 86 81 132 79 77 79 70 72 72 81 61 70 65 68 82 139 176 91 43 60 55 90 185 132 60 60 49 71 73 68 67 72 62 71 123 109 133 51
|
29
|
+
123 152 80 76 68 59 84 124 97 54 66 55 53 67 82 68 80 70 67 74 155 86 56 104 125 71 84 80 68 72 61 65 95 85 68 63 100 100 77 84 80 64 70 83 91 102 82 79 72 85 78 83 118 79 71 81 77 67 72 97 97 68 68 61 95 172 142 66 51 62 55 75 183 125 47 62 65 59 74 82 59 65 70 46 72 135 120 98
|
30
|
+
137 125 63 55 52 41 59 125 126 46 37 40 45 52 69 65 71 60 66 61 150 88 60 117 127 77 96 70 61 65 64 65 60 67 76 60 49 66 84 80 86 72 70 73 80 88 87 62 68 100 88 66 73 80 76 81 58 70 80 86 84 62 77 58 91 176 89 61 77 80 62 59 152 116 58 79 71 68 65 60 51 55 60 47 57 148 148 123
|
31
|
+
137 104 44 39 55 53 43 90 148 67 40 39 56 80 75 75 80 77 65 61 142 104 62 123 119 66 72 59 65 64 58 54 60 56 84 73 74 76 59 83 93 108 95 79 72 81 106 70 82 74 68 44 66 67 52 65 74 63 71 86 76 62 72 67 114 145 66 66 66 73 60 45 128 125 68 82 76 80 60 50 42 56 61 48 41 143 160 102
|
32
|
+
141 85 45 60 65 51 38 52 139 109 69 73 58 82 74 83 64 65 61 56 143 105 43 122 116 62 58 47 58 53 45 51 70 63 55 73 63 76 69 73 81 94 89 81 75 66 66 75 78 76 62 58 49 42 57 89 71 47 51 74 64 56 50 62 136 120 60 74 55 48 67 67 117 134 49 50 70 73 50 47 48 62 61 43 62 154 157 96
|
33
|
+
141 73 56 59 53 58 48 52 113 145 91 68 53 58 65 62 56 96 61 39 126 116 68 148 101 49 60 49 60 42 44 72 85 76 82 100 75 66 63 69 80 72 72 66 59 56 55 62 58 64 61 75 47 45 97 79 49 60 60 71 52 53 51 48 137 98 72 63 50 52 54 55 101 131 61 53 61 75 63 54 73 56 59 62 90 141 148 102
|
34
|
+
136 71 55 35 41 54 58 75 69 136 113 48 58 70 66 63 59 81 64 54 120 126 85 138 82 63 62 64 64 53 57 75 89 66 62 80 70 51 59 70 61 57 48 53 41 45 48 44 43 76 82 59 80 80 68 49 67 76 57 61 47 51 52 67 145 68 62 52 50 49 65 86 89 140 86 85 61 72 56 64 68 61 64 63 106 142 124 88
|
35
|
+
82 56 59 41 38 47 59 66 57 63 69 65 46 48 57 61 74 97 72 69 123 123 57 127 84 54 65 63 68 48 43 55 62 47 48 61 49 41 47 58 58 46 39 60 61 48 50 50 74 88 100 61 85 70 60 72 72 55 51 62 50 72 59 100 135 65 71 62 61 59 60 81 76 144 69 66 59 56 49 59 44 70 60 51 86 90 112 79
|
36
|
+
41 54 58 50 47 47 62 56 55 36 43 100 44 47 51 77 91 81 54 52 82 127 57 121 64 43 67 49 57 47 57 48 43 46 49 69 44 50 38 45 40 53 69 68 89 86 76 85 95 85 85 103 109 100 97 73 77 52 63 73 66 73 74 129 99 60 79 67 65 64 57 62 59 122 87 62 53 59 57 55 43 50 49 57 70 34 30 52
|
37
|
+
83 46 74 48 47 40 75 68 58 47 76 115 71 55 68 72 65 58 29 29 36 109 96 31 50 72 54 37 41 57 50 59 47 68 77 71 78 91 56 71 71 80 77 87 86 82 79 96 79 84 73 88 111 94 86 85 87 89 74 69 86 58 61 95 57 55 63 53 72 72 71 80 61 96 75 81 64 63 61 63 69 71 60 74 107 71 59 49
|
38
|
+
99 73 46 29 47 59 74 67 68 72 77 91 89 45 55 48 49 45 38 39 40 57 69 51 49 45 33 52 64 68 76 79 61 94 92 85 85 93 87 106 106 81 80 75 72 84 89 93 105 84 87 79 76 73 60 69 65 78 76 57 80 60 66 74 49 56 61 61 77 65 76 71 60 70 67 63 60 58 75 64 74 84 89 93 93 85 61 65
|
39
|
+
82 73 36 40 60 62 62 67 64 72 61 58 46 61 65 54 57 48 55 51 54 55 49 62 50 49 48 51 74 53 84 79 81 105 91 100 99 78 87 121 90 85 86 66 63 71 85 86 90 91 76 67 68 53 51 64 63 72 53 53 72 81 52 72 77 84 76 63 69 62 55 58 71 69 76 75 64 60 84 69 70 98 96 79 89 96 56 62
|
@@ -0,0 +1,41 @@
|
|
1
|
+
P2
|
2
|
+
70 37
|
3
|
+
# 55
|
4
|
+
255
|
5
|
+
225 226 227 227 227 225 225 225 226 226 225 232 233 229 231 217 184 207 204 215 232 230 228 197 191 136 125 129 144 124 118 78 95 137 146 158 217 159 178 95 43 110 153 190 185 184 202 166 109 104 95 87 82 89 100 138 118 147 191 140 101 99 91 106 121 125 158 127 94 207
|
6
|
+
226 226 226 227 227 226 226 226 226 230 212 182 176 176 178 154 135 173 150 148 145 164 205 217 195 167 119 159 124 116 132 87 57 115 121 109 165 192 90 80 175 171 164 179 160 165 151 125 98 113 95 77 118 82 89 122 137 133 154 161 105 81 72 92 95 94 124 172 191 241
|
7
|
+
227 227 228 228 228 228 228 228 229 224 191 196 189 221 223 217 209 226 190 180 188 159 136 129 117 103 70 100 83 112 83 47 72 122 80 121 219 82 111 227 229 190 128 92 88 91 84 83 95 102 107 84 96 105 94 118 97 124 89 69 94 95 69 62 111 128 184 170 131 230
|
8
|
+
229 229 229 229 229 229 230 231 232 225 226 236 233 234 233 234 236 232 225 231 237 240 236 221 202 151 120 76 135 136 82 48 66 87 86 80 68 116 235 141 95 106 105 131 110 84 132 121 92 90 118 115 78 161 186 76 103 113 78 78 119 96 99 111 144 154 147 129 163 251
|
9
|
+
233 231 231 230 230 231 231 231 232 233 234 233 234 234 235 236 235 236 240 237 234 231 232 234 236 240 202 121 67 116 166 56 52 93 113 41 108 186 95 112 176 225 226 193 77 147 155 103 72 68 127 121 113 97 107 54 67 71 59 80 114 128 115 88 118 220 113 86 193 253
|
10
|
+
239 236 232 232 231 231 231 232 232 232 232 235 235 236 238 241 242 242 242 241 240 238 239 238 247 210 163 209 210 155 68 63 49 73 88 109 145 86 148 239 255 250 247 110 94 192 114 140 107 98 133 138 129 115 78 62 58 72 67 66 93 114 112 109 192 236 222 229 242 244
|
11
|
+
238 238 235 233 233 234 235 233 234 235 235 235 236 237 238 242 243 243 243 244 243 242 242 243 242 219 243 248 231 169 117 56 41 63 140 165 107 158 255 249 242 250 177 105 112 138 103 88 134 146 88 147 88 104 115 116 145 105 114 96 88 123 169 226 242 237 238 237 236 238
|
12
|
+
241 243 239 238 243 248 248 246 245 245 242 240 241 241 243 245 244 244 244 244 245 244 243 243 243 243 203 185 196 213 141 64 68 97 148 165 165 236 247 244 248 247 173 197 201 185 144 74 152 131 90 87 79 177 119 177 227 160 88 121 172 186 200 240 242 238 237 236 237 236
|
13
|
+
241 245 245 243 244 247 247 248 248 248 247 247 247 247 246 246 245 244 244 243 243 243 243 242 245 219 199 181 185 170 73 42 41 96 149 150 192 245 250 246 246 245 255 176 131 168 141 113 153 175 99 66 76 183 200 213 196 79 104 164 251 237 219 234 239 237 236 235 234 233
|
14
|
+
243 244 246 243 242 241 242 246 244 245 246 245 246 246 246 246 245 245 245 245 245 245 245 243 243 216 188 196 181 161 195 96 53 82 141 147 125 179 223 234 245 238 217 155 75 104 145 188 164 146 129 127 114 188 181 136 208 167 134 185 187 227 238 233 233 232 232 233 233 233
|
15
|
+
244 242 243 243 245 245 245 247 246 245 245 245 246 245 246 247 248 246 246 246 246 247 247 245 245 243 198 176 220 241 213 118 77 65 108 150 183 202 181 225 247 235 148 141 54 100 153 223 252 181 181 210 169 178 215 186 242 249 218 135 166 236 237 239 238 236 237 236 234 234
|
16
|
+
244 242 242 242 244 248 249 248 248 248 248 247 244 244 245 246 249 248 245 245 246 248 245 241 245 236 185 228 249 236 235 109 55 55 101 152 209 251 239 242 241 241 244 205 74 84 159 210 244 251 205 223 183 152 248 247 241 239 243 239 244 238 238 239 240 243 243 244 241 241
|
17
|
+
240 238 238 239 241 243 243 244 246 247 248 245 243 244 243 244 246 246 244 244 244 243 242 241 246 216 224 246 235 234 252 134 49 52 83 153 181 237 236 237 237 237 240 234 177 195 239 229 242 246 235 238 246 245 248 243 242 241 240 239 237 237 237 237 238 240 242 242 243 243
|
18
|
+
241 238 237 239 239 239 238 239 241 241 243 243 241 243 243 243 244 245 244 243 242 240 239 239 239 226 238 236 236 232 247 145 37 83 61 109 137 218 240 235 236 236 236 238 234 238 242 243 243 242 246 248 247 248 246 245 243 241 240 237 237 236 236 237 237 238 238 239 240 239
|
19
|
+
244 245 243 241 241 238 238 238 238 239 239 239 239 240 239 240 242 244 242 241 239 237 236 235 235 237 235 234 233 230 244 136 33 125 58 77 148 181 241 232 234 235 235 235 236 236 236 238 240 241 242 243 245 245 244 243 243 242 242 240 238 236 237 238 238 238 238 238 237 236
|
20
|
+
243 243 242 239 239 238 237 237 237 237 235 235 234 235 235 235 235 235 234 234 234 234 233 232 232 232 232 232 232 229 242 120 34 125 72 43 136 163 231 232 232 232 233 233 233 234 236 236 237 238 241 242 242 243 243 243 243 243 242 241 240 238 238 240 240 239 241 241 239 237
|
21
|
+
246 245 243 242 241 240 238 238 236 237 245 248 248 246 246 244 241 241 241 238 235 235 233 232 232 234 233 232 232 229 242 116 31 77 163 48 115 162 218 233 230 231 231 232 232 233 234 235 236 236 238 239 240 241 242 242 242 242 242 240 239 237 238 241 241 239 240 242 241 241
|
22
|
+
246 246 245 243 243 242 240 236 245 241 198 173 165 171 189 200 209 207 219 240 251 247 241 243 240 235 234 235 235 233 241 131 47 14 86 75 78 133 199 238 231 231 231 232 232 232 233 233 234 236 236 236 237 237 239 239 239 239 240 240 237 236 237 240 239 238 240 242 242 241
|
23
|
+
245 244 242 242 242 241 239 251 213 107 68 62 51 69 72 80 98 96 101 112 148 190 215 199 216 245 250 239 236 236 243 137 68 27 27 137 98 119 192 239 233 232 231 232 232 232 232 233 233 234 235 235 235 235 236 236 236 237 238 238 237 236 237 239 238 238 240 241 242 241
|
24
|
+
241 241 248 245 244 244 246 203 82 63 75 60 70 93 114 130 138 149 152 152 121 81 87 76 86 129 174 240 240 233 245 141 89 59 45 165 113 116 180 239 234 235 232 232 232 231 232 233 232 233 233 233 234 234 234 234 235 235 236 236 236 236 237 237 239 240 241 240 242 242
|
25
|
+
241 240 177 120 136 192 222 95 76 88 56 66 116 124 108 107 104 119 151 139 85 61 51 62 69 82 65 110 235 234 246 155 77 66 55 162 111 116 182 240 234 235 234 233 232 232 230 227 232 232 232 233 233 234 235 235 235 237 237 236 236 237 237 239 239 240 240 241 242 242
|
26
|
+
248 207 53 47 69 75 114 77 77 82 40 93 127 91 73 73 101 75 91 84 68 59 54 66 94 106 112 52 174 243 240 199 68 83 54 152 135 131 174 239 233 235 235 236 235 234 233 232 234 234 236 235 237 239 239 238 240 241 241 240 240 240 240 241 240 241 241 242 243 243
|
27
|
+
250 196 33 34 30 37 63 61 71 51 57 83 79 56 64 59 66 62 78 70 75 76 65 65 77 83 87 54 128 238 233 231 86 75 63 116 141 132 167 239 234 235 228 230 236 229 226 233 236 236 240 229 195 223 233 235 234 237 240 242 242 241 241 242 240 240 241 241 241 242
|
28
|
+
232 113 9 19 14 22 30 37 42 39 50 61 71 60 43 38 41 65 88 68 64 82 76 43 36 51 55 41 102 227 235 243 109 71 65 75 125 147 152 229 225 228 209 207 212 199 222 224 223 230 229 216 203 198 218 228 225 230 240 244 246 250 246 239 238 245 248 238 242 242
|
29
|
+
209 57 6 14 13 18 17 15 22 48 42 59 56 46 34 29 36 61 71 49 50 64 46 29 28 48 31 36 78 191 204 225 111 67 52 59 107 148 145 196 199 198 199 197 186 189 212 204 203 210 197 203 191 134 137 145 154 141 164 176 167 162 176 173 164 170 210 229 230 243
|
30
|
+
117 15 17 13 15 16 15 14 25 46 41 48 44 37 31 30 34 49 45 30 25 23 28 22 30 44 21 49 68 169 168 195 108 62 78 58 106 160 155 176 181 182 186 190 193 203 208 200 214 213 208 154 83 82 106 115 119 103 102 109 108 96 91 109 133 136 107 167 222 223
|
31
|
+
103 11 20 18 15 21 33 15 32 38 46 31 35 32 30 33 33 32 32 22 22 27 21 27 34 44 48 49 53 168 184 189 102 72 93 66 129 142 153 184 204 205 200 200 201 200 209 187 133 124 110 69 91 106 100 111 96 97 92 113 125 93 71 86 104 156 129 129 205 193
|
32
|
+
74 13 21 21 14 28 45 14 27 29 37 23 26 25 24 26 25 27 26 20 19 34 25 29 26 35 45 23 62 163 181 186 93 68 122 70 126 152 165 181 180 182 182 163 190 190 154 57 21 89 60 45 81 93 89 84 71 66 80 98 106 76 82 105 98 115 155 183 195 191
|
33
|
+
42 1 19 17 17 29 48 11 22 19 19 18 18 21 18 16 16 24 24 14 13 17 20 25 56 78 15 36 56 151 181 156 74 96 152 120 137 151 169 163 163 169 164 167 184 197 84 42 106 93 76 79 104 107 76 66 58 57 62 89 111 62 58 75 105 114 151 199 185 169
|
34
|
+
162 81 14 16 14 32 68 12 24 19 19 18 14 14 32 27 16 20 19 12 12 22 14 57 157 183 113 28 45 92 170 144 111 131 140 141 172 146 171 171 180 190 173 172 183 183 68 51 87 34 31 77 111 115 101 68 65 100 71 84 123 69 65 81 112 149 118 193 185 172
|
35
|
+
174 169 84 0 35 124 166 115 42 18 23 16 12 3 40 46 22 8 14 12 10 18 12 98 182 175 179 82 39 51 153 178 175 173 162 163 190 175 181 179 182 192 185 170 179 136 49 29 55 122 102 54 111 67 129 101 56 107 65 60 101 81 93 83 119 124 102 181 188 174
|
36
|
+
155 153 151 75 130 180 179 164 37 16 37 16 14 18 44 50 33 31 8 13 27 55 22 99 188 182 181 173 68 68 159 180 161 177 174 183 184 170 171 168 172 188 179 169 174 152 76 99 175 192 193 162 145 97 114 51 97 150 121 114 134 152 192 123 120 149 116 149 141 171
|
37
|
+
147 144 141 165 166 168 173 137 25 15 54 62 29 23 46 100 141 148 116 72 143 113 22 96 182 174 179 186 127 72 150 156 152 168 164 180 176 168 170 174 169 186 173 178 176 179 180 189 182 164 174 163 119 127 148 53 171 198 195 185 190 184 189 169 121 136 191 147 162 201
|
38
|
+
161 148 157 157 160 166 174 169 53 33 72 107 59 42 53 162 172 178 170 161 177 107 72 150 167 156 168 176 151 69 146 144 162 171 170 170 186 178 178 181 181 182 183 192 189 186 176 175 174 163 176 135 140 179 156 108 170 185 186 195 187 197 180 185 144 149 193 190 155 195
|
39
|
+
181 162 166 166 174 167 169 167 113 68 70 74 88 108 129 187 165 173 180 183 175 129 159 182 166 160 169 176 171 123 162 172 180 184 169 172 187 182 184 184 189 186 189 196 194 195 191 182 181 187 190 163 180 193 162 163 194 187 187 197 186 195 185 178 172 185 181 192 182 182
|
40
|
+
180 181 175 167 176 170 169 155 146 147 115 123 152 140 170 196 164 181 194 181 173 189 184 185 187 179 183 189 180 170 181 191 182 189 178 183 195 184 184 197 198 193 192 190 187 194 203 194 186 190 190 191 195 186 189 189 189 200 185 188 189 187 193 188 190 197 179 190 194 188
|
41
|
+
185 193 183 181 183 183 179 166 163 170 182 184 188 186 187 203 185 185 195 189 189 198 193 190 184 192 195 200 195 194 191 198 189 194 194 189 200 189 190 194 193 190 199 192 191 190 197 191 192 190 190 193 186 186 193 195 186 190 194 188 194 191 189 196 195 203 186 185 199 194
|
@@ -0,0 +1,64 @@
|
|
1
|
+
P2
|
2
|
+
53 60
|
3
|
+
# 33
|
4
|
+
255
|
5
|
+
36 36 36 36 36 36 36 37 37 36 36 37 39 39 38 36 37 36 37 37 36 36 36 36 36 36 36 37 36 38 37 36 37 36 37 36 37 36 37 36 39 44 35 37 36 36 36 36 36 36 36 36 36
|
6
|
+
37 37 36 36 36 36 36 37 36 36 37 32 25 25 32 37 36 36 36 36 36 36 36 36 36 36 37 36 37 31 33 37 37 36 36 36 36 36 36 36 39 40 35 36 36 36 36 36 37 36 36 36 36
|
7
|
+
33 31 36 36 36 36 36 37 37 37 32 56 108 99 54 32 37 36 36 36 36 36 36 36 36 36 37 36 36 69 50 34 37 37 36 36 36 36 36 36 39 37 36 36 36 37 37 36 36 36 36 36 36
|
8
|
+
53 69 35 36 36 36 37 39 38 34 47 128 136 188 175 46 34 37 36 36 36 36 37 36 36 37 37 35 39 108 132 30 34 37 37 37 36 36 37 36 45 37 36 36 36 36 36 36 36 36 36 36 36
|
9
|
+
72 90 54 35 36 37 34 28 34 30 92 156 79 117 159 74 28 38 36 36 37 36 36 37 36 37 38 30 71 105 110 104 44 35 37 36 36 36 36 38 45 36 36 37 36 36 36 37 36 36 36 36 36
|
10
|
+
79 36 51 40 36 34 44 76 54 24 68 178 38 101 143 109 27 40 36 37 37 36 37 37 36 37 36 36 111 135 95 130 94 36 37 36 36 36 35 40 43 35 36 36 36 36 37 39 37 36 36 36 37
|
11
|
+
103 61 29 38 36 36 162 208 161 85 39 151 132 111 85 84 36 30 37 37 37 36 37 38 38 38 37 36 103 149 78 108 96 43 35 36 36 37 35 44 42 35 37 36 36 37 32 25 36 37 37 37 37
|
12
|
+
61 113 34 38 32 56 176 121 41 155 55 69 190 126 99 135 145 88 30 36 37 37 38 32 29 31 37 34 92 154 112 96 67 39 36 37 36 36 35 47 40 37 38 37 37 31 68 116 35 31 34 30 34
|
13
|
+
38 114 69 31 32 62 127 49 19 164 77 37 178 154 164 171 172 173 110 32 37 36 32 64 83 65 40 22 81 147 96 62 48 38 36 37 37 37 38 43 31 30 33 37 39 24 124 184 103 112 117 98 44
|
14
|
+
95 100 88 29 33 70 106 16 67 203 71 106 179 141 132 162 176 164 173 64 32 34 91 161 174 173 154 96 134 186 57 38 37 36 37 36 37 37 32 49 61 70 52 32 35 42 122 101 137 133 152 158 105
|
15
|
+
134 113 57 33 27 39 59 57 170 192 185 219 201 122 119 112 125 99 142 81 26 48 144 162 172 185 190 140 107 145 137 44 34 37 36 36 38 31 82 162 182 182 164 94 36 43 54 82 158 115 141 135 117
|
16
|
+
111 69 30 38 101 167 170 207 202 151 213 216 219 122 95 90 61 42 90 72 31 42 116 161 158 167 169 90 143 87 103 116 27 39 37 37 34 48 158 178 172 167 162 144 61 26 20 101 162 87 120 126 89
|
17
|
+
69 38 39 136 193 195 199 195 186 110 207 218 202 128 41 65 49 37 51 62 36 36 62 120 154 162 148 114 156 114 87 116 37 38 37 37 32 57 162 157 137 156 106 115 121 108 37 142 124 39 104 124 60
|
18
|
+
33 31 115 167 166 159 150 144 190 136 200 219 161 106 32 33 37 38 34 39 36 37 45 62 98 116 126 118 99 97 131 107 30 35 38 38 32 57 155 143 126 144 142 107 118 116 40 169 93 13 52 109 45
|
19
|
+
35 74 114 123 127 122 146 148 136 185 210 164 107 80 33 37 42 40 36 36 37 36 36 36 47 44 43 39 39 37 79 117 42 46 34 34 34 49 171 164 107 83 80 43 42 40 34 181 87 100 139 143 55
|
20
|
+
76 110 85 83 93 131 142 132 90 62 81 60 58 43 35 36 42 40 36 36 37 38 37 37 38 41 41 40 40 31 53 170 192 194 151 40 36 33 113 139 53 56 43 34 36 34 43 181 182 211 218 209 145
|
21
|
+
49 45 62 52 70 100 71 60 43 31 73 54 46 36 37 35 50 44 35 37 36 37 37 36 35 43 45 34 39 28 128 222 216 215 222 97 26 38 34 36 32 42 43 36 37 35 44 184 211 211 213 199 177
|
22
|
+
37 34 34 32 50 59 32 63 42 31 68 52 35 37 36 35 46 41 36 36 36 38 37 37 34 49 56 34 34 48 194 214 213 211 209 101 27 40 40 38 36 44 42 35 37 37 34 147 212 206 195 181 168
|
23
|
+
36 37 36 39 65 35 39 54 35 34 47 58 34 37 36 36 42 37 36 36 36 37 36 36 35 43 50 36 30 68 206 215 215 210 184 83 29 39 39 36 34 45 45 34 36 38 32 64 168 186 174 168 149
|
24
|
+
36 37 32 63 47 32 43 59 34 36 42 64 33 37 36 36 42 37 36 36 38 36 36 36 35 42 47 37 33 55 193 215 203 176 136 52 33 37 35 37 34 48 45 34 36 36 37 31 76 140 148 146 134
|
25
|
+
37 34 51 63 32 36 47 58 33 37 38 66 37 36 36 36 44 36 36 37 43 36 36 37 35 44 52 38 30 67 189 168 100 84 69 34 37 36 38 37 34 49 43 35 36 36 36 37 33 46 55 68 89
|
26
|
+
36 35 64 41 35 33 52 57 33 36 45 65 44 34 36 36 44 36 36 36 36 36 36 36 35 42 48 36 30 76 126 93 42 31 35 36 36 36 37 37 34 50 42 35 36 36 36 37 35 45 39 32 51
|
27
|
+
37 33 60 51 34 33 54 60 33 36 43 59 61 31 37 37 45 35 36 36 36 36 36 36 35 40 47 35 37 34 68 55 32 38 36 36 36 36 36 37 34 50 41 35 36 36 36 37 34 49 43 37 48
|
28
|
+
36 34 43 64 34 35 45 51 34 36 43 49 63 32 36 38 44 35 36 36 36 36 36 36 35 40 50 34 37 36 35 55 36 36 36 36 36 36 36 37 33 53 42 35 36 36 36 36 33 51 45 34 39
|
29
|
+
36 37 33 63 43 33 43 55 34 35 45 45 60 34 36 38 42 36 37 36 36 36 36 36 35 40 51 35 37 35 41 58 34 36 36 36 36 36 36 37 34 57 43 34 36 36 37 37 32 55 54 33 47
|
30
|
+
36 37 33 51 57 31 42 58 34 35 46 43 60 34 36 38 39 36 36 36 36 36 36 36 36 37 40 37 36 35 40 59 35 36 36 36 36 36 37 38 35 49 41 35 36 36 36 37 34 46 55 32 58
|
31
|
+
36 37 35 39 64 34 40 58 35 35 47 43 62 34 36 36 38 36 36 36 36 36 34 35 36 37 42 36 37 36 37 56 37 36 36 36 36 36 37 37 35 42 38 36 36 36 36 36 34 43 48 34 55
|
32
|
+
36 36 37 32 63 46 36 59 36 35 46 41 64 37 36 36 39 37 36 36 36 35 58 41 35 38 42 35 36 36 35 57 39 35 36 36 36 36 37 38 35 42 38 36 36 36 36 36 34 42 52 38 56
|
33
|
+
37 37 38 33 51 59 33 63 35 35 47 40 66 39 36 36 39 37 36 36 36 35 45 38 35 38 40 35 38 44 33 57 42 35 36 36 36 37 37 37 39 40 38 36 36 38 37 36 35 45 52 44 51
|
34
|
+
39 38 38 34 49 57 33 64 42 35 46 38 68 37 35 36 39 38 36 36 37 36 35 35 36 37 43 39 38 38 33 55 46 35 38 36 36 36 36 36 41 41 38 36 36 36 36 37 35 44 55 44 49
|
35
|
+
38 37 37 36 41 42 35 45 42 36 53 45 71 41 40 37 38 37 37 38 38 36 37 37 36 37 41 35 39 39 32 56 52 33 38 36 36 36 38 39 36 41 39 36 36 38 36 36 36 44 59 57 55
|
36
|
+
36 39 37 36 39 42 36 43 36 38 47 48 83 45 58 38 38 36 38 39 36 36 37 36 36 36 41 36 40 39 34 46 48 37 36 36 37 36 40 51 39 50 45 37 41 41 37 38 38 49 61 60 57
|
37
|
+
49 40 43 39 42 41 39 41 37 38 44 57 78 45 45 36 39 37 36 36 36 37 37 37 37 38 42 39 39 36 35 41 47 37 36 37 38 37 42 56 50 39 43 40 39 40 39 38 43 54 55 55 55
|
38
|
+
52 47 47 37 44 40 36 45 37 35 42 40 56 42 36 37 38 42 37 37 36 38 39 38 38 41 39 36 37 37 35 47 49 37 36 39 40 36 36 42 42 46 54 47 45 47 39 37 39 54 68 84 65
|
39
|
+
45 46 46 37 47 39 38 47 36 36 39 37 55 41 36 36 36 41 37 37 37 37 38 37 37 39 44 50 44 43 42 54 42 36 37 37 37 43 55 54 42 45 52 52 49 44 39 40 53 71 78 89 71
|
40
|
+
53 53 51 44 41 37 40 54 42 40 41 40 59 45 36 44 47 38 37 37 37 37 39 43 52 61 72 65 64 53 52 57 44 41 38 39 37 35 76 109 72 44 52 49 58 58 41 42 63 68 78 82 62
|
41
|
+
57 59 55 47 41 39 37 47 41 42 48 40 66 48 36 43 41 38 37 39 39 37 48 63 85 96 101 92 84 67 77 73 53 44 37 36 37 35 88 99 73 60 77 64 55 48 49 42 44 57 67 55 53
|
42
|
+
41 49 59 57 37 51 37 52 36 44 43 39 66 60 51 50 52 42 49 43 37 38 48 66 92 111 125 131 135 111 101 76 69 55 36 45 40 50 100 103 72 69 73 59 48 44 42 39 55 59 58 49 40
|
43
|
+
36 42 70 55 39 38 36 52 42 35 40 41 84 77 50 56 52 39 41 47 50 36 43 94 114 105 121 129 134 124 106 77 71 55 35 44 43 39 70 86 82 64 56 55 48 45 40 41 49 48 53 53 41
|
44
|
+
39 61 45 51 45 37 36 47 42 37 41 44 74 87 67 78 89 72 57 79 50 35 37 53 72 72 73 68 57 67 81 57 58 56 56 40 39 40 47 57 65 61 55 51 44 38 37 38 47 51 61 48 37
|
45
|
+
35 62 68 44 54 54 37 75 56 41 40 59 71 66 86 88 101 106 67 71 53 38 40 51 72 81 70 59 63 53 78 79 71 50 58 63 46 40 55 85 65 76 71 55 46 42 49 50 69 55 75 80 59
|
46
|
+
35 51 48 40 42 56 41 60 57 39 39 49 66 66 83 90 85 83 80 67 36 43 42 58 69 72 76 70 59 63 87 89 95 91 98 81 45 44 58 79 66 60 68 51 46 47 57 52 53 58 64 68 61
|
47
|
+
51 48 50 45 39 48 39 37 48 44 40 50 68 51 70 77 70 56 59 51 38 37 41 48 54 55 55 52 56 79 118 116 84 87 96 80 45 43 44 62 63 50 46 45 45 39 41 48 83 119 120 106 102
|
48
|
+
65 61 69 55 48 65 73 62 55 51 43 53 72 51 90 80 58 49 38 39 37 39 42 36 36 36 36 36 41 43 123 152 128 123 115 102 68 38 54 58 55 51 49 57 66 40 63 64 69 100 123 116 103
|
49
|
+
40 42 63 68 66 76 96 87 78 70 54 68 80 67 81 52 34 37 35 35 49 50 41 41 39 40 39 39 40 32 134 204 203 192 171 132 47 40 51 43 42 38 42 41 42 42 41 61 94 102 132 138 118
|
50
|
+
40 37 40 82 94 86 90 109 114 101 78 65 55 61 72 46 41 45 55 45 42 42 37 39 39 39 39 40 43 40 68 169 192 181 171 131 40 41 43 43 47 39 40 41 39 42 39 60 130 126 109 95 74
|
51
|
+
37 38 38 48 114 135 118 112 108 125 99 60 56 57 36 41 44 46 53 43 38 38 39 38 39 39 40 40 39 42 31 113 197 152 104 66 38 41 40 39 39 40 42 40 40 45 39 62 117 99 101 105 93
|
52
|
+
37 40 39 36 72 117 128 151 154 132 63 59 56 47 41 39 40 38 35 38 38 38 38 40 39 39 39 39 39 40 37 86 129 125 121 56 40 45 40 40 41 42 38 49 45 46 29 103 144 66 102 92 56
|
53
|
+
37 37 38 37 43 52 72 102 116 109 50 54 57 52 55 37 38 38 39 38 39 40 38 45 42 38 39 38 38 39 35 69 60 28 89 101 40 42 40 39 39 54 40 50 42 46 57 123 104 37 93 67 34
|
54
|
+
37 37 38 38 43 41 43 37 29 38 42 43 61 69 60 36 39 38 40 38 40 41 39 41 39 39 37 46 54 40 33 69 79 52 41 40 40 40 40 40 39 37 39 46 39 59 61 105 131 53 57 59 67
|
55
|
+
37 37 37 37 36 37 36 38 38 46 62 117 124 94 71 35 39 38 38 38 38 38 40 41 38 39 38 41 57 54 38 86 68 42 41 42 50 41 40 41 43 40 39 39 37 53 66 68 136 59 43 41 37
|
56
|
+
37 37 37 37 37 37 37 39 32 69 137 175 180 125 79 35 39 38 38 38 38 39 38 38 38 38 39 36 44 88 116 70 34 40 42 42 56 46 36 36 38 38 38 40 37 34 34 43 97 55 37 46 48
|
57
|
+
36 37 37 37 37 37 37 38 37 115 103 162 187 163 68 34 41 38 38 38 38 41 38 38 38 38 38 38 38 68 81 46 36 40 40 37 35 36 48 53 37 40 40 37 48 59 42 49 93 53 49 48 47
|
58
|
+
41 38 37 37 37 37 37 35 45 158 65 97 158 147 54 36 54 39 37 38 38 40 38 38 38 38 37 40 42 34 33 37 38 38 37 37 39 38 45 48 37 50 41 40 52 44 45 77 86 44 40 45 71
|
59
|
+
39 37 39 37 37 37 37 37 42 123 112 36 103 70 29 40 90 48 37 38 38 37 38 40 38 38 38 38 38 38 40 40 38 38 41 45 37 40 37 36 38 40 42 39 37 35 42 112 81 34 38 38 36
|
60
|
+
36 37 37 37 37 37 40 58 39 24 113 106 86 61 33 64 78 38 39 38 38 38 38 38 38 38 38 38 39 39 39 38 39 38 43 47 37 38 38 38 40 57 50 38 39 40 36 85 74 36 40 37 38
|
61
|
+
37 37 37 37 37 36 40 73 49 27 89 96 54 56 46 97 69 34 39 39 38 38 38 38 38 39 39 38 39 40 40 40 40 40 39 38 40 39 39 39 39 39 38 39 38 40 38 35 37 39 38 47 41
|
62
|
+
37 37 37 37 38 39 34 83 96 61 89 46 40 50 57 73 49 37 41 39 39 39 39 38 39 39 39 39 39 40 40 40 39 39 39 39 39 39 41 41 40 41 41 41 39 39 39 41 40 39 39 43 40
|
63
|
+
37 37 37 37 37 39 34 69 111 78 72 38 38 38 37 34 37 43 44 39 40 40 39 39 40 41 40 40 40 40 40 40 39 39 41 44 39 44 63 41 40 41 41 41 41 40 40 40 40 40 39 39 39
|
64
|
+
37 37 38 38 38 38 38 38 57 51 37 39 40 40 41 41 42 42 41 43 42 42 42 42 40 54 46 43 44 43 42 42 42 41 44 51 44 43 48 43 45 44 41 41 41 40 41 41 40 40 39 40 40
|
@@ -0,0 +1,31 @@
|
|
1
|
+
P2
|
2
|
+
97 27
|
3
|
+
# 72
|
4
|
+
255
|
5
|
+
164 162 162 159 156 158 163 161 161 160 160 162 165 164 163 160 159 158 157 156 155 158 158 157 159 160 155 149 149 149 148 151 155 155 157 161 161 159 163 164 164 162 160 159 161 164 169 165 157 157 155 152 152 150 158 170 185 203 213 215 211 209 209 220 214 203 181 166 191 197 182 177 187 185 195 180 198 203 194 180 192 175 162 185 180 184 186 187 190 193 190 176 173 179 168 195 174
|
6
|
+
159 155 155 155 152 151 159 159 160 158 156 160 166 167 168 171 171 170 167 165 164 162 161 161 160 162 163 159 157 156 153 153 150 147 144 145 148 146 145 146 148 148 149 151 153 159 164 174 174 169 167 166 166 167 163 161 163 175 199 210 210 209 189 149 202 217 218 214 217 211 194 180 177 174 172 160 168 177 172 175 185 180 167 156 173 182 172 165 177 173 181 158 165 183 182 195 185
|
7
|
+
153 164 169 152 160 190 206 199 195 184 191 191 181 185 184 183 183 181 179 177 176 177 177 175 178 178 179 179 176 174 176 180 180 180 177 176 174 175 172 164 164 165 161 157 154 152 154 158 165 169 170 164 164 167 167 168 173 175 173 176 193 204 168 43 142 201 201 207 199 201 199 186 172 163 154 160 160 167 158 159 157 163 158 147 145 133 126 141 147 165 170 186 182 196 213 194 169
|
8
|
+
153 198 201 185 221 191 173 190 177 176 178 177 158 171 175 197 177 191 181 185 183 175 172 171 170 174 173 173 173 173 173 173 175 178 182 185 186 188 192 188 184 183 183 181 177 177 175 173 171 173 173 172 164 161 161 163 160 160 155 163 195 195 140 68 167 119 145 156 147 151 172 192 183 186 167 159 155 153 160 160 157 153 147 141 144 147 144 129 122 126 118 127 127 140 145 181 191
|
9
|
+
153 204 192 175 152 111 110 91 100 98 93 77 116 142 87 86 101 103 125 124 150 182 185 179 167 164 162 160 163 162 159 157 152 146 149 152 154 156 161 165 166 165 167 172 173 174 174 176 177 181 183 189 191 183 178 174 170 167 171 168 178 169 115 99 111 75 84 98 85 102 112 121 114 151 183 187 183 185 163 169 168 170 158 154 152 149 149 138 138 132 113 96 90 104 99 115 150
|
10
|
+
181 209 178 123 93 96 90 76 92 103 76 68 89 120 93 91 97 117 130 120 106 132 143 171 189 161 159 156 154 155 155 157 153 148 145 144 144 144 143 143 145 145 143 142 144 146 147 149 151 154 161 168 176 183 186 183 178 182 167 114 126 105 98 95 88 111 87 95 99 90 79 66 91 92 85 92 107 124 125 139 146 158 155 149 152 145 140 148 154 153 121 112 132 136 131 123 131
|
11
|
+
185 181 112 86 97 104 100 123 130 108 82 67 68 113 103 84 120 162 135 153 126 134 93 131 155 136 144 152 150 152 150 149 148 147 144 141 142 141 140 137 136 138 136 133 131 130 131 133 133 132 131 132 134 138 146 155 154 114 78 94 83 53 90 100 103 125 125 124 115 107 75 70 93 96 74 76 69 78 99 77 99 135 153 169 161 157 157 146 149 147 152 158 137 141 120 134 122
|
12
|
+
167 145 40 51 72 96 107 106 123 128 75 62 90 77 78 83 90 130 149 111 88 65 103 99 96 116 128 114 143 151 153 147 146 145 141 139 140 140 139 138 135 135 137 134 133 132 132 133 135 134 133 132 129 128 127 130 134 83 59 71 57 54 98 87 62 106 115 136 136 116 90 69 67 104 95 81 93 104 100 113 105 117 96 152 155 137 153 171 151 154 173 177 147 142 139 160 151
|
13
|
+
180 111 44 70 54 76 63 75 85 112 108 115 91 73 71 67 69 77 103 89 87 86 88 116 79 78 93 89 72 121 154 151 147 147 145 143 144 147 146 147 142 138 136 136 135 131 131 129 132 133 134 134 132 129 130 128 128 138 151 68 61 110 137 132 96 77 82 108 126 136 74 66 91 91 89 77 77 97 95 101 86 94 84 101 104 107 118 140 171 167 154 150 156 163 152 165 169
|
14
|
+
129 28 46 53 98 137 104 84 70 64 107 98 85 84 84 89 68 81 84 90 82 116 84 91 76 50 60 79 69 74 122 153 149 148 150 146 143 137 136 136 138 137 135 134 134 131 131 128 128 129 131 132 132 130 127 128 128 126 134 117 138 146 136 139 143 135 112 90 87 123 109 108 89 73 68 70 61 65 96 69 78 56 99 101 85 111 109 92 107 151 149 143 139 144 146 152 146
|
15
|
+
142 94 65 96 154 158 159 158 144 141 118 96 79 80 70 60 59 70 89 92 94 110 109 84 81 68 74 85 70 83 101 152 151 151 149 151 148 143 139 137 138 144 144 144 148 150 150 150 148 144 144 143 142 141 140 138 135 132 133 138 134 141 144 141 137 139 144 145 133 96 126 111 95 88 86 91 65 73 76 92 80 101 74 105 70 51 73 81 57 101 159 141 139 145 139 158 164
|
16
|
+
156 157 124 148 149 142 142 145 145 190 180 115 66 79 68 52 44 77 83 101 102 93 87 87 89 61 63 67 71 79 89 146 151 153 149 148 153 148 144 138 138 143 151 152 153 155 159 160 157 151 147 148 150 150 150 153 150 145 141 139 138 139 143 150 152 147 141 146 210 167 151 95 88 83 75 78 62 66 83 82 80 107 101 84 76 65 75 87 82 77 150 188 188 181 160 177 177
|
17
|
+
151 150 159 146 148 146 145 146 146 152 181 114 86 53 64 69 65 67 66 66 74 83 95 76 56 66 54 54 68 61 68 136 156 150 154 147 150 150 145 142 135 135 136 140 136 135 136 138 141 140 135 133 133 133 133 134 138 137 134 135 141 139 136 139 143 150 149 141 186 168 155 136 76 92 74 55 53 64 83 95 93 99 96 90 86 64 77 78 79 90 131 214 217 211 210 183 163
|
18
|
+
155 153 150 152 151 149 148 150 154 150 168 117 81 90 53 67 80 54 54 61 55 65 90 97 65 55 63 60 59 48 59 122 153 147 145 149 145 150 151 149 145 139 137 134 135 135 136 137 140 142 140 136 131 131 130 129 131 131 130 125 127 134 133 130 132 135 144 140 162 159 59 125 91 62 68 67 60 70 73 85 93 86 90 83 77 67 59 60 80 76 109 187 185 188 195 180 157
|
19
|
+
154 154 153 153 153 152 151 151 151 148 162 179 101 54 130 78 60 52 33 34 39 41 49 74 61 32 47 49 39 45 45 134 161 160 164 169 172 165 169 168 166 161 151 148 146 144 139 140 134 137 140 140 137 132 128 129 128 128 129 130 129 124 127 131 127 125 127 128 141 152 39 43 112 78 47 63 71 53 60 59 62 78 98 86 57 69 60 70 70 62 85 158 176 172 169 176 174
|
20
|
+
157 153 151 151 152 151 149 150 148 150 188 150 53 97 174 120 42 114 129 71 50 42 59 45 24 8 0 28 27 35 41 108 162 153 163 163 170 173 169 175 174 172 168 159 157 154 149 145 140 136 134 138 140 135 130 126 126 126 127 129 136 133 124 125 130 130 126 121 150 147 71 36 78 145 110 69 62 42 36 54 53 58 79 96 61 43 64 58 55 59 73 156 160 173 184 189 191
|
21
|
+
187 185 180 178 177 173 169 168 161 179 148 61 117 163 162 134 47 112 176 169 162 151 168 136 33 27 36 42 47 29 58 51 139 177 167 174 177 183 182 180 180 179 174 170 161 162 165 160 157 152 151 149 148 148 148 143 136 134 133 134 139 144 139 133 132 133 130 140 167 124 55 104 135 128 145 123 52 54 48 30 30 31 46 48 27 4 20 45 40 49 59 151 176 174 178 185 180
|
22
|
+
197 197 195 193 195 197 193 195 166 111 79 158 187 176 183 154 42 107 184 175 178 169 182 148 49 104 129 139 149 74 38 53 72 153 196 192 197 200 203 201 199 202 200 198 198 192 193 190 185 183 180 178 173 168 169 168 158 152 147 144 142 143 147 148 144 140 143 160 128 61 108 147 144 144 147 149 74 51 133 132 113 105 139 81 21 10 11 42 35 44 68 89 175 184 182 185 182
|
23
|
+
192 193 193 192 193 194 191 202 128 56 175 193 185 188 194 162 56 96 187 182 183 173 193 112 76 177 175 176 176 177 118 49 38 66 119 183 194 197 197 203 201 197 201 201 199 200 197 196 191 187 184 182 183 178 171 166 167 162 155 147 146 147 150 154 161 160 118 92 74 132 148 139 138 140 145 152 112 34 104 151 144 140 147 167 70 42 85 122 105 38 51 61 110 178 183 191 196
|
24
|
+
192 192 193 189 190 192 190 200 121 116 197 183 186 185 189 178 83 69 181 184 181 177 185 86 110 185 173 178 177 177 185 164 105 56 56 158 194 194 195 198 201 201 196 202 200 199 200 193 196 192 186 188 189 189 187 182 184 179 181 177 172 169 170 169 172 163 56 88 163 170 166 170 167 163 162 166 144 51 73 150 146 147 149 176 75 87 166 152 159 139 76 48 55 111 165 179 184
|
25
|
+
194 193 193 192 192 193 190 197 162 106 191 187 187 187 187 191 141 63 176 187 178 188 146 43 120 187 175 182 183 180 181 180 188 131 38 132 193 189 196 193 198 204 202 198 203 201 199 198 193 192 190 189 188 187 187 188 183 180 179 178 179 175 168 163 183 105 83 170 168 166 168 171 172 174 173 173 174 99 41 140 177 170 169 184 107 83 180 172 173 175 171 119 68 61 84 192 219
|
26
|
+
192 192 193 191 192 191 191 196 169 65 164 195 189 188 184 190 164 105 186 186 191 173 70 86 172 185 181 181 186 184 181 184 178 185 71 104 193 188 193 193 197 200 204 202 199 206 199 196 198 186 182 188 187 187 188 187 184 182 179 177 178 178 175 178 145 73 164 170 166 165 164 164 166 167 170 168 170 155 67 127 180 168 161 180 127 54 159 175 176 174 171 181 170 108 50 146 231
|
27
|
+
192 193 192 190 190 191 191 200 122 48 176 193 189 189 186 197 141 121 192 163 124 67 99 184 189 186 187 185 187 188 185 185 180 187 91 88 190 186 190 192 192 193 200 204 198 200 205 201 205 202 195 189 185 185 185 183 183 184 180 176 175 182 149 94 49 115 173 167 169 165 163 163 164 165 164 167 173 156 73 141 174 172 176 183 86 76 166 173 174 176 179 176 174 183 97 74 187
|
28
|
+
191 192 190 191 190 189 189 193 114 125 184 175 175 181 135 101 62 130 162 40 18 95 182 181 186 187 189 189 187 190 192 190 195 148 55 71 185 195 196 198 197 198 199 205 208 200 206 206 202 203 195 187 185 186 181 185 184 186 185 181 178 181 124 63 98 165 166 167 170 172 168 167 167 164 165 164 158 119 55 142 166 167 141 81 91 166 172 171 175 175 174 177 178 181 167 69 142
|
29
|
+
190 189 189 187 187 188 187 185 175 164 163 164 162 165 133 99 91 129 135 110 105 126 127 130 134 137 138 142 141 145 152 149 151 105 40 77 156 159 161 167 170 173 176 179 189 193 190 197 202 196 194 190 184 185 181 182 187 187 185 182 179 175 171 164 158 148 142 143 144 149 153 155 153 152 150 139 59 44 43 142 133 82 38 99 169 177 175 177 178 182 183 185 187 183 178 75 74
|
30
|
+
191 189 187 188 188 184 186 186 179 178 181 179 178 175 174 175 175 173 171 176 179 175 177 175 174 174 170 164 157 144 140 133 123 116 100 94 101 103 106 112 115 115 118 121 127 141 145 143 158 183 191 197 191 185 190 186 180 187 186 186 186 182 177 173 169 169 170 164 157 151 155 160 158 154 149 143 126 110 107 127 125 111 107 127 124 127 135 136 135 136 144 149 154 172 139 37 80
|
31
|
+
189 188 186 185 184 181 185 186 181 179 182 179 179 176 172 167 167 172 170 170 173 174 176 176 176 179 177 174 169 150 143 145 147 146 148 146 148 151 152 152 154 153 151 157 157 163 170 172 182 192 196 194 199 191 184 190 184 180 187 184 184 186 179 175 174 173 173 174 168 164 162 164 168 168 164 158 155 151 152 153 158 167 164 155 160 153 156 162 156 151 142 134 127 127 126 97 106
|
@@ -0,0 +1,42 @@
|
|
1
|
+
P2
|
2
|
+
68 38
|
3
|
+
# 43
|
4
|
+
255
|
5
|
+
102 105 112 116 119 117 114 112 114 89 80 66 86 135 126 174 182 177 176 179 182 184 187 185 185 188 183 183 187 186 181 187 190 180 184 172 179 184 180 186 182 181 192 194 187 184 187 188 185 185 185 182 182 187 183 180 180 180 178 183 173 176 164 63 38 43 39 37
|
6
|
+
61 58 64 69 74 82 87 91 96 90 86 68 86 114 106 150 184 178 171 176 179 185 188 185 185 182 184 190 191 187 185 193 182 183 186 178 190 181 183 188 185 188 189 193 190 186 188 187 186 184 183 182 181 187 186 181 179 178 179 181 172 177 168 70 45 48 46 45
|
7
|
+
123 118 105 102 91 83 75 63 60 53 48 47 46 45 48 116 184 178 172 175 178 182 187 182 177 180 189 189 186 183 191 190 182 187 181 187 190 176 183 188 183 189 191 190 188 187 191 187 186 185 185 186 182 181 185 179 178 182 186 183 171 177 170 71 42 48 46 44
|
8
|
+
129 134 135 133 130 133 140 133 130 116 103 93 77 70 75 141 183 179 171 171 174 180 181 176 176 185 188 188 181 183 188 183 187 184 179 189 182 176 186 187 181 187 191 191 186 182 193 192 188 188 188 188 185 180 186 184 180 179 185 185 174 176 174 68 36 43 42 42
|
9
|
+
158 159 157 147 141 141 145 156 159 150 143 136 126 116 140 160 174 177 172 173 172 180 181 177 180 184 188 181 185 188 182 184 194 184 182 190 182 179 185 184 181 189 190 190 187 185 188 189 187 188 190 189 187 185 187 186 182 178 182 183 176 181 176 67 29 35 35 38
|
10
|
+
165 168 167 170 172 169 174 178 179 177 172 170 165 153 151 155 154 139 156 178 175 177 185 185 182 181 182 180 189 185 177 188 189 178 186 191 184 183 187 186 182 190 188 188 187 189 195 186 185 190 189 187 186 186 184 187 186 179 184 184 175 186 173 87 87 94 90 85
|
11
|
+
175 176 177 176 176 177 182 182 181 178 178 181 180 182 183 185 187 169 162 178 180 178 182 182 180 174 172 183 191 183 181 191 183 181 191 189 185 184 187 183 182 188 187 186 185 187 173 191 177 164 182 184 184 183 181 186 190 185 186 186 179 185 176 96 81 101 110 111
|
12
|
+
176 179 182 182 184 184 183 185 184 182 182 182 182 183 183 184 185 183 176 177 179 181 185 186 183 173 173 180 185 179 186 189 179 186 190 184 189 186 182 179 182 188 188 187 185 186 134 128 53 101 192 181 183 182 178 181 188 186 191 187 180 186 185 140 89 99 102 95
|
13
|
+
170 177 182 179 181 182 178 179 181 181 183 183 182 185 185 184 182 181 176 178 180 181 183 186 190 182 177 179 172 177 185 183 185 189 188 183 189 185 183 181 185 187 189 189 187 191 136 94 94 106 113 171 185 183 180 177 181 180 188 191 170 152 159 159 153 161 159 156
|
14
|
+
167 176 178 175 177 179 177 177 182 181 181 185 185 186 187 186 186 181 176 180 181 183 183 182 186 189 185 180 166 182 182 180 189 189 185 186 191 187 185 181 188 189 189 192 188 187 174 115 115 59 80 181 185 180 184 187 182 178 184 188 177 171 172 168 177 181 178 174
|
15
|
+
169 168 170 170 172 176 179 181 183 182 185 185 183 182 186 188 188 183 178 182 183 185 185 182 182 188 190 182 171 182 184 182 193 189 181 188 194 191 187 181 187 185 184 191 191 187 180 129 116 97 84 139 184 181 167 142 147 165 183 184 184 191 189 189 189 188 190 188
|
16
|
+
171 167 167 167 167 168 177 185 186 184 185 184 183 185 185 187 186 184 180 180 182 184 185 183 180 184 189 187 177 182 184 184 200 193 182 190 194 194 189 184 188 188 186 190 194 196 192 134 134 90 65 120 191 153 68 43 70 112 179 180 181 186 183 184 187 191 192 189
|
17
|
+
170 172 174 167 162 166 174 185 187 182 179 180 184 187 188 187 188 186 181 180 182 184 185 186 185 185 187 187 187 186 186 187 195 192 188 196 194 195 191 188 193 195 193 192 183 161 167 161 157 128 66 126 200 91 39 56 94 129 176 185 188 194 191 189 188 192 190 187
|
18
|
+
168 171 170 164 163 172 177 182 180 179 180 183 184 184 183 183 187 186 183 183 184 184 185 185 187 187 187 187 185 188 187 190 190 192 195 204 199 195 193 192 195 194 199 191 96 62 67 103 127 135 144 132 124 33 40 39 54 55 77 123 130 132 155 177 188 193 189 188
|
19
|
+
169 172 173 168 166 171 176 179 179 178 179 180 181 181 182 183 182 184 183 183 181 183 187 185 188 188 187 187 188 190 190 194 195 195 195 203 207 199 194 193 193 196 183 134 105 72 64 64 99 130 119 115 73 28 38 42 35 44 62 62 112 112 111 140 188 195 194 191
|
20
|
+
168 172 172 167 165 168 174 178 180 179 179 179 182 182 185 184 182 187 180 179 181 184 188 189 187 187 189 190 192 193 194 195 197 199 198 199 203 201 194 193 196 202 186 162 145 76 42 43 73 94 60 55 65 40 44 45 37 42 56 42 89 131 134 174 201 197 192 196
|
21
|
+
165 172 170 167 167 166 172 179 181 179 181 179 178 182 187 186 183 189 189 183 182 184 187 188 188 189 192 192 193 196 194 196 198 200 200 200 197 196 196 192 200 204 203 201 196 157 52 32 38 73 52 28 60 50 55 54 33 50 60 61 84 129 112 86 107 170 198 195
|
22
|
+
167 175 171 169 174 173 174 181 183 181 183 177 176 182 187 186 185 167 119 122 174 187 183 188 189 191 194 196 195 196 196 197 199 201 202 203 201 200 199 196 198 200 199 195 188 171 118 28 40 84 66 35 32 22 48 63 39 45 70 112 110 130 124 108 121 94 144 199
|
23
|
+
168 176 175 169 172 176 180 182 184 184 181 176 178 180 184 188 187 87 37 59 97 170 188 188 191 197 197 198 198 196 198 202 202 200 202 202 201 200 200 199 198 196 194 200 193 162 178 74 67 89 50 40 53 84 54 43 34 39 59 109 134 142 135 80 99 168 183 190
|
24
|
+
165 168 167 166 166 169 177 181 184 182 181 180 183 187 171 108 137 97 43 46 51 101 192 192 196 201 201 200 203 204 204 205 204 205 205 201 201 201 200 199 197 200 196 165 176 171 176 93 54 83 54 27 44 167 150 55 33 45 48 93 133 151 139 96 91 81 156 201
|
25
|
+
163 166 168 167 168 164 165 174 177 175 178 181 184 185 163 72 66 73 39 48 60 74 179 193 196 201 202 201 203 206 206 205 202 204 203 202 201 197 197 197 201 164 145 122 84 132 117 66 47 70 104 28 29 135 195 127 39 50 46 70 122 143 145 114 96 129 114 163
|
26
|
+
159 166 169 172 172 165 166 174 175 171 172 176 172 182 137 99 99 78 73 70 74 73 170 189 188 192 192 194 195 198 198 197 195 193 191 191 195 198 191 187 188 160 119 118 76 65 85 62 70 90 78 40 31 111 182 175 81 47 52 54 111 129 141 116 122 94 167 197
|
27
|
+
163 169 169 173 170 161 161 167 172 176 173 172 160 184 144 64 87 82 81 87 57 74 167 178 179 181 180 182 183 186 190 193 191 188 189 186 176 150 154 175 177 169 155 177 152 114 168 131 136 93 41 44 62 99 181 180 155 54 39 34 81 107 131 126 105 152 122 196
|
28
|
+
165 169 170 173 169 159 159 163 166 170 170 167 161 176 180 108 72 78 81 70 66 112 181 172 174 175 179 182 183 186 188 189 189 190 180 134 131 137 146 136 135 145 177 189 195 180 97 83 78 52 51 82 83 70 182 179 182 68 62 140 136 81 116 120 127 131 195 186
|
29
|
+
160 165 166 170 175 168 168 167 169 170 173 168 161 166 184 120 63 58 70 50 50 158 176 173 175 175 178 183 183 185 184 185 186 187 183 156 122 161 175 179 187 194 192 189 188 192 107 109 136 133 77 73 163 107 181 188 190 160 168 195 191 181 155 153 143 159 186 198
|
30
|
+
163 167 168 170 174 174 173 171 175 174 174 176 170 177 148 73 59 30 34 43 141 175 170 175 178 180 181 182 184 184 185 186 187 187 183 178 185 190 190 190 190 187 188 189 191 187 182 194 200 208 119 84 164 159 194 193 191 196 191 185 187 191 194 195 180 197 193 192
|
31
|
+
161 162 162 169 170 166 169 171 173 173 175 176 185 149 100 104 59 32 27 89 179 167 174 180 183 186 186 183 184 187 186 189 191 190 192 194 192 189 192 191 189 190 189 189 188 187 184 182 184 195 137 104 94 156 198 191 190 192 192 192 190 189 190 194 196 191 194 193
|
32
|
+
161 165 165 168 171 167 169 175 174 172 173 174 172 77 58 77 66 31 44 151 173 173 176 177 181 184 183 183 187 189 185 187 188 190 189 187 190 191 191 189 189 190 187 185 189 192 189 187 185 194 165 103 78 143 197 185 189 189 192 192 192 191 195 196 195 196 198 197
|
33
|
+
170 174 176 171 175 174 169 170 170 168 172 186 124 50 78 55 55 27 107 177 171 178 177 176 178 179 180 183 186 185 183 187 187 187 189 188 189 192 192 192 192 194 193 193 195 195 190 193 191 189 180 109 95 107 193 184 185 188 190 190 190 191 195 195 194 196 198 196
|
34
|
+
176 181 179 178 179 178 177 176 174 181 179 181 99 45 82 61 32 50 155 170 174 178 181 182 182 184 183 185 187 186 187 191 189 191 193 193 191 195 196 195 194 194 196 198 196 197 194 193 194 191 188 110 112 66 161 190 184 187 188 187 187 188 192 195 193 194 195 195
|
35
|
+
175 174 187 186 187 182 184 186 178 109 94 161 88 55 50 31 37 107 175 170 178 180 185 184 184 184 185 186 191 193 189 190 191 194 195 194 194 194 194 194 194 194 196 197 195 196 194 194 194 193 197 150 84 80 126 197 187 188 191 190 190 191 193 198 197 197 196 196
|
36
|
+
110 143 177 162 160 175 181 182 163 76 123 147 84 88 88 42 62 163 173 172 178 182 185 181 182 185 188 187 191 192 189 193 195 194 195 194 193 193 194 195 195 197 198 198 198 197 196 196 196 193 198 164 90 101 95 181 194 190 194 194 194 193 192 200 200 198 196 194
|
37
|
+
151 142 124 104 97 141 178 140 75 133 194 103 74 132 110 44 126 181 170 173 180 181 179 178 180 185 188 187 187 192 192 191 195 195 193 194 194 196 198 199 198 198 200 198 199 201 198 197 197 194 194 197 114 67 101 174 195 192 197 195 197 199 199 200 195 194 193 190
|
38
|
+
142 106 95 97 145 125 142 104 70 109 137 70 54 133 56 73 177 173 172 175 179 177 180 180 183 185 188 189 187 194 193 192 196 195 191 191 195 197 198 198 197 198 199 198 198 198 199 198 197 198 196 197 153 78 85 168 199 193 197 197 198 200 199 196 193 195 193 190
|
39
|
+
82 107 116 118 106 106 83 98 102 91 67 67 70 69 58 137 186 172 176 180 180 180 181 181 185 185 184 186 189 193 193 193 193 194 192 191 196 198 198 198 198 198 199 198 198 199 201 199 197 198 197 193 189 97 96 166 201 192 196 198 198 196 194 192 194 201 197 188
|
40
|
+
85 66 102 147 57 42 48 71 82 90 40 44 53 63 110 152 178 164 165 172 178 179 178 180 183 182 182 183 185 190 194 189 191 191 193 192 194 198 199 197 198 197 197 200 200 201 201 199 198 198 198 199 201 105 124 190 196 194 195 196 197 196 190 188 190 194 192 187
|
41
|
+
58 50 34 75 118 66 50 93 47 27 47 35 39 78 119 149 180 163 160 167 178 182 182 183 183 183 184 185 185 191 197 194 190 190 193 196 195 196 199 198 200 199 197 199 200 201 201 200 200 200 199 199 202 158 172 201 199 199 197 196 198 195 186 184 187 185 181 181
|
42
|
+
49 49 38 31 42 64 66 88 40 39 30 40 36 114 150 152 185 170 167 169 182 186 186 185 183 185 187 186 185 192 195 195 192 189 189 191 196 196 198 200 201 200 199 199 198 200 200 200 201 200 199 201 201 201 200 201 201 200 198 196 195 192 180 177 181 180 176 180
|
@@ -0,0 +1,39 @@
|
|
1
|
+
P2
|
2
|
+
73 35
|
3
|
+
# 43
|
4
|
+
255
|
5
|
+
240 240 241 241 241 242 242 243 243 243 244 244 244 243 244 244 245 245 245 245 246 246 246 246 246 246 247 247 246 247 247 247 247 247 247 247 247 247 248 248 248 248 248 248 248 248 248 248 248 248 247 249 243 214 249 247 247 247 247 247 247 247 247 247 246 247 246 246 246 246 246 245 245
|
6
|
+
240 241 241 241 242 242 242 243 243 243 243 243 243 243 244 244 244 244 245 245 245 245 246 246 246 246 246 246 246 246 246 247 246 247 247 247 248 248 248 248 248 248 248 248 248 248 248 248 247 245 248 255 197 201 252 246 247 247 247 247 247 246 247 247 246 246 245 245 245 246 245 245 244
|
7
|
+
240 241 241 241 241 242 242 243 242 243 243 243 243 243 244 244 244 244 244 245 245 245 245 246 246 246 245 246 246 246 246 246 246 247 247 247 247 247 247 247 248 248 248 248 248 248 248 244 223 238 255 177 130 205 251 246 247 247 247 247 247 247 246 246 246 246 246 246 246 245 245 245 245
|
8
|
+
240 240 241 241 241 242 242 242 242 243 243 243 243 243 244 244 244 244 244 245 245 245 245 246 246 245 245 246 246 246 246 247 247 246 247 247 246 247 247 247 247 247 248 248 248 247 250 228 198 216 147 95 114 223 252 246 246 247 247 246 247 246 246 246 246 246 246 245 245 245 245 245 245
|
9
|
+
240 240 240 241 241 242 241 242 242 242 243 243 243 243 243 243 243 244 244 244 245 245 245 245 245 245 245 245 246 246 246 246 246 246 247 247 247 247 247 247 248 248 248 248 247 248 243 161 129 133 90 113 129 239 250 246 246 246 247 246 246 246 246 246 246 245 245 245 245 245 244 244 244
|
10
|
+
240 240 241 241 241 241 242 242 242 242 243 242 243 243 243 243 243 243 244 244 245 244 245 245 245 245 245 245 245 245 246 246 246 247 247 247 247 247 247 247 247 247 247 248 246 255 173 98 127 132 110 100 176 255 245 246 246 247 247 246 246 246 246 246 246 245 245 245 244 245 244 244 244
|
11
|
+
240 240 241 241 241 241 241 242 242 242 242 242 242 243 243 243 243 243 244 244 244 244 244 245 245 245 245 245 245 245 246 246 246 246 246 246 247 246 247 247 247 247 247 245 255 203 103 118 139 138 117 94 195 255 245 247 247 247 246 246 246 246 246 246 245 245 245 245 244 244 244 244 244
|
12
|
+
239 239 240 240 240 241 241 241 241 242 242 242 242 242 243 243 243 243 244 244 244 244 244 244 244 245 245 245 245 245 245 246 246 246 246 246 246 246 246 246 244 246 246 252 229 116 116 131 142 137 100 100 230 251 246 246 247 246 246 246 246 246 246 245 245 245 245 244 244 244 244 244 243
|
13
|
+
239 240 240 240 240 241 241 241 242 242 242 242 242 242 242 242 243 243 243 244 244 244 244 244 244 244 244 245 245 245 245 245 245 246 246 245 246 246 245 251 255 252 246 250 139 134 147 139 144 124 73 109 251 246 246 246 246 246 246 246 245 245 245 245 245 245 245 245 244 244 244 244 244
|
14
|
+
239 240 240 241 240 241 241 241 242 242 242 242 242 242 242 242 243 243 243 243 243 244 244 244 244 244 244 245 245 245 245 245 245 245 246 246 246 244 251 226 173 213 255 159 125 164 167 149 137 112 53 156 255 244 247 246 246 246 246 246 245 245 245 245 245 245 245 245 244 244 244 244 243
|
15
|
+
239 239 240 240 240 241 241 241 241 241 242 242 242 242 242 242 242 243 243 243 243 243 244 244 244 244 244 245 244 245 245 245 245 245 246 246 245 245 248 114 35 64 167 115 178 183 169 129 111 70 49 226 251 245 247 246 246 246 246 245 245 245 245 245 244 245 245 244 243 244 244 243 243
|
16
|
+
239 239 240 240 240 240 241 241 241 241 242 242 241 242 242 242 242 242 243 243 243 243 243 243 244 244 244 244 244 244 244 244 245 245 245 245 245 248 234 196 75 49 52 126 181 202 171 134 112 29 148 255 243 247 246 246 246 246 245 245 245 244 245 245 244 244 244 243 244 244 243 243 243
|
17
|
+
239 239 239 240 240 240 241 240 241 241 241 242 242 242 242 242 242 243 243 243 243 243 243 243 244 244 244 244 244 244 244 244 245 245 245 246 245 245 244 255 144 68 90 133 179 200 197 128 97 33 205 253 241 244 246 246 246 246 246 245 245 244 245 244 244 244 244 243 243 243 243 243 243
|
18
|
+
239 239 240 240 240 240 240 240 241 241 241 241 242 242 242 242 242 242 242 243 243 243 243 243 244 243 244 244 244 244 244 244 244 244 245 244 245 245 242 253 185 68 124 164 170 192 189 126 65 51 237 251 255 252 244 246 245 245 245 245 244 244 244 244 244 244 244 243 243 243 243 243 243
|
19
|
+
238 239 239 240 240 240 240 240 241 241 241 241 241 242 242 242 241 242 242 243 243 243 243 243 243 243 243 243 244 244 244 244 244 244 245 244 244 244 244 247 239 79 115 175 150 169 181 92 39 129 255 234 160 201 252 243 245 245 245 244 244 244 244 244 244 243 243 244 243 243 243 243 242
|
20
|
+
238 238 238 239 240 240 239 240 240 240 241 241 240 241 241 241 241 242 242 242 242 241 241 243 243 243 243 243 243 243 243 244 244 244 244 244 244 244 245 242 255 174 96 171 159 115 72 44 105 207 140 70 26 112 250 244 245 244 245 244 244 244 244 244 243 243 243 243 243 243 243 242 242
|
21
|
+
238 239 238 239 240 240 239 239 240 240 240 240 240 241 242 241 241 242 242 241 247 251 250 242 243 243 243 243 243 243 243 244 243 244 244 244 244 244 244 245 245 246 153 140 151 146 96 135 194 59 27 49 57 46 235 248 244 244 244 244 244 243 243 243 243 243 243 243 243 242 242 242 242
|
22
|
+
238 238 239 239 239 240 239 240 240 240 240 240 241 241 241 241 241 242 241 249 209 128 195 252 241 243 243 243 243 243 243 243 243 244 244 244 244 244 244 245 243 246 244 169 136 137 180 188 161 69 53 64 42 62 242 246 244 244 244 244 244 243 244 243 241 241 242 242 242 242 242 242 242
|
23
|
+
237 238 239 239 237 238 239 240 240 240 240 240 240 240 241 241 241 241 244 231 109 47 76 242 243 243 243 242 243 243 241 246 247 242 243 243 244 244 243 244 244 243 248 215 161 131 141 147 107 83 51 60 34 79 253 243 244 244 244 243 243 243 243 243 250 254 247 240 242 242 241 241 241
|
24
|
+
238 238 239 238 246 244 238 240 240 240 240 240 240 240 240 240 241 238 253 181 59 68 137 216 247 241 243 242 243 242 251 230 225 248 242 243 244 243 243 243 243 243 245 238 171 142 100 60 49 56 56 63 17 150 255 242 244 244 244 243 243 243 242 244 206 176 224 251 240 242 241 241 241
|
25
|
+
237 238 235 243 207 218 241 239 240 240 239 240 240 240 240 240 241 238 255 126 44 60 227 250 240 242 242 242 241 248 208 78 68 216 249 241 243 243 243 243 243 243 247 227 139 230 122 32 64 68 65 45 44 225 248 241 243 243 243 243 243 240 251 202 79 92 77 194 250 239 241 241 241
|
26
|
+
236 237 255 218 60 113 254 236 239 239 239 239 239 239 239 240 239 246 221 71 50 31 169 255 239 241 242 242 239 255 136 29 50 203 252 240 243 242 243 243 242 243 242 246 241 255 123 37 52 69 80 16 119 255 247 251 243 242 243 242 242 240 251 179 105 90 84 133 228 242 241 240 240
|
27
|
+
240 242 157 62 37 60 191 246 237 239 238 239 239 239 239 239 239 246 188 123 96 97 146 237 241 241 241 241 239 255 111 33 39 127 251 241 242 242 242 242 242 242 243 243 241 253 124 60 70 73 25 44 231 167 109 178 248 243 241 242 242 241 240 240 207 136 211 209 199 215 230 241 240
|
28
|
+
236 138 72 78 81 73 65 206 244 236 238 238 238 238 239 238 243 207 166 186 163 190 169 185 246 240 241 239 248 189 87 61 82 59 186 253 240 242 242 241 242 242 242 242 240 253 120 49 67 18 35 196 248 88 90 88 158 249 243 241 242 241 240 247 223 180 197 211 208 212 224 243 238
|
29
|
+
168 54 93 119 116 77 59 158 251 235 237 238 238 238 238 237 242 178 156 164 195 184 156 165 242 240 240 242 235 97 104 119 105 66 117 249 240 241 241 241 241 241 242 242 239 253 136 30 42 76 192 255 224 127 124 138 141 152 233 244 240 240 239 244 217 166 195 153 148 130 112 232 241
|
30
|
+
174 67 71 88 94 68 65 167 248 234 237 237 237 237 237 238 237 176 188 176 192 186 174 180 238 241 239 245 220 98 99 87 62 59 87 241 241 240 240 240 241 241 241 241 241 241 241 219 211 250 248 245 211 99 124 79 105 105 143 253 238 240 239 242 227 178 137 78 76 145 71 195 248
|
31
|
+
126 56 61 73 87 69 55 175 247 234 236 236 236 236 237 237 236 162 137 93 155 132 74 114 228 242 238 245 216 91 49 53 58 33 103 249 238 240 240 240 240 240 240 240 240 240 241 246 248 240 238 246 217 116 103 46 63 90 53 194 250 237 239 237 247 175 119 125 130 141 109 140 250
|
32
|
+
173 77 59 89 99 62 57 194 244 234 235 235 236 236 236 236 236 106 93 26 37 40 32 114 231 240 237 241 227 125 80 86 64 42 186 249 237 239 239 239 239 239 239 239 239 240 239 239 238 240 240 239 244 146 63 94 87 81 61 82 234 239 238 238 237 244 147 66 76 62 97 100 242
|
33
|
+
248 133 55 92 95 64 79 230 236 234 235 235 235 235 235 235 236 208 93 77 61 57 75 112 244 236 238 235 251 136 75 97 56 119 253 236 238 238 238 238 238 238 238 238 239 239 239 239 239 239 239 238 243 221 111 119 107 122 131 130 239 241 237 237 235 242 216 84 89 79 47 75 223
|
34
|
+
234 219 70 90 82 39 140 246 231 234 233 233 234 234 234 234 234 239 129 83 45 46 78 196 246 234 235 244 204 42 26 47 68 235 244 236 237 237 237 237 236 237 237 237 238 237 238 238 238 238 238 238 235 251 234 140 83 104 102 82 145 231 237 236 236 234 251 166 199 113 64 81 191
|
35
|
+
227 239 105 78 99 50 158 234 231 232 232 233 233 234 234 234 235 228 185 82 37 35 84 177 224 237 235 240 108 56 41 157 164 173 219 239 236 237 237 237 237 237 237 238 238 238 238 238 238 238 238 237 239 212 184 125 105 159 216 217 216 228 236 233 235 226 180 137 191 128 33 11 27
|
36
|
+
208 211 135 63 81 87 158 193 208 217 222 224 227 227 228 227 223 212 191 145 55 39 53 141 203 210 214 212 202 197 173 148 141 155 193 214 221 226 227 230 231 232 231 232 233 233 233 233 231 231 229 226 225 201 169 144 147 170 194 206 217 220 217 217 208 212 192 167 157 178 122 88 128
|
37
|
+
191 193 80 16 23 45 146 171 179 189 194 200 204 208 206 203 201 194 203 149 55 46 46 131 195 190 193 195 193 186 183 179 178 186 186 190 196 202 205 206 205 205 206 207 207 208 206 206 209 208 207 206 205 206 210 203 196 188 183 186 191 197 198 198 198 196 195 194 188 178 186 190 196
|
38
|
+
145 141 54 60 44 39 122 141 136 140 143 150 151 152 152 150 151 149 162 132 37 43 29 66 159 152 155 154 153 153 153 153 151 152 152 154 154 155 155 155 158 159 160 159 161 160 158 155 158 158 158 159 159 158 156 154 154 152 153 150 149 152 153 152 151 150 149 146 147 148 144 144 142
|
39
|
+
141 150 160 167 158 158 148 139 142 140 141 138 136 137 140 141 142 142 156 137 30 27 39 89 159 148 148 149 148 149 150 150 148 148 149 147 150 149 150 149 155 150 148 154 154 153 150 155 155 149 150 156 158 157 158 155 156 157 156 156 154 153 156 153 152 155 158 158 159 160 159 163 163
|
@@ -0,0 +1 @@
|
|
1
|
+
175
|
@@ -0,0 +1 @@
|
|
1
|
+
120
|