├── D1L1 ├── AfraidOfEven.cpp ├── AgeEncoding.cpp ├── AllButOneDivisor.cpp ├── BadNeighbors.cpp ├── BallRemoval.cpp ├── BallsSeparating.cpp ├── BinaryCards.cpp ├── BlackWhiteMagic.cpp ├── BoxUnion.cpp ├── BuildBridge.cpp ├── ChangingSounds.cpp ├── ChessMetric.cpp ├── CombinationLock.cpp ├── DateFormat.cpp ├── DateFormat.hs ├── DateFormat.java ├── DigitPrime.cpp ├── DropCoins.cpp ├── DropCoins.hs ├── GeneralChess.cpp ├── GirlsAndBoys.cpp ├── HouseBuilding.cpp ├── IPConverter.cpp ├── InterestingDigits.cpp ├── IsomorphicWords.cpp ├── LameKnight.cpp ├── LameKnight.hs ├── LameKnight.java ├── LuckyRemainder.cpp ├── LuckyRemainder.hs ├── LuckyRemainder.java ├── MinimumLiars.cpp ├── MissingParentheses.cpp ├── MissingParentheses.hs ├── NextNumber.cpp ├── OneFight.cpp ├── OrderedNim.cpp ├── OrthogonalAnagram.cpp ├── PerfectPermutation.cpp ├── PeriodicJumping.hs ├── RedSquare.cpp ├── RoadConstruction.cpp ├── SlimeXSlimesCity.cpp ├── SlimeXSlimesCity.hs ├── SlimeXSlimesCity.java ├── Spamatronic.cpp ├── Spamatronic.hs ├── Spamatronic.java ├── SpiralNumbers.cpp ├── StrongPrimePower.cpp ├── StrongPrimePower.hs ├── StrongPrimePower.java ├── TallPeople.cpp ├── TheSquareRootDilemma.cpp ├── ThirtyOne.cpp ├── Underprimes.cpp ├── WindowManager.cpp ├── WordCompositionGame.cpp └── ZigZag.cpp ├── D1L2 ├── BombMan.cpp ├── CoinMachinesGame.cpp ├── DungeonEscape.cpp ├── FlowerGarden.cpp ├── GameEnding.cpp ├── Jewelry.cpp ├── JimmyLightning.cpp ├── KeysInBoxes.cpp ├── OddsAndEvens.cpp ├── Paths.cpp ├── ReversalChain.cpp ├── Rumor.cpp └── StripePainter.cpp ├── D1L3 ├── IslandFerries.cpp ├── KiloManX.cpp ├── RoboCourier.cpp └── RookAttack.cpp ├── D2L1 ├── Archery.cpp ├── BishopMove.go ├── BishopMove.py ├── BlackAndWhiteSolitaire.cpp ├── Chopsticks.cpp ├── ClockWalk.cpp ├── DietPlan.cpp ├── DigitHoles.cpp ├── DigitHoles.hs ├── DigitHoles.java ├── DinkyFish.cpp ├── DitherCounter.cpp ├── EasyHomework.cpp ├── FilipTheFrog.js ├── GardenHose.cpp ├── IncredibleMachineEasy.cpp ├── IncredibleMachineEasy.hs ├── IncredibleMachineEasy.java ├── InfiniteString.rb ├── MostCommonLetters.cpp ├── NinjaTurtles.cpp ├── OnLineRank.cpp ├── PaperRockScisQuals.cpp ├── RainyRoad.cpp ├── RainyRoad.hs ├── RedAndGreen.cpp ├── RedAndGreen.hs ├── Reppity.cpp ├── SRMCards.cpp ├── SRMCards.hs ├── SRMCards.java ├── SRMRoomAssignmentPhase.cpp ├── SRMRoomAssignmentPhase.hs ├── Segments.cpp ├── SerialNumbers.cpp ├── SnowyWinter.cpp ├── Target.hs ├── TeamsSelection.cpp ├── TrainingCamp.cpp ├── TrainingCamp.hs ├── TrainingCamp.java ├── UnluckyNumbers.cpp └── WidgetRepairs.cpp ├── D2L2 ├── AlternateColors.cpp ├── CasketOfStarEasy.cpp ├── CoinsGameEasy.cpp ├── GravityBomb.cpp ├── GravityBomb.hs ├── GravityBomb.java ├── Jumping.hs ├── MovieSeating.cpp ├── MovieSeating.hs ├── MovieSeating.java ├── PseudoPrimeTest.cpp └── ThreeTeleports.cpp ├── D2L3 ├── BestApproximationDiv2.cpp ├── BestApproximationDiv2.hs ├── BestApproximationDiv2.java ├── ComplexIntegers.cpp ├── DiskScheduler.cpp ├── DivisibleSequence.cpp ├── EngineersPrimes.cpp ├── KthElement.cpp ├── LightedPanels.cpp ├── MagicalGirl.cpp ├── MagicalSquare.cpp ├── MarbleCollectionGame.cpp ├── MirrorPath.cpp ├── QuickSums.cpp ├── ShortPalindromes.cpp └── TopView.cpp └── README.md /D1L1/AfraidOfEven.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/AfraidOfEven.cpp -------------------------------------------------------------------------------- /D1L1/AgeEncoding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/AgeEncoding.cpp -------------------------------------------------------------------------------- /D1L1/AllButOneDivisor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/AllButOneDivisor.cpp -------------------------------------------------------------------------------- /D1L1/BadNeighbors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/BadNeighbors.cpp -------------------------------------------------------------------------------- /D1L1/BallRemoval.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/BallRemoval.cpp -------------------------------------------------------------------------------- /D1L1/BallsSeparating.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/BallsSeparating.cpp -------------------------------------------------------------------------------- /D1L1/BinaryCards.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/BinaryCards.cpp -------------------------------------------------------------------------------- /D1L1/BlackWhiteMagic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/BlackWhiteMagic.cpp -------------------------------------------------------------------------------- /D1L1/BoxUnion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/BoxUnion.cpp -------------------------------------------------------------------------------- /D1L1/BuildBridge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/BuildBridge.cpp -------------------------------------------------------------------------------- /D1L1/ChangingSounds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/ChangingSounds.cpp -------------------------------------------------------------------------------- /D1L1/ChessMetric.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/ChessMetric.cpp -------------------------------------------------------------------------------- /D1L1/CombinationLock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/CombinationLock.cpp -------------------------------------------------------------------------------- /D1L1/DateFormat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/DateFormat.cpp -------------------------------------------------------------------------------- /D1L1/DateFormat.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/DateFormat.hs -------------------------------------------------------------------------------- /D1L1/DateFormat.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/DateFormat.java -------------------------------------------------------------------------------- /D1L1/DigitPrime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/DigitPrime.cpp -------------------------------------------------------------------------------- /D1L1/DropCoins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/DropCoins.cpp -------------------------------------------------------------------------------- /D1L1/DropCoins.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/DropCoins.hs -------------------------------------------------------------------------------- /D1L1/GeneralChess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/GeneralChess.cpp -------------------------------------------------------------------------------- /D1L1/GirlsAndBoys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/GirlsAndBoys.cpp -------------------------------------------------------------------------------- /D1L1/HouseBuilding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/HouseBuilding.cpp -------------------------------------------------------------------------------- /D1L1/IPConverter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/IPConverter.cpp -------------------------------------------------------------------------------- /D1L1/InterestingDigits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/InterestingDigits.cpp -------------------------------------------------------------------------------- /D1L1/IsomorphicWords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/IsomorphicWords.cpp -------------------------------------------------------------------------------- /D1L1/LameKnight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/LameKnight.cpp -------------------------------------------------------------------------------- /D1L1/LameKnight.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/LameKnight.hs -------------------------------------------------------------------------------- /D1L1/LameKnight.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/LameKnight.java -------------------------------------------------------------------------------- /D1L1/LuckyRemainder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/LuckyRemainder.cpp -------------------------------------------------------------------------------- /D1L1/LuckyRemainder.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/LuckyRemainder.hs -------------------------------------------------------------------------------- /D1L1/LuckyRemainder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/LuckyRemainder.java -------------------------------------------------------------------------------- /D1L1/MinimumLiars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/MinimumLiars.cpp -------------------------------------------------------------------------------- /D1L1/MissingParentheses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/MissingParentheses.cpp -------------------------------------------------------------------------------- /D1L1/MissingParentheses.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/MissingParentheses.hs -------------------------------------------------------------------------------- /D1L1/NextNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/NextNumber.cpp -------------------------------------------------------------------------------- /D1L1/OneFight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/OneFight.cpp -------------------------------------------------------------------------------- /D1L1/OrderedNim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/OrderedNim.cpp -------------------------------------------------------------------------------- /D1L1/OrthogonalAnagram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/OrthogonalAnagram.cpp -------------------------------------------------------------------------------- /D1L1/PerfectPermutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/PerfectPermutation.cpp -------------------------------------------------------------------------------- /D1L1/PeriodicJumping.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/PeriodicJumping.hs -------------------------------------------------------------------------------- /D1L1/RedSquare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/RedSquare.cpp -------------------------------------------------------------------------------- /D1L1/RoadConstruction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/RoadConstruction.cpp -------------------------------------------------------------------------------- /D1L1/SlimeXSlimesCity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/SlimeXSlimesCity.cpp -------------------------------------------------------------------------------- /D1L1/SlimeXSlimesCity.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/SlimeXSlimesCity.hs -------------------------------------------------------------------------------- /D1L1/SlimeXSlimesCity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/SlimeXSlimesCity.java -------------------------------------------------------------------------------- /D1L1/Spamatronic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/Spamatronic.cpp -------------------------------------------------------------------------------- /D1L1/Spamatronic.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/Spamatronic.hs -------------------------------------------------------------------------------- /D1L1/Spamatronic.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/Spamatronic.java -------------------------------------------------------------------------------- /D1L1/SpiralNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/SpiralNumbers.cpp -------------------------------------------------------------------------------- /D1L1/StrongPrimePower.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/StrongPrimePower.cpp -------------------------------------------------------------------------------- /D1L1/StrongPrimePower.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/StrongPrimePower.hs -------------------------------------------------------------------------------- /D1L1/StrongPrimePower.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/StrongPrimePower.java -------------------------------------------------------------------------------- /D1L1/TallPeople.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/TallPeople.cpp -------------------------------------------------------------------------------- /D1L1/TheSquareRootDilemma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/TheSquareRootDilemma.cpp -------------------------------------------------------------------------------- /D1L1/ThirtyOne.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/ThirtyOne.cpp -------------------------------------------------------------------------------- /D1L1/Underprimes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/Underprimes.cpp -------------------------------------------------------------------------------- /D1L1/WindowManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/WindowManager.cpp -------------------------------------------------------------------------------- /D1L1/WordCompositionGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/WordCompositionGame.cpp -------------------------------------------------------------------------------- /D1L1/ZigZag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L1/ZigZag.cpp -------------------------------------------------------------------------------- /D1L2/BombMan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/BombMan.cpp -------------------------------------------------------------------------------- /D1L2/CoinMachinesGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/CoinMachinesGame.cpp -------------------------------------------------------------------------------- /D1L2/DungeonEscape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/DungeonEscape.cpp -------------------------------------------------------------------------------- /D1L2/FlowerGarden.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/FlowerGarden.cpp -------------------------------------------------------------------------------- /D1L2/GameEnding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/GameEnding.cpp -------------------------------------------------------------------------------- /D1L2/Jewelry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/Jewelry.cpp -------------------------------------------------------------------------------- /D1L2/JimmyLightning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/JimmyLightning.cpp -------------------------------------------------------------------------------- /D1L2/KeysInBoxes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/KeysInBoxes.cpp -------------------------------------------------------------------------------- /D1L2/OddsAndEvens.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/OddsAndEvens.cpp -------------------------------------------------------------------------------- /D1L2/Paths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/Paths.cpp -------------------------------------------------------------------------------- /D1L2/ReversalChain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/ReversalChain.cpp -------------------------------------------------------------------------------- /D1L2/Rumor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/Rumor.cpp -------------------------------------------------------------------------------- /D1L2/StripePainter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L2/StripePainter.cpp -------------------------------------------------------------------------------- /D1L3/IslandFerries.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L3/IslandFerries.cpp -------------------------------------------------------------------------------- /D1L3/KiloManX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L3/KiloManX.cpp -------------------------------------------------------------------------------- /D1L3/RoboCourier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L3/RoboCourier.cpp -------------------------------------------------------------------------------- /D1L3/RookAttack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D1L3/RookAttack.cpp -------------------------------------------------------------------------------- /D2L1/Archery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/Archery.cpp -------------------------------------------------------------------------------- /D2L1/BishopMove.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/BishopMove.go -------------------------------------------------------------------------------- /D2L1/BishopMove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/BishopMove.py -------------------------------------------------------------------------------- /D2L1/BlackAndWhiteSolitaire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/BlackAndWhiteSolitaire.cpp -------------------------------------------------------------------------------- /D2L1/Chopsticks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/Chopsticks.cpp -------------------------------------------------------------------------------- /D2L1/ClockWalk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/ClockWalk.cpp -------------------------------------------------------------------------------- /D2L1/DietPlan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/DietPlan.cpp -------------------------------------------------------------------------------- /D2L1/DigitHoles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/DigitHoles.cpp -------------------------------------------------------------------------------- /D2L1/DigitHoles.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/DigitHoles.hs -------------------------------------------------------------------------------- /D2L1/DigitHoles.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/DigitHoles.java -------------------------------------------------------------------------------- /D2L1/DinkyFish.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/DinkyFish.cpp -------------------------------------------------------------------------------- /D2L1/DitherCounter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/DitherCounter.cpp -------------------------------------------------------------------------------- /D2L1/EasyHomework.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/EasyHomework.cpp -------------------------------------------------------------------------------- /D2L1/FilipTheFrog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/FilipTheFrog.js -------------------------------------------------------------------------------- /D2L1/GardenHose.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/GardenHose.cpp -------------------------------------------------------------------------------- /D2L1/IncredibleMachineEasy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/IncredibleMachineEasy.cpp -------------------------------------------------------------------------------- /D2L1/IncredibleMachineEasy.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/IncredibleMachineEasy.hs -------------------------------------------------------------------------------- /D2L1/IncredibleMachineEasy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/IncredibleMachineEasy.java -------------------------------------------------------------------------------- /D2L1/InfiniteString.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/InfiniteString.rb -------------------------------------------------------------------------------- /D2L1/MostCommonLetters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/MostCommonLetters.cpp -------------------------------------------------------------------------------- /D2L1/NinjaTurtles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/NinjaTurtles.cpp -------------------------------------------------------------------------------- /D2L1/OnLineRank.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/OnLineRank.cpp -------------------------------------------------------------------------------- /D2L1/PaperRockScisQuals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/PaperRockScisQuals.cpp -------------------------------------------------------------------------------- /D2L1/RainyRoad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/RainyRoad.cpp -------------------------------------------------------------------------------- /D2L1/RainyRoad.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/RainyRoad.hs -------------------------------------------------------------------------------- /D2L1/RedAndGreen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/RedAndGreen.cpp -------------------------------------------------------------------------------- /D2L1/RedAndGreen.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/RedAndGreen.hs -------------------------------------------------------------------------------- /D2L1/Reppity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/Reppity.cpp -------------------------------------------------------------------------------- /D2L1/SRMCards.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/SRMCards.cpp -------------------------------------------------------------------------------- /D2L1/SRMCards.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/SRMCards.hs -------------------------------------------------------------------------------- /D2L1/SRMCards.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/SRMCards.java -------------------------------------------------------------------------------- /D2L1/SRMRoomAssignmentPhase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/SRMRoomAssignmentPhase.cpp -------------------------------------------------------------------------------- /D2L1/SRMRoomAssignmentPhase.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/SRMRoomAssignmentPhase.hs -------------------------------------------------------------------------------- /D2L1/Segments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/Segments.cpp -------------------------------------------------------------------------------- /D2L1/SerialNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/SerialNumbers.cpp -------------------------------------------------------------------------------- /D2L1/SnowyWinter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/SnowyWinter.cpp -------------------------------------------------------------------------------- /D2L1/Target.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/Target.hs -------------------------------------------------------------------------------- /D2L1/TeamsSelection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/TeamsSelection.cpp -------------------------------------------------------------------------------- /D2L1/TrainingCamp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/TrainingCamp.cpp -------------------------------------------------------------------------------- /D2L1/TrainingCamp.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/TrainingCamp.hs -------------------------------------------------------------------------------- /D2L1/TrainingCamp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/TrainingCamp.java -------------------------------------------------------------------------------- /D2L1/UnluckyNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/UnluckyNumbers.cpp -------------------------------------------------------------------------------- /D2L1/WidgetRepairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L1/WidgetRepairs.cpp -------------------------------------------------------------------------------- /D2L2/AlternateColors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/AlternateColors.cpp -------------------------------------------------------------------------------- /D2L2/CasketOfStarEasy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/CasketOfStarEasy.cpp -------------------------------------------------------------------------------- /D2L2/CoinsGameEasy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/CoinsGameEasy.cpp -------------------------------------------------------------------------------- /D2L2/GravityBomb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/GravityBomb.cpp -------------------------------------------------------------------------------- /D2L2/GravityBomb.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/GravityBomb.hs -------------------------------------------------------------------------------- /D2L2/GravityBomb.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/GravityBomb.java -------------------------------------------------------------------------------- /D2L2/Jumping.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/Jumping.hs -------------------------------------------------------------------------------- /D2L2/MovieSeating.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/MovieSeating.cpp -------------------------------------------------------------------------------- /D2L2/MovieSeating.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/MovieSeating.hs -------------------------------------------------------------------------------- /D2L2/MovieSeating.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/MovieSeating.java -------------------------------------------------------------------------------- /D2L2/PseudoPrimeTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/PseudoPrimeTest.cpp -------------------------------------------------------------------------------- /D2L2/ThreeTeleports.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L2/ThreeTeleports.cpp -------------------------------------------------------------------------------- /D2L3/BestApproximationDiv2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/BestApproximationDiv2.cpp -------------------------------------------------------------------------------- /D2L3/BestApproximationDiv2.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/BestApproximationDiv2.hs -------------------------------------------------------------------------------- /D2L3/BestApproximationDiv2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/BestApproximationDiv2.java -------------------------------------------------------------------------------- /D2L3/ComplexIntegers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/ComplexIntegers.cpp -------------------------------------------------------------------------------- /D2L3/DiskScheduler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/DiskScheduler.cpp -------------------------------------------------------------------------------- /D2L3/DivisibleSequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/DivisibleSequence.cpp -------------------------------------------------------------------------------- /D2L3/EngineersPrimes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/EngineersPrimes.cpp -------------------------------------------------------------------------------- /D2L3/KthElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/KthElement.cpp -------------------------------------------------------------------------------- /D2L3/LightedPanels.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/LightedPanels.cpp -------------------------------------------------------------------------------- /D2L3/MagicalGirl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/MagicalGirl.cpp -------------------------------------------------------------------------------- /D2L3/MagicalSquare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/MagicalSquare.cpp -------------------------------------------------------------------------------- /D2L3/MarbleCollectionGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/MarbleCollectionGame.cpp -------------------------------------------------------------------------------- /D2L3/MirrorPath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/MirrorPath.cpp -------------------------------------------------------------------------------- /D2L3/QuickSums.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/QuickSums.cpp -------------------------------------------------------------------------------- /D2L3/ShortPalindromes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/ShortPalindromes.cpp -------------------------------------------------------------------------------- /D2L3/TopView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/D2L3/TopView.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seri/topcoder/HEAD/README.md --------------------------------------------------------------------------------