This is my competitive programming practice folder. All the codes are mostly written in python and I use codeforces to practice the problems.
The folders are either divided according to their problem difficulty in codeforces or else if I took part in any programming contest.
.
├── AlgoWizards
│ ├── B.py
│ ├── C.py
│ └── D.py
├── Codechef
│ ├── CARVANS.py
│ ├── FCTRL.py
│ ├── FLOW007.py
│ ├── LAPIN.py
│ ├── TEST.py
│ └── ZCO14003.py
├── Codeforces Difficulty 1100-1300
│ ├── 1342ARoadToZero.py
│ ├── 1352CKthNotDivisibleByN.py
│ ├── 1352DAliceBobCandies.py
│ └── 1355ASquenceWithDigits.py
├── Codeforces Difficulty 500-700
│ ├── 1003APolycarpPockets.py
│ ├── 1005ATanyaAndStairways.py
│ ├── 1006AAdjacentReplacements.py
│ ├── 1015APointsInSegments.py
│ ├── 1017ATheRank.py
│ ├── 1031AGoldenPlate.py
│ ├── 1064AMakeTriangle.py
│ ├── 1077AFrogJumping.py
│ ├── 1080APetyaAndOrigami.py
│ ├── 1092BTeamsForming.py
│ ├── 1093ADiceRolling.py
│ ├── 1095ARepeatingCipher.py
│ ├── 1097AGennady.py
│ ├── 1136ANastyaIsReadingABook.py
│ ├── 1139AEvenStrings.py
│ ├── 1143ATheDoors.py
│ ├── 1146ALove.py
│ ├── 1148AAnotherOneBitesTheDust.py
│ ├── 1154ARestoring.py
│ ├── 1167ATelephoneNumber.py
│ ├── 1186AVus.py
│ ├── 1191ATokitsukazeAndEnhancement.py
│ ├── 1196AThreePilesOfCandles.py
│ ├── 1207AThereAreTwoTypesOfBurgers.py
│ ├── 1220ACards.py
│ ├── 1244APensAndPencils.py
│ ├── 1257ATwoRivalStudents.py
│ ├── 1270ACardGame.py
│ ├── 1281ASuffixThree.py
│ ├── 1284ANewYear.py
│ ├── 1285AMezoPLayingZemo.py
│ ├── 1303AErasingZeros.py
│ ├── 1311AAddOddSubtractEven.py
│ ├── 1315ADeadPixel.py
│ ├── 1316AGradeAllocation.py
│ ├── 1323AEvenSubsetSumProblem.py
│ ├── 1325BCopyCopyCopyCopy.py
│ ├── 1328ADivisibilityProblem.py
│ ├── 1330ANonZero.py
│ ├── 136APresents.py
│ ├── 177A1GoodMatrixElements.py
│ ├── 200BDrinks.py
│ ├── 245ASystemAdmin.py
│ ├── 263ABeautMat.py
│ ├── 344AMagnets.py
│ ├── 431ABlackSquare.py
│ ├── 509AMaximumInTable.py
│ ├── 581AVasyaHipster.py
│ ├── 595AVitalyAndNight.py
│ ├── 615ABulbs.py
│ ├── 658ABearAndReverseRadewoosh.py
│ ├── 677AVanyaAndFence.py
│ ├── 703AMishkaGame.py
│ ├── 711ABusToUdayland.py
│ ├── 721AOneDJapaneseCrossword.py
│ ├── 734AAntonAndDark.py
│ ├── 749ABachgoldProb.py
│ ├── 758AHolidayOfEquality.py
│ ├── 835AKeyRaces.py
│ ├── 867ABtnOffices.py
│ ├── 897AScarboroughFair.py
│ ├── 935AFafa.py
│ ├── 959Aevenodd.py
│ ├── 978BFileName.py
│ ├── 984AGame.py
│ ├── 987AInfinityGaunlet.py
│ ├── 994AFingerprints.py
│ ├── antonPoly.py
│ ├── bearandbig.py
│ ├── BustoUdayland.cpp
│ ├── demo.cpp
│ ├── demo.py
│ ├── Elephant.py
│ ├── evenodd.cpp
│ ├── hulk.py
│ ├── lottery.py
│ └── wrongSub.py
├── Codeforces Difficulty 800-1000
│ ├── 1041AHeist.py
│ ├── 1047ALittleCLoves3.py
│ ├── 1065AVasyaAndChocolate.py
│ ├── 1088AEhabAndAnotherConstructionProblem.py
│ ├── 1096AFindDivisble.py
│ ├── 1102AIntegerSequenceDividing.py
│ ├── 1104ASplittingIntoDigits.py
│ ├── 1108ATwoDistinctPoints.py
│ ├── 1108BDivisorsOfTwoIntegers.py
│ ├── 110ANearlyLuckyNumber.py
│ ├── 1114AGotAnyGrapes.py
│ ├── 1118AWaterBuying.py
│ ├── 112APetyaAndString.py
│ ├── 1133AMiddleOfContest.py
│ ├── 116ATram.py
│ ├── 1173ANauuoAndVotes.py
│ ├── 1176ADivideIt.py
│ ├── 1180AAlexAndRhombus.py
│ ├── 1194ARemoveAProgression.py
│ ├── 1206AChooseTwoNumbers.py
│ ├── 1216APrefixes.py
│ ├── 1228ADistinctDigits.py
│ ├── 122ALuckyDivision.py
│ ├── 1230ADawidAndBagsOfCandies.py
│ ├── 1234AEqualizePricesAgain.py
│ ├── 1236AStones.py
│ ├── 1250FDataCenter.py
│ ├── 1269AEquation.py
│ ├── 1283AMinutesBeforeNewYear.py
│ ├── 1287AAngryStudents.py
│ ├── 1296AArrayWithOddSum.py
│ ├── 1296BFoodBuying.py
│ ├── 1301AThreeString.py
│ ├── 1304ATwoRabbits.py
│ ├── 1307ACowAndHaybales.py
│ ├── 1312ATwoRegularPolygons.py
│ ├── 1313AFastFoodRestaurant.py
│ ├── 1321AContestsForRobots.py
│ ├── 1324AYetAnotherTetrisProblem.py
│ ├── 1325AEhabAndGcd.py
│ ├── 1326BMaximums.py
│ ├── 1335BConstructTheString.py
│ ├── 1337AIchihimeAndTriangle.py
│ ├── 1337BKanaAndDragonQuestGame.py
│ ├── 1339AFillingDiamonds.py
│ ├── 1341ANastyaAndRice.py
│ ├── 1343ACandies.py
│ ├── 1343BBalancedArray.py
│ ├── 1348APhoenixAndBalance.py
│ ├── 1350AOracAndFactors.py
│ ├── 1351BSquare.py
│ ├── 1352AAlarms.py
│ ├── 1352ASumOfRoundNumbers.py
│ ├── 1353CBoardMoves.py
│ ├── 1360AMinimalSquare.py
│ ├── 1360BHonestCoach.py
│ ├── 148AInsomniaCure.py
│ ├── 158ANextRound.py
│ ├── 160ATwins.py
│ ├── 169AChores.py
│ ├── 172APhoneCode.py
│ ├── 181ASeriesOfCrimes.py
│ ├── 228AIsYourHorseshoe.py
│ ├── 231ATeam.py
│ ├── 233APerfectPermutation.py
│ ├── 236ABoyOrGirl.py
│ ├── 255AGregWorkout.py
│ ├── 265AColorfulStones.py
│ ├── 266AStonesOnTheTable.py
│ ├── 266BQueuAtTheSchool.py
│ ├── 268AGames.py
│ ├── 271ABeautifulYear.py
│ ├── 281AWordCaptilization.py
│ ├── 282ABit++.py
│ ├── 306ACandies.py
│ ├── 318AEvenOdds.py
│ ├── 339AHelpfulMaths.py
│ ├── 378APlayingWithDice.py
│ ├── 381ASerejAndDima.py
│ ├── 384ACoder.py
│ ├── 386ASecondPriceAuction.py
│ ├── 41ATranslation.py
│ ├── 421APashaAndHamsters.py
│ ├── 427APoliceREcruits.py
│ ├── 440AForgottenEpisode.py
│ ├── 443AAntonAndLetters.py
│ ├── 451AGameWithSticks.py
│ ├── 467AGeorgeAndAccomodation.py
│ ├── 486ACalculatingFunction.py
│ ├── 4AWatermelon.py
│ ├── 50ADominopiling.py
│ ├── 510AFoxAndSnake.py
│ ├── 546ASoldierAndBananas.py
│ ├── 599APatrickAndShopping.py
│ ├── 59AWord.py
│ ├── 61AUltra-FastMathematician.py
│ ├── 630AAgainTwentyFive.py
│ ├── 681AGoodContest.py
│ ├── 686AFreeIceCream.py
│ ├── 69AYoungPhysicist.py
│ ├── 701ACards.py
│ ├── 716ACrazyComputer.py
│ ├── 71AWayTooLongWords.py
│ ├── 723ATheNewYearMeetngNewFriends..py
│ ├── 731ANightAtTheMuseum.py
│ ├── 732ABuyAShovel.py
│ ├── 734BAntonAndDigits.py
│ ├── 746ACompote.py
│ ├── 750ANewYearAndHurry.py
│ ├── 764ATaymyrIsCallingYou.py
│ ├── 802GFakeNews.py
│ ├── 822AImBoredWithLife.py
│ ├── 832ASashaAndSticks.py
│ ├── 855ATomRiddleDiary.py
│ ├── 894AQAQ.py
│ ├── 908ANewYearAndCountingCards.py
│ ├── 918AEleven.py
│ ├── 939ALoveTriangle.py
│ ├── 96AFootball.py
│ ├── 978ARemoveDuplicates.py
│ ├── 988ADiverseTeam.py
│ ├── 999AMishkaAndContest.py
│ └── QAQ.cpp
├── Google Codejam 1c
│ ├── A.py
│ └── B.py
├── Google Codejam Qualification Round
│ ├── codejam1.py
│ ├── codejam2.py
│ └── codejam3.py
├── Google Foobar Challenge
│ ├── 2b.py
│ ├── 3a.py
│ ├── 3b.py
│ ├── 3c.py
│ ├── a.py
│ └── b.py
├── Google Kickstart
│ └── 2020
│ ├── Google Kickstart 2020 Round A
│ │ └── Allocation.py
│ ├── Google Kickstart 2020 Round B
│ │ ├── BikeTour.py
│ │ └── BusRoutes.py
│ └── Google Kickstart 2020 Round C
│ ├── A.py
│ └── C.cpp