├── .github ├── FUNDING.yml └── pull_request_template.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── Resources.md ├── Round A ├── Allocation │ ├── Allocation_Question.md │ ├── Falguni-Python │ │ ├── Allocation.py │ │ └── falguni_soln.png │ ├── Manas-C │ │ ├── Screenshot.png │ │ └── allocation.c │ ├── evandrix-Java │ │ ├── Allocation.java │ │ └── evandrix_soln.png │ └── pixan198-cpp │ │ ├── allocation.cpp │ │ └── pixan198-allocation.PNG ├── Bundling │ ├── Bundling_Question.md │ ├── imsushant12-Python │ │ ├── Bundling.py │ │ └── imsushant12-bundling.png │ ├── pixan198-cpp │ │ ├── bundling.cpp │ │ └── pixan198-bundling.PNG │ └── xenoteo-Java │ │ ├── Bundling.java │ │ └── xenoteo-bundling.png ├── Plates │ ├── Plates_Question.md │ ├── amith-java │ │ ├── Plates.java │ │ └── amith_soln.jpg │ ├── hritik5102-python │ │ ├── Plates.py │ │ └── Plates_Submission.png │ ├── ighosh98-c │ │ ├── Screenshot from 2020-10-02 01-48-59.png │ │ └── plates.c │ └── pixan198-cpp │ │ ├── pixan198-plates.PNG │ │ └── plates.cpp ├── QuestionsList.md └── Workout │ ├── Workout_Question.md │ ├── drishtant-python │ ├── workout-sol.png │ └── workout.py │ ├── ighosh98-C │ ├── Screenshot from 2020-10-02 16-13-28.png │ └── workout.c │ ├── pixan198-cpp │ ├── pixan198-workout.PNG │ └── workout.cpp │ └── xenoteo-Java │ ├── Workout.java │ └── xenoteo-workout.png ├── Round B ├── Bike Tour │ ├── Adhisikha-JAVA │ │ ├── Adhisikha-Bike_Tour_JAVA.png │ │ └── Bike-Tour.java │ ├── Avinash-C++ │ │ ├── Bike-Tour.cpp │ │ └── avinash_sol.PNG │ ├── Bike Tour_Question.md │ ├── Niranjan-Python │ │ ├── BikeTour.PNG │ │ └── BikeTour.py │ └── Shikhar-C │ │ ├── Bike-Tour.c │ │ └── Shikhar_soln.png ├── Bus Routes │ ├── Bus Routes_Question.md │ ├── Deepak-C │ │ ├── Bus_Routes.c │ │ └── Bus_Routes.png │ ├── Sushant-C++ │ │ ├── Bus-Routes.cpp │ │ └── Sushant_Bus-Routes_Solution.png │ ├── Sushant-Java │ │ ├── Bus_Routes.java │ │ └── Sushant_Solution.png │ └── shreyansh-python │ │ ├── Bus Routes.py │ │ └── shreyansh_sol.jpg ├── QuestionsList.md ├── Robot Path Decoding │ ├── Robot Path Decoding_Question.md │ ├── vanjo9800-C++ │ │ ├── Robot Path Decoding.cpp │ │ └── vanjo9800_soln.png │ └── vanjo9800-Java │ │ ├── Robot Path Decoding.java │ │ └── vanjo9800_soln.png └── Wandering Robot │ ├── Deepak-C++ │ ├── Wandering_robot.cpp │ └── Wandering_robot_submission.png │ ├── Wandering Robot_Question.md │ └── devolious-python │ ├── wandering_robot_solution.py │ └── wandering_robot_submission.png ├── Round C ├── Candies │ ├── Candies_Question.md │ └── developerayuva-java │ │ ├── Candies.java │ │ └── developerayuva_solution.png ├── Countdown │ ├── Countdown_Question.md │ ├── Ghiurcuta-Cpp │ │ ├── AndreiG23.png │ │ └── Countdown.cpp │ ├── Kautilya-java │ │ ├── Countdown.java │ │ └── kautilya-soln.png │ ├── Niranjan-Python │ │ ├── Niranjan_countdown.PNG │ │ └── countdown.py │ └── hemangdtu_CSol │ │ ├── countdown_verification.PNG │ │ └── coutdown.c ├── Perfect Subarray │ ├── Abhinash-C++ │ │ ├── Abhinash Sol.png │ │ └── Perfect Subarray.cpp │ ├── Deepak-C │ │ ├── Perfect_Subarray.c │ │ └── Perfect_Subarray.png │ └── Perfect_Subarray_Question.md ├── QuestionsList.md └── Stable Wall │ ├── Krishna-C │ ├── stable_wall.c │ └── stable_wall.png │ ├── Question.md │ ├── drishtant-python │ ├── stable_wall.png │ └── stable_wall.py │ ├── imsushant12-Java │ ├── Stable_Wall.java │ └── imsushant12_solution.png │ └── shreyansh-c++ │ ├── Stable_Wall.cpp │ └── shreyansh_solution.jpg ├── Round D ├── Alien Piano │ ├── Alien Piano_Question.md │ ├── Krishna-C │ │ ├── Alien_Piano.c │ │ └── Kickstart_Screenshot.png │ ├── Sushant-C++ │ │ ├── Alien_Piano.cpp │ │ ├── Alien_Piano.exe │ │ └── Sushant_Solution.png │ └── Sushant-Java │ │ ├── Alien_piano.java │ │ └── Solution.png ├── Beauty of tree │ ├── Beauty of Tree_Question.md │ └── Shreya-C++ │ │ ├── Beauty of tree.cpp │ │ └── Shreya_soln.png ├── Locked Doors │ ├── Locked Doors_Question.md │ ├── sleepyboyskm-C++ │ │ ├── LockedDoorCPPSubmission.png │ │ └── LockedDoorCpp.cpp │ └── sleepyboyskm-java │ │ ├── LockedDoors-Solution.java │ │ └── sleepyboyskm-lockeddoorsubmission.png ├── QuestionsList.md └── Record Breaker │ ├── Adhisikha-C │ ├── Adhisikha-Record_Breaker-C.png │ └── Record_Breaker.c │ ├── Kautilya-java │ ├── kautilya-soln.png │ └── record-breaker.java.java │ ├── Pedro_Python │ ├── Record Breaker.py │ └── Screen Shot Record Breaker.png │ ├── Record Breaker_Question.md │ └── Shreya-C++ │ ├── RecordBreaker.cpp │ └── Shreya_soln.png ├── Round E ├── Golden Stone │ ├── Drishtant-cpp │ │ ├── golden_stone.cpp │ │ └── golden_stone_cpp.png │ ├── Drishtant-python │ │ ├── golden_stone.png │ │ └── golden_stone.py │ ├── Golden Stone_Question.md │ └── sleepyboyskm-Java │ │ ├── GoldenStone-submission.png │ │ └── GoldenStoneSolution.java ├── High Buildings │ ├── Abhinash-C++ │ │ ├── Abhinash sol.png │ │ └── High Buildings.cpp │ ├── Drishtant-python │ │ ├── drishtant-solutions.png │ │ └── high-buildings.py │ ├── High Buildings_Question.md │ ├── Shikhar-C │ │ ├── High-Buildings.c │ │ └── Shikhar_soln.png │ └── Sushant-Java │ │ ├── High_Buildings.java │ │ └── Sushant_Solution.png ├── Longest Arithmetic │ ├── Aniruddha-CPP │ │ ├── Aniruddha_soln.png │ │ └── Longest_Arithmetic.cpp │ ├── Kautilya-java │ │ ├── Longest-Arithmetic.java │ │ └── kautilya_soln.png │ ├── Longest Arithmetic_Question.md │ ├── Shikhar-C │ │ ├── Longest-Arithmetic.c │ │ └── Shikhar_soln.png │ └── drishtant-python │ │ ├── Drishtant-arithmetic.py │ │ └── drishtant-arithmetic-solutions.png ├── QuestionsList.md └── Toys │ ├── Ankita-C++ │ ├── Ankita Solution1.png │ └── Toy.Cpp │ ├── Toys_Question.md │ └── drishtant-python │ ├── drishtant-toys-solutions.png │ └── toys.py ├── Round F ├── ATM Queue │ ├── ATM Queue_Question.md │ ├── Abhinash-C++ │ │ ├── ATM Queue .cpp │ │ └── Abhinash_sol.png │ ├── Krishna-C │ │ ├── ATM_Queue.c │ │ └── Screenshot 2022-10-09 at 8.45.10 PM.png │ ├── Pedro_Python │ │ ├── ATM_Queue.py │ │ └── Screen Shot ATM Queue.png │ └── Sushant-Java │ │ ├── Alien_Piano.java │ │ └── Sushant_Solution.png ├── Metal Harvest │ ├── Lokendra-Python │ │ ├── Metal Harvest Kickstart.png │ │ └── Metal_Harvest.py │ ├── Metal Harvest_Question.md │ └── Prajwal-CPP │ │ ├── metalHarvest.cpp │ │ └── solProof.PNG ├── Painters' Duel │ ├── Painters' Duel_Question.md │ └── Shreyansh C++ │ │ ├── Painter's Duel.cpp │ │ └── screen.jpg ├── QuestionsList.md └── Yeetzhee │ ├── Yeetzhee_Question.md │ ├── devolious-CPP │ ├── yetzhee_soln.cpp │ └── yetzhee_submission.png │ └── siddharth-python │ ├── Siddharth-yeetzhee.PNG │ └── yeetzhee.py ├── Round G ├── Combination Lock │ ├── Combination Lock_Question.md │ ├── Deepak-C │ │ ├── Combination_Lock.c │ │ └── Combination_Lock.png │ └── Sakshi-Cpp │ │ ├── Combination_Lock.cpp │ │ └── Sakshi_Solution.jpg ├── Kick_Start │ ├── Adhisikha-Java │ │ ├── Adhisikha-Kick_start_JAVA.png │ │ └── Kick_Start.java │ ├── Kick_Start_Question.md │ ├── drishtant-c++ │ │ ├── Kick_Start-soln.png │ │ └── Kick_Start.cpp │ ├── drishtant-python │ │ ├── Kick_Start-sol_py.png │ │ └── Kick_Start.py │ └── maityankan10-c │ │ ├── Kick_Start.c │ │ └── Kick_Start_Soln.PNG ├── Maximum Coins │ ├── Deepak-C │ │ ├── Maximum_Coins.c │ │ └── Maximum_Coins.png │ ├── Kautilya-java │ │ ├── Maximum_coins.java │ │ └── kautilya-soln.png │ ├── Maximum Coins_Question.md │ ├── Mohinesh python │ │ ├── Maximum_coins.py │ │ └── proof_SS.PNG │ └── Shreyansh C++ │ │ ├── Maximum Coins.cpp │ │ └── ss.jpg ├── Merge Cards │ ├── Merge Cards_Question.md │ ├── Sakshi-Cpp │ │ ├── Merge_Cards.cpp │ │ └── Sakshi_Solution.jpg │ └── drishtant-python │ │ ├── merge_card.py │ │ └── solution-merge-card.png └── QuestionsList.md ├── Round H ├── Boring Numbers │ ├── Boring Number_Question.md │ ├── Debbie-Python │ │ ├── Boring Numbers.py │ │ └── Screenshot 2021-10-11 at 11.55.50 PM.png │ ├── Riya-C++ │ │ ├── Riya_Boring_Number.png │ │ └── boring_number.cpp │ └── Sushant-Java │ │ ├── Boring_Numbers.java │ │ └── Sushant_Boring_Numbers.png ├── Friends │ ├── Friends_Question.md │ ├── Riya-C++ │ │ ├── Friends_soln.cpp │ │ └── Riya_soln.png │ ├── Sean-Python │ │ ├── Friends.py │ │ └── Screenshot.png │ └── Shivam-Java │ │ ├── Friends.java │ │ └── Shivam_Friends.png ├── QuestionsList.md ├── Retype │ ├── Drishtant-python │ │ ├── retype.png │ │ └── retype.py │ ├── Retype_Question.md │ ├── Riya-C++ │ │ ├── Riya_Retype.png │ │ └── retype.cpp │ ├── Siddharth-Java │ │ ├── ReType.java │ │ └── Siddharth-Retype.PNG │ └── Sushant-C │ │ ├── Retype.c │ │ └── Sushant_Solution.png └── Rugby │ ├── Drishtant-python │ ├── rugby.png │ └── rugby.py │ ├── Riya-C++ │ ├── Riya_Rugby.png │ └── rugby.cpp │ ├── Rugby_Question.md │ └── Shivam-Java │ ├── Rugby.java │ └── Shivam_Rugby.png └── assets ├── EditorSS ├── 20201003_160953.jpg └── falguni_soln.png ├── Fork.JPG ├── PR.JPG ├── PR1.JPG ├── PR2.JPG ├── Save1.JPG ├── Save2.JPG ├── commands.JPG ├── hacktoberfest.svg └── kickstart.jpg /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/README.md -------------------------------------------------------------------------------- /Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Resources.md -------------------------------------------------------------------------------- /Round A/Allocation/Allocation_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/Allocation_Question.md -------------------------------------------------------------------------------- /Round A/Allocation/Falguni-Python/Allocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/Falguni-Python/Allocation.py -------------------------------------------------------------------------------- /Round A/Allocation/Falguni-Python/falguni_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/Falguni-Python/falguni_soln.png -------------------------------------------------------------------------------- /Round A/Allocation/Manas-C/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/Manas-C/Screenshot.png -------------------------------------------------------------------------------- /Round A/Allocation/Manas-C/allocation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/Manas-C/allocation.c -------------------------------------------------------------------------------- /Round A/Allocation/evandrix-Java/Allocation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/evandrix-Java/Allocation.java -------------------------------------------------------------------------------- /Round A/Allocation/evandrix-Java/evandrix_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/evandrix-Java/evandrix_soln.png -------------------------------------------------------------------------------- /Round A/Allocation/pixan198-cpp/allocation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/pixan198-cpp/allocation.cpp -------------------------------------------------------------------------------- /Round A/Allocation/pixan198-cpp/pixan198-allocation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Allocation/pixan198-cpp/pixan198-allocation.PNG -------------------------------------------------------------------------------- /Round A/Bundling/Bundling_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Bundling/Bundling_Question.md -------------------------------------------------------------------------------- /Round A/Bundling/imsushant12-Python/Bundling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Bundling/imsushant12-Python/Bundling.py -------------------------------------------------------------------------------- /Round A/Bundling/imsushant12-Python/imsushant12-bundling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Bundling/imsushant12-Python/imsushant12-bundling.png -------------------------------------------------------------------------------- /Round A/Bundling/pixan198-cpp/bundling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Bundling/pixan198-cpp/bundling.cpp -------------------------------------------------------------------------------- /Round A/Bundling/pixan198-cpp/pixan198-bundling.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Bundling/pixan198-cpp/pixan198-bundling.PNG -------------------------------------------------------------------------------- /Round A/Bundling/xenoteo-Java/Bundling.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Bundling/xenoteo-Java/Bundling.java -------------------------------------------------------------------------------- /Round A/Bundling/xenoteo-Java/xenoteo-bundling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Bundling/xenoteo-Java/xenoteo-bundling.png -------------------------------------------------------------------------------- /Round A/Plates/Plates_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/Plates_Question.md -------------------------------------------------------------------------------- /Round A/Plates/amith-java/Plates.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/amith-java/Plates.java -------------------------------------------------------------------------------- /Round A/Plates/amith-java/amith_soln.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/amith-java/amith_soln.jpg -------------------------------------------------------------------------------- /Round A/Plates/hritik5102-python/Plates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/hritik5102-python/Plates.py -------------------------------------------------------------------------------- /Round A/Plates/hritik5102-python/Plates_Submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/hritik5102-python/Plates_Submission.png -------------------------------------------------------------------------------- /Round A/Plates/ighosh98-c/Screenshot from 2020-10-02 01-48-59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/ighosh98-c/Screenshot from 2020-10-02 01-48-59.png -------------------------------------------------------------------------------- /Round A/Plates/ighosh98-c/plates.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/ighosh98-c/plates.c -------------------------------------------------------------------------------- /Round A/Plates/pixan198-cpp/pixan198-plates.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/pixan198-cpp/pixan198-plates.PNG -------------------------------------------------------------------------------- /Round A/Plates/pixan198-cpp/plates.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Plates/pixan198-cpp/plates.cpp -------------------------------------------------------------------------------- /Round A/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/QuestionsList.md -------------------------------------------------------------------------------- /Round A/Workout/Workout_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/Workout_Question.md -------------------------------------------------------------------------------- /Round A/Workout/drishtant-python/workout-sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/drishtant-python/workout-sol.png -------------------------------------------------------------------------------- /Round A/Workout/drishtant-python/workout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/drishtant-python/workout.py -------------------------------------------------------------------------------- /Round A/Workout/ighosh98-C/Screenshot from 2020-10-02 16-13-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/ighosh98-C/Screenshot from 2020-10-02 16-13-28.png -------------------------------------------------------------------------------- /Round A/Workout/ighosh98-C/workout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/ighosh98-C/workout.c -------------------------------------------------------------------------------- /Round A/Workout/pixan198-cpp/pixan198-workout.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/pixan198-cpp/pixan198-workout.PNG -------------------------------------------------------------------------------- /Round A/Workout/pixan198-cpp/workout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/pixan198-cpp/workout.cpp -------------------------------------------------------------------------------- /Round A/Workout/xenoteo-Java/Workout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/xenoteo-Java/Workout.java -------------------------------------------------------------------------------- /Round A/Workout/xenoteo-Java/xenoteo-workout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round A/Workout/xenoteo-Java/xenoteo-workout.png -------------------------------------------------------------------------------- /Round B/Bike Tour/Adhisikha-JAVA/Adhisikha-Bike_Tour_JAVA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Adhisikha-JAVA/Adhisikha-Bike_Tour_JAVA.png -------------------------------------------------------------------------------- /Round B/Bike Tour/Adhisikha-JAVA/Bike-Tour.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Adhisikha-JAVA/Bike-Tour.java -------------------------------------------------------------------------------- /Round B/Bike Tour/Avinash-C++/Bike-Tour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Avinash-C++/Bike-Tour.cpp -------------------------------------------------------------------------------- /Round B/Bike Tour/Avinash-C++/avinash_sol.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Avinash-C++/avinash_sol.PNG -------------------------------------------------------------------------------- /Round B/Bike Tour/Bike Tour_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Bike Tour_Question.md -------------------------------------------------------------------------------- /Round B/Bike Tour/Niranjan-Python/BikeTour.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Niranjan-Python/BikeTour.PNG -------------------------------------------------------------------------------- /Round B/Bike Tour/Niranjan-Python/BikeTour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Niranjan-Python/BikeTour.py -------------------------------------------------------------------------------- /Round B/Bike Tour/Shikhar-C/Bike-Tour.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Shikhar-C/Bike-Tour.c -------------------------------------------------------------------------------- /Round B/Bike Tour/Shikhar-C/Shikhar_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bike Tour/Shikhar-C/Shikhar_soln.png -------------------------------------------------------------------------------- /Round B/Bus Routes/Bus Routes_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/Bus Routes_Question.md -------------------------------------------------------------------------------- /Round B/Bus Routes/Deepak-C/Bus_Routes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/Deepak-C/Bus_Routes.c -------------------------------------------------------------------------------- /Round B/Bus Routes/Deepak-C/Bus_Routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/Deepak-C/Bus_Routes.png -------------------------------------------------------------------------------- /Round B/Bus Routes/Sushant-C++/Bus-Routes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/Sushant-C++/Bus-Routes.cpp -------------------------------------------------------------------------------- /Round B/Bus Routes/Sushant-C++/Sushant_Bus-Routes_Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/Sushant-C++/Sushant_Bus-Routes_Solution.png -------------------------------------------------------------------------------- /Round B/Bus Routes/Sushant-Java/Bus_Routes.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/Sushant-Java/Bus_Routes.java -------------------------------------------------------------------------------- /Round B/Bus Routes/Sushant-Java/Sushant_Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/Sushant-Java/Sushant_Solution.png -------------------------------------------------------------------------------- /Round B/Bus Routes/shreyansh-python/Bus Routes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/shreyansh-python/Bus Routes.py -------------------------------------------------------------------------------- /Round B/Bus Routes/shreyansh-python/shreyansh_sol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Bus Routes/shreyansh-python/shreyansh_sol.jpg -------------------------------------------------------------------------------- /Round B/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/QuestionsList.md -------------------------------------------------------------------------------- /Round B/Robot Path Decoding/Robot Path Decoding_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Robot Path Decoding/Robot Path Decoding_Question.md -------------------------------------------------------------------------------- /Round B/Robot Path Decoding/vanjo9800-C++/Robot Path Decoding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Robot Path Decoding/vanjo9800-C++/Robot Path Decoding.cpp -------------------------------------------------------------------------------- /Round B/Robot Path Decoding/vanjo9800-C++/vanjo9800_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Robot Path Decoding/vanjo9800-C++/vanjo9800_soln.png -------------------------------------------------------------------------------- /Round B/Robot Path Decoding/vanjo9800-Java/Robot Path Decoding.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Robot Path Decoding/vanjo9800-Java/Robot Path Decoding.java -------------------------------------------------------------------------------- /Round B/Robot Path Decoding/vanjo9800-Java/vanjo9800_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Robot Path Decoding/vanjo9800-Java/vanjo9800_soln.png -------------------------------------------------------------------------------- /Round B/Wandering Robot/Deepak-C++/Wandering_robot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Wandering Robot/Deepak-C++/Wandering_robot.cpp -------------------------------------------------------------------------------- /Round B/Wandering Robot/Deepak-C++/Wandering_robot_submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Wandering Robot/Deepak-C++/Wandering_robot_submission.png -------------------------------------------------------------------------------- /Round B/Wandering Robot/Wandering Robot_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Wandering Robot/Wandering Robot_Question.md -------------------------------------------------------------------------------- /Round B/Wandering Robot/devolious-python/wandering_robot_solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Wandering Robot/devolious-python/wandering_robot_solution.py -------------------------------------------------------------------------------- /Round B/Wandering Robot/devolious-python/wandering_robot_submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round B/Wandering Robot/devolious-python/wandering_robot_submission.png -------------------------------------------------------------------------------- /Round C/Candies/Candies_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Candies/Candies_Question.md -------------------------------------------------------------------------------- /Round C/Candies/developerayuva-java/Candies.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Candies/developerayuva-java/Candies.java -------------------------------------------------------------------------------- /Round C/Candies/developerayuva-java/developerayuva_solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Candies/developerayuva-java/developerayuva_solution.png -------------------------------------------------------------------------------- /Round C/Countdown/Countdown_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/Countdown_Question.md -------------------------------------------------------------------------------- /Round C/Countdown/Ghiurcuta-Cpp/AndreiG23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/Ghiurcuta-Cpp/AndreiG23.png -------------------------------------------------------------------------------- /Round C/Countdown/Ghiurcuta-Cpp/Countdown.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/Ghiurcuta-Cpp/Countdown.cpp -------------------------------------------------------------------------------- /Round C/Countdown/Kautilya-java/Countdown.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/Kautilya-java/Countdown.java -------------------------------------------------------------------------------- /Round C/Countdown/Kautilya-java/kautilya-soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/Kautilya-java/kautilya-soln.png -------------------------------------------------------------------------------- /Round C/Countdown/Niranjan-Python/Niranjan_countdown.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/Niranjan-Python/Niranjan_countdown.PNG -------------------------------------------------------------------------------- /Round C/Countdown/Niranjan-Python/countdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/Niranjan-Python/countdown.py -------------------------------------------------------------------------------- /Round C/Countdown/hemangdtu_CSol/countdown_verification.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/hemangdtu_CSol/countdown_verification.PNG -------------------------------------------------------------------------------- /Round C/Countdown/hemangdtu_CSol/coutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Countdown/hemangdtu_CSol/coutdown.c -------------------------------------------------------------------------------- /Round C/Perfect Subarray/Abhinash-C++/Abhinash Sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Perfect Subarray/Abhinash-C++/Abhinash Sol.png -------------------------------------------------------------------------------- /Round C/Perfect Subarray/Abhinash-C++/Perfect Subarray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Perfect Subarray/Abhinash-C++/Perfect Subarray.cpp -------------------------------------------------------------------------------- /Round C/Perfect Subarray/Deepak-C/Perfect_Subarray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Perfect Subarray/Deepak-C/Perfect_Subarray.c -------------------------------------------------------------------------------- /Round C/Perfect Subarray/Deepak-C/Perfect_Subarray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Perfect Subarray/Deepak-C/Perfect_Subarray.png -------------------------------------------------------------------------------- /Round C/Perfect Subarray/Perfect_Subarray_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Perfect Subarray/Perfect_Subarray_Question.md -------------------------------------------------------------------------------- /Round C/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/QuestionsList.md -------------------------------------------------------------------------------- /Round C/Stable Wall/Krishna-C/stable_wall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/Krishna-C/stable_wall.c -------------------------------------------------------------------------------- /Round C/Stable Wall/Krishna-C/stable_wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/Krishna-C/stable_wall.png -------------------------------------------------------------------------------- /Round C/Stable Wall/Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/Question.md -------------------------------------------------------------------------------- /Round C/Stable Wall/drishtant-python/stable_wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/drishtant-python/stable_wall.png -------------------------------------------------------------------------------- /Round C/Stable Wall/drishtant-python/stable_wall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/drishtant-python/stable_wall.py -------------------------------------------------------------------------------- /Round C/Stable Wall/imsushant12-Java/Stable_Wall.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/imsushant12-Java/Stable_Wall.java -------------------------------------------------------------------------------- /Round C/Stable Wall/imsushant12-Java/imsushant12_solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/imsushant12-Java/imsushant12_solution.png -------------------------------------------------------------------------------- /Round C/Stable Wall/shreyansh-c++/Stable_Wall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/shreyansh-c++/Stable_Wall.cpp -------------------------------------------------------------------------------- /Round C/Stable Wall/shreyansh-c++/shreyansh_solution.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round C/Stable Wall/shreyansh-c++/shreyansh_solution.jpg -------------------------------------------------------------------------------- /Round D/Alien Piano/Alien Piano_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Alien Piano_Question.md -------------------------------------------------------------------------------- /Round D/Alien Piano/Krishna-C/Alien_Piano.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Krishna-C/Alien_Piano.c -------------------------------------------------------------------------------- /Round D/Alien Piano/Krishna-C/Kickstart_Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Krishna-C/Kickstart_Screenshot.png -------------------------------------------------------------------------------- /Round D/Alien Piano/Sushant-C++/Alien_Piano.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Sushant-C++/Alien_Piano.cpp -------------------------------------------------------------------------------- /Round D/Alien Piano/Sushant-C++/Alien_Piano.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Sushant-C++/Alien_Piano.exe -------------------------------------------------------------------------------- /Round D/Alien Piano/Sushant-C++/Sushant_Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Sushant-C++/Sushant_Solution.png -------------------------------------------------------------------------------- /Round D/Alien Piano/Sushant-Java/Alien_piano.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Sushant-Java/Alien_piano.java -------------------------------------------------------------------------------- /Round D/Alien Piano/Sushant-Java/Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Alien Piano/Sushant-Java/Solution.png -------------------------------------------------------------------------------- /Round D/Beauty of tree/Beauty of Tree_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Beauty of tree/Beauty of Tree_Question.md -------------------------------------------------------------------------------- /Round D/Beauty of tree/Shreya-C++/Beauty of tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Beauty of tree/Shreya-C++/Beauty of tree.cpp -------------------------------------------------------------------------------- /Round D/Beauty of tree/Shreya-C++/Shreya_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Beauty of tree/Shreya-C++/Shreya_soln.png -------------------------------------------------------------------------------- /Round D/Locked Doors/Locked Doors_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Locked Doors/Locked Doors_Question.md -------------------------------------------------------------------------------- /Round D/Locked Doors/sleepyboyskm-C++/LockedDoorCPPSubmission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Locked Doors/sleepyboyskm-C++/LockedDoorCPPSubmission.png -------------------------------------------------------------------------------- /Round D/Locked Doors/sleepyboyskm-C++/LockedDoorCpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Locked Doors/sleepyboyskm-C++/LockedDoorCpp.cpp -------------------------------------------------------------------------------- /Round D/Locked Doors/sleepyboyskm-java/LockedDoors-Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Locked Doors/sleepyboyskm-java/LockedDoors-Solution.java -------------------------------------------------------------------------------- /Round D/Locked Doors/sleepyboyskm-java/sleepyboyskm-lockeddoorsubmission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Locked Doors/sleepyboyskm-java/sleepyboyskm-lockeddoorsubmission.png -------------------------------------------------------------------------------- /Round D/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/QuestionsList.md -------------------------------------------------------------------------------- /Round D/Record Breaker/Adhisikha-C/Adhisikha-Record_Breaker-C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Adhisikha-C/Adhisikha-Record_Breaker-C.png -------------------------------------------------------------------------------- /Round D/Record Breaker/Adhisikha-C/Record_Breaker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Adhisikha-C/Record_Breaker.c -------------------------------------------------------------------------------- /Round D/Record Breaker/Kautilya-java/kautilya-soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Kautilya-java/kautilya-soln.png -------------------------------------------------------------------------------- /Round D/Record Breaker/Kautilya-java/record-breaker.java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Kautilya-java/record-breaker.java.java -------------------------------------------------------------------------------- /Round D/Record Breaker/Pedro_Python/Record Breaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Pedro_Python/Record Breaker.py -------------------------------------------------------------------------------- /Round D/Record Breaker/Pedro_Python/Screen Shot Record Breaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Pedro_Python/Screen Shot Record Breaker.png -------------------------------------------------------------------------------- /Round D/Record Breaker/Record Breaker_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Record Breaker_Question.md -------------------------------------------------------------------------------- /Round D/Record Breaker/Shreya-C++/RecordBreaker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Shreya-C++/RecordBreaker.cpp -------------------------------------------------------------------------------- /Round D/Record Breaker/Shreya-C++/Shreya_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round D/Record Breaker/Shreya-C++/Shreya_soln.png -------------------------------------------------------------------------------- /Round E/Golden Stone/Drishtant-cpp/golden_stone.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Golden Stone/Drishtant-cpp/golden_stone.cpp -------------------------------------------------------------------------------- /Round E/Golden Stone/Drishtant-cpp/golden_stone_cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Golden Stone/Drishtant-cpp/golden_stone_cpp.png -------------------------------------------------------------------------------- /Round E/Golden Stone/Drishtant-python/golden_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Golden Stone/Drishtant-python/golden_stone.png -------------------------------------------------------------------------------- /Round E/Golden Stone/Drishtant-python/golden_stone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Golden Stone/Drishtant-python/golden_stone.py -------------------------------------------------------------------------------- /Round E/Golden Stone/Golden Stone_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Golden Stone/Golden Stone_Question.md -------------------------------------------------------------------------------- /Round E/Golden Stone/sleepyboyskm-Java/GoldenStone-submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Golden Stone/sleepyboyskm-Java/GoldenStone-submission.png -------------------------------------------------------------------------------- /Round E/Golden Stone/sleepyboyskm-Java/GoldenStoneSolution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Golden Stone/sleepyboyskm-Java/GoldenStoneSolution.java -------------------------------------------------------------------------------- /Round E/High Buildings/Abhinash-C++/Abhinash sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Abhinash-C++/Abhinash sol.png -------------------------------------------------------------------------------- /Round E/High Buildings/Abhinash-C++/High Buildings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Abhinash-C++/High Buildings.cpp -------------------------------------------------------------------------------- /Round E/High Buildings/Drishtant-python/drishtant-solutions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Drishtant-python/drishtant-solutions.png -------------------------------------------------------------------------------- /Round E/High Buildings/Drishtant-python/high-buildings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Drishtant-python/high-buildings.py -------------------------------------------------------------------------------- /Round E/High Buildings/High Buildings_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/High Buildings_Question.md -------------------------------------------------------------------------------- /Round E/High Buildings/Shikhar-C/High-Buildings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Shikhar-C/High-Buildings.c -------------------------------------------------------------------------------- /Round E/High Buildings/Shikhar-C/Shikhar_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Shikhar-C/Shikhar_soln.png -------------------------------------------------------------------------------- /Round E/High Buildings/Sushant-Java/High_Buildings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Sushant-Java/High_Buildings.java -------------------------------------------------------------------------------- /Round E/High Buildings/Sushant-Java/Sushant_Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/High Buildings/Sushant-Java/Sushant_Solution.png -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/Aniruddha-CPP/Aniruddha_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/Aniruddha-CPP/Aniruddha_soln.png -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/Aniruddha-CPP/Longest_Arithmetic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/Aniruddha-CPP/Longest_Arithmetic.cpp -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/Kautilya-java/Longest-Arithmetic.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/Kautilya-java/Longest-Arithmetic.java -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/Kautilya-java/kautilya_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/Kautilya-java/kautilya_soln.png -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/Longest Arithmetic_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/Longest Arithmetic_Question.md -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/Shikhar-C/Longest-Arithmetic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/Shikhar-C/Longest-Arithmetic.c -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/Shikhar-C/Shikhar_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/Shikhar-C/Shikhar_soln.png -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/drishtant-python/Drishtant-arithmetic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/drishtant-python/Drishtant-arithmetic.py -------------------------------------------------------------------------------- /Round E/Longest Arithmetic/drishtant-python/drishtant-arithmetic-solutions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Longest Arithmetic/drishtant-python/drishtant-arithmetic-solutions.png -------------------------------------------------------------------------------- /Round E/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/QuestionsList.md -------------------------------------------------------------------------------- /Round E/Toys/Ankita-C++/Ankita Solution1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Toys/Ankita-C++/Ankita Solution1.png -------------------------------------------------------------------------------- /Round E/Toys/Ankita-C++/Toy.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Toys/Ankita-C++/Toy.Cpp -------------------------------------------------------------------------------- /Round E/Toys/Toys_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Toys/Toys_Question.md -------------------------------------------------------------------------------- /Round E/Toys/drishtant-python/drishtant-toys-solutions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Toys/drishtant-python/drishtant-toys-solutions.png -------------------------------------------------------------------------------- /Round E/Toys/drishtant-python/toys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round E/Toys/drishtant-python/toys.py -------------------------------------------------------------------------------- /Round F/ATM Queue/ATM Queue_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/ATM Queue_Question.md -------------------------------------------------------------------------------- /Round F/ATM Queue/Abhinash-C++/ATM Queue .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Abhinash-C++/ATM Queue .cpp -------------------------------------------------------------------------------- /Round F/ATM Queue/Abhinash-C++/Abhinash_sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Abhinash-C++/Abhinash_sol.png -------------------------------------------------------------------------------- /Round F/ATM Queue/Krishna-C/ATM_Queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Krishna-C/ATM_Queue.c -------------------------------------------------------------------------------- /Round F/ATM Queue/Krishna-C/Screenshot 2022-10-09 at 8.45.10 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Krishna-C/Screenshot 2022-10-09 at 8.45.10 PM.png -------------------------------------------------------------------------------- /Round F/ATM Queue/Pedro_Python/ATM_Queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Pedro_Python/ATM_Queue.py -------------------------------------------------------------------------------- /Round F/ATM Queue/Pedro_Python/Screen Shot ATM Queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Pedro_Python/Screen Shot ATM Queue.png -------------------------------------------------------------------------------- /Round F/ATM Queue/Sushant-Java/Alien_Piano.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Sushant-Java/Alien_Piano.java -------------------------------------------------------------------------------- /Round F/ATM Queue/Sushant-Java/Sushant_Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/ATM Queue/Sushant-Java/Sushant_Solution.png -------------------------------------------------------------------------------- /Round F/Metal Harvest/Lokendra-Python/Metal Harvest Kickstart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Metal Harvest/Lokendra-Python/Metal Harvest Kickstart.png -------------------------------------------------------------------------------- /Round F/Metal Harvest/Lokendra-Python/Metal_Harvest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Metal Harvest/Lokendra-Python/Metal_Harvest.py -------------------------------------------------------------------------------- /Round F/Metal Harvest/Metal Harvest_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Metal Harvest/Metal Harvest_Question.md -------------------------------------------------------------------------------- /Round F/Metal Harvest/Prajwal-CPP/metalHarvest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Metal Harvest/Prajwal-CPP/metalHarvest.cpp -------------------------------------------------------------------------------- /Round F/Metal Harvest/Prajwal-CPP/solProof.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Metal Harvest/Prajwal-CPP/solProof.PNG -------------------------------------------------------------------------------- /Round F/Painters' Duel/Painters' Duel_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Painters' Duel/Painters' Duel_Question.md -------------------------------------------------------------------------------- /Round F/Painters' Duel/Shreyansh C++/Painter's Duel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Painters' Duel/Shreyansh C++/Painter's Duel.cpp -------------------------------------------------------------------------------- /Round F/Painters' Duel/Shreyansh C++/screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Painters' Duel/Shreyansh C++/screen.jpg -------------------------------------------------------------------------------- /Round F/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/QuestionsList.md -------------------------------------------------------------------------------- /Round F/Yeetzhee/Yeetzhee_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Yeetzhee/Yeetzhee_Question.md -------------------------------------------------------------------------------- /Round F/Yeetzhee/devolious-CPP/yetzhee_soln.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Yeetzhee/devolious-CPP/yetzhee_soln.cpp -------------------------------------------------------------------------------- /Round F/Yeetzhee/devolious-CPP/yetzhee_submission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Yeetzhee/devolious-CPP/yetzhee_submission.png -------------------------------------------------------------------------------- /Round F/Yeetzhee/siddharth-python/Siddharth-yeetzhee.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Yeetzhee/siddharth-python/Siddharth-yeetzhee.PNG -------------------------------------------------------------------------------- /Round F/Yeetzhee/siddharth-python/yeetzhee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round F/Yeetzhee/siddharth-python/yeetzhee.py -------------------------------------------------------------------------------- /Round G/Combination Lock/Combination Lock_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Combination Lock/Combination Lock_Question.md -------------------------------------------------------------------------------- /Round G/Combination Lock/Deepak-C/Combination_Lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Combination Lock/Deepak-C/Combination_Lock.c -------------------------------------------------------------------------------- /Round G/Combination Lock/Deepak-C/Combination_Lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Combination Lock/Deepak-C/Combination_Lock.png -------------------------------------------------------------------------------- /Round G/Combination Lock/Sakshi-Cpp/Combination_Lock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Combination Lock/Sakshi-Cpp/Combination_Lock.cpp -------------------------------------------------------------------------------- /Round G/Combination Lock/Sakshi-Cpp/Sakshi_Solution.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Combination Lock/Sakshi-Cpp/Sakshi_Solution.jpg -------------------------------------------------------------------------------- /Round G/Kick_Start/Adhisikha-Java/Adhisikha-Kick_start_JAVA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/Adhisikha-Java/Adhisikha-Kick_start_JAVA.png -------------------------------------------------------------------------------- /Round G/Kick_Start/Adhisikha-Java/Kick_Start.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/Adhisikha-Java/Kick_Start.java -------------------------------------------------------------------------------- /Round G/Kick_Start/Kick_Start_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/Kick_Start_Question.md -------------------------------------------------------------------------------- /Round G/Kick_Start/drishtant-c++/Kick_Start-soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/drishtant-c++/Kick_Start-soln.png -------------------------------------------------------------------------------- /Round G/Kick_Start/drishtant-c++/Kick_Start.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/drishtant-c++/Kick_Start.cpp -------------------------------------------------------------------------------- /Round G/Kick_Start/drishtant-python/Kick_Start-sol_py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/drishtant-python/Kick_Start-sol_py.png -------------------------------------------------------------------------------- /Round G/Kick_Start/drishtant-python/Kick_Start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/drishtant-python/Kick_Start.py -------------------------------------------------------------------------------- /Round G/Kick_Start/maityankan10-c/Kick_Start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/maityankan10-c/Kick_Start.c -------------------------------------------------------------------------------- /Round G/Kick_Start/maityankan10-c/Kick_Start_Soln.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Kick_Start/maityankan10-c/Kick_Start_Soln.PNG -------------------------------------------------------------------------------- /Round G/Maximum Coins/Deepak-C/Maximum_Coins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Deepak-C/Maximum_Coins.c -------------------------------------------------------------------------------- /Round G/Maximum Coins/Deepak-C/Maximum_Coins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Deepak-C/Maximum_Coins.png -------------------------------------------------------------------------------- /Round G/Maximum Coins/Kautilya-java/Maximum_coins.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Kautilya-java/Maximum_coins.java -------------------------------------------------------------------------------- /Round G/Maximum Coins/Kautilya-java/kautilya-soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Kautilya-java/kautilya-soln.png -------------------------------------------------------------------------------- /Round G/Maximum Coins/Maximum Coins_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Maximum Coins_Question.md -------------------------------------------------------------------------------- /Round G/Maximum Coins/Mohinesh python/Maximum_coins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Mohinesh python/Maximum_coins.py -------------------------------------------------------------------------------- /Round G/Maximum Coins/Mohinesh python/proof_SS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Mohinesh python/proof_SS.PNG -------------------------------------------------------------------------------- /Round G/Maximum Coins/Shreyansh C++/Maximum Coins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Shreyansh C++/Maximum Coins.cpp -------------------------------------------------------------------------------- /Round G/Maximum Coins/Shreyansh C++/ss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Maximum Coins/Shreyansh C++/ss.jpg -------------------------------------------------------------------------------- /Round G/Merge Cards/Merge Cards_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Merge Cards/Merge Cards_Question.md -------------------------------------------------------------------------------- /Round G/Merge Cards/Sakshi-Cpp/Merge_Cards.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Merge Cards/Sakshi-Cpp/Merge_Cards.cpp -------------------------------------------------------------------------------- /Round G/Merge Cards/Sakshi-Cpp/Sakshi_Solution.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Merge Cards/Sakshi-Cpp/Sakshi_Solution.jpg -------------------------------------------------------------------------------- /Round G/Merge Cards/drishtant-python/merge_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Merge Cards/drishtant-python/merge_card.py -------------------------------------------------------------------------------- /Round G/Merge Cards/drishtant-python/solution-merge-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/Merge Cards/drishtant-python/solution-merge-card.png -------------------------------------------------------------------------------- /Round G/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round G/QuestionsList.md -------------------------------------------------------------------------------- /Round H/Boring Numbers/Boring Number_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Boring Numbers/Boring Number_Question.md -------------------------------------------------------------------------------- /Round H/Boring Numbers/Debbie-Python/Boring Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Boring Numbers/Debbie-Python/Boring Numbers.py -------------------------------------------------------------------------------- /Round H/Boring Numbers/Debbie-Python/Screenshot 2021-10-11 at 11.55.50 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Boring Numbers/Debbie-Python/Screenshot 2021-10-11 at 11.55.50 PM.png -------------------------------------------------------------------------------- /Round H/Boring Numbers/Riya-C++/Riya_Boring_Number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Boring Numbers/Riya-C++/Riya_Boring_Number.png -------------------------------------------------------------------------------- /Round H/Boring Numbers/Riya-C++/boring_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Boring Numbers/Riya-C++/boring_number.cpp -------------------------------------------------------------------------------- /Round H/Boring Numbers/Sushant-Java/Boring_Numbers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Boring Numbers/Sushant-Java/Boring_Numbers.java -------------------------------------------------------------------------------- /Round H/Boring Numbers/Sushant-Java/Sushant_Boring_Numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Boring Numbers/Sushant-Java/Sushant_Boring_Numbers.png -------------------------------------------------------------------------------- /Round H/Friends/Friends_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Friends/Friends_Question.md -------------------------------------------------------------------------------- /Round H/Friends/Riya-C++/Friends_soln.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Friends/Riya-C++/Friends_soln.cpp -------------------------------------------------------------------------------- /Round H/Friends/Riya-C++/Riya_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Friends/Riya-C++/Riya_soln.png -------------------------------------------------------------------------------- /Round H/Friends/Sean-Python/Friends.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Friends/Sean-Python/Friends.py -------------------------------------------------------------------------------- /Round H/Friends/Sean-Python/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Friends/Sean-Python/Screenshot.png -------------------------------------------------------------------------------- /Round H/Friends/Shivam-Java/Friends.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Friends/Shivam-Java/Friends.java -------------------------------------------------------------------------------- /Round H/Friends/Shivam-Java/Shivam_Friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Friends/Shivam-Java/Shivam_Friends.png -------------------------------------------------------------------------------- /Round H/QuestionsList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/QuestionsList.md -------------------------------------------------------------------------------- /Round H/Retype/Drishtant-python/retype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Drishtant-python/retype.png -------------------------------------------------------------------------------- /Round H/Retype/Drishtant-python/retype.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Drishtant-python/retype.py -------------------------------------------------------------------------------- /Round H/Retype/Retype_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Retype_Question.md -------------------------------------------------------------------------------- /Round H/Retype/Riya-C++/Riya_Retype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Riya-C++/Riya_Retype.png -------------------------------------------------------------------------------- /Round H/Retype/Riya-C++/retype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Riya-C++/retype.cpp -------------------------------------------------------------------------------- /Round H/Retype/Siddharth-Java/ReType.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Siddharth-Java/ReType.java -------------------------------------------------------------------------------- /Round H/Retype/Siddharth-Java/Siddharth-Retype.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Siddharth-Java/Siddharth-Retype.PNG -------------------------------------------------------------------------------- /Round H/Retype/Sushant-C/Retype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Sushant-C/Retype.c -------------------------------------------------------------------------------- /Round H/Retype/Sushant-C/Sushant_Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Retype/Sushant-C/Sushant_Solution.png -------------------------------------------------------------------------------- /Round H/Rugby/Drishtant-python/rugby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Rugby/Drishtant-python/rugby.png -------------------------------------------------------------------------------- /Round H/Rugby/Drishtant-python/rugby.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Rugby/Drishtant-python/rugby.py -------------------------------------------------------------------------------- /Round H/Rugby/Riya-C++/Riya_Rugby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Rugby/Riya-C++/Riya_Rugby.png -------------------------------------------------------------------------------- /Round H/Rugby/Riya-C++/rugby.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Rugby/Riya-C++/rugby.cpp -------------------------------------------------------------------------------- /Round H/Rugby/Rugby_Question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Rugby/Rugby_Question.md -------------------------------------------------------------------------------- /Round H/Rugby/Shivam-Java/Rugby.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Rugby/Shivam-Java/Rugby.java -------------------------------------------------------------------------------- /Round H/Rugby/Shivam-Java/Shivam_Rugby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/Round H/Rugby/Shivam-Java/Shivam_Rugby.png -------------------------------------------------------------------------------- /assets/EditorSS/20201003_160953.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/EditorSS/20201003_160953.jpg -------------------------------------------------------------------------------- /assets/EditorSS/falguni_soln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/EditorSS/falguni_soln.png -------------------------------------------------------------------------------- /assets/Fork.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/Fork.JPG -------------------------------------------------------------------------------- /assets/PR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/PR.JPG -------------------------------------------------------------------------------- /assets/PR1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/PR1.JPG -------------------------------------------------------------------------------- /assets/PR2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/PR2.JPG -------------------------------------------------------------------------------- /assets/Save1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/Save1.JPG -------------------------------------------------------------------------------- /assets/Save2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/Save2.JPG -------------------------------------------------------------------------------- /assets/commands.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/commands.JPG -------------------------------------------------------------------------------- /assets/hacktoberfest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/hacktoberfest.svg -------------------------------------------------------------------------------- /assets/kickstart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlankCoders/GoogleKickStart2020_Solutions/HEAD/assets/kickstart.jpg --------------------------------------------------------------------------------