├── .gitignore ├── CodeChef ├── Amalthea │ └── ques1.cpp ├── Beginner │ ├── ACBALL.cpp │ ├── ALEXTASK.cpp │ ├── ALPHABET.cpp │ ├── ALTARAY.cpp │ ├── AMR15A.cpp │ ├── ANKTRAIN.cpp │ ├── BOOKCHEF.cpp │ ├── BRACKETS.cpp │ ├── CFRTEST.cpp │ ├── CHEFAPAR.cpp │ ├── CHEFARRP.cpp │ ├── CHEFKEY.cpp │ ├── CHEFSQ.cpp │ ├── CHEFSTLT.cpp │ ├── CHEFSTUD.cpp │ ├── CHN09.cpp │ ├── CHOPRT.cpp │ ├── CHRL2.cpp │ ├── CHRL4.cpp │ ├── CIELRCIPT.cpp │ ├── COMM3.cpp │ ├── COOKMATCH.cpp │ ├── COPS.cpp │ ├── DEVARRAY.cpp │ ├── DEVUGRAP.cpp │ ├── ENTEXAM.cpp │ ├── FLOW001.cpp │ ├── FLOW002.cpp │ ├── FLOW004.cpp │ ├── FLOW005.cpp │ ├── FLOW006.cpp │ ├── FLOW007.cpp │ ├── FLOW008.cpp │ ├── FLOW009.cpp │ ├── FLOW010.cpp │ ├── FLOW011.cpp │ ├── FLOW013.cpp │ ├── FLOW014.cpp │ ├── FLOW015.cpp │ ├── FLOW016.cpp │ ├── FLOW017.cpp │ ├── FLOW018.cpp │ ├── FRGTNLNG.cpp │ ├── FRUITS.cpp │ ├── FSQRT.cpp │ ├── GDOG.cpp │ ├── HEADBOB.cpp │ ├── KTTABLE.cpp │ ├── LADDU.cpp │ ├── LCH15JAB.cpp │ ├── LCOLLIS.cpp │ ├── LTM40AB.cpp │ ├── LUCKFOUR.cpp │ ├── MISSp.cpp │ ├── MNMX.cpp │ ├── MOVIEWKN.cpp │ ├── MUFFINS3.cpp │ ├── MXZERO.cpp │ ├── OMWG.cpp │ ├── ONP.cpp │ ├── PALL01.cpp │ ├── PERMUT2.cpp │ ├── PPSUM.cpp │ ├── PRB01.cpp │ ├── RECIPIE.cpp │ ├── RECTSQ.cpp │ ├── REMISS.cpp │ ├── RGAME.cpp │ ├── RRJOKE.cpp │ ├── SEBIHWY.cpp │ ├── SIMPSTAT.cpp │ ├── SMPAIR.cpp │ ├── SNAPE.cpp │ ├── SPALNUM.cpp │ ├── START01.cpp │ ├── STICKS.cpp │ ├── STUDVOTE.cpp │ ├── SUMTRAIN.cpp │ ├── TALAZY.cpp │ ├── TICKETS5.cpp │ ├── TRICOIN.cpp │ ├── TRISQ.cpp │ ├── TTENIS.cpp │ ├── TWEED.cpp │ ├── TWOSTR.cpp │ ├── UTMOPR.cpp │ ├── VCS.cpp │ └── ques2.cpp ├── Cook │ ├── APRIL │ │ ├── ques1.cpp │ │ ├── ques2.cpp │ │ ├── ques3.cpp │ │ └── ques4.cpp │ ├── June │ │ └── ques1.cpp │ ├── MARCH │ │ ├── CARDS777.cpp │ │ ├── RAINBOW.cpp │ │ └── ROBOTG.cpp │ ├── May │ │ ├── COOK82A │ │ └── COOK82A.cpp │ ├── NOV17 │ │ ├── ques1.cpp │ │ ├── ques2.cpp │ │ └── ques3.cpp │ ├── Oct │ │ ├── ques1 │ │ ├── ques1.cpp │ │ ├── ques2 │ │ └── ques2.cpp │ └── july │ │ └── p1.cpp ├── Easy │ ├── ALEXNUMB.cpp │ ├── AMMEAT.cpp │ ├── AMSGAME1.cpp │ ├── ANUBTG.cpp │ ├── ANUDTC.cpp │ ├── ANUWTA.cpp │ ├── ATTIC.cpp │ ├── BINTREE.cpp │ ├── BUYING2.cpp │ ├── CARVANS.cpp │ ├── CHEFZOT.cpp │ ├── CIELAB.cpp │ ├── CLEANUP.cpp │ ├── CONFLIP.cpp │ ├── CSUB.cpp │ ├── DECSTR.cpp │ ├── DIVIDING.cpp │ ├── DRAGONXOR.cpp │ ├── EASYPROB.cpp │ ├── ERROR.cpp │ ├── GCD2.py │ ├── HORSES.cpp │ ├── J7.cpp │ ├── JOHNY.cpp │ ├── LAPIN.cpp │ ├── LEBOMBS.cpp │ ├── LEPERMUT.cpp │ ├── LUCKY5.cpp │ ├── LUCKYSTR.cpp │ ├── MAKETRI.cpp │ ├── MARCHA1.cpp │ ├── MARCHA2.cpp │ ├── MAXDIFF.cpp │ ├── MFREQ.cpp │ ├── NAME2.cpp │ ├── NOCODING.cpp │ ├── NOTATRI.cpp │ ├── NUKES.cpp │ ├── NUMGAME2.cpp │ ├── OJUMPS.cpp │ ├── PCYCLE.cpp │ ├── PLAYFIT.cpp │ ├── PLZLYKME.cpp │ ├── POINTS.cpp │ ├── POTATOES.cpp │ ├── PRGIFT.cpp │ ├── RESQ.cpp │ ├── RIGHTRI.cpp │ ├── ROWCOLOP.cpp │ ├── RRCOPY.cpp │ ├── RRECIPIE.cpp │ ├── RRSTONE.cpp │ ├── RRSUM.cpp │ ├── SALARY.cpp │ ├── SPCANDY.cpp │ ├── STONES.cpp │ ├── SUBGCD.cpp │ ├── TACHSTCK.cpp │ ├── TAVISUAL.cpp │ ├── TOTR.cpp │ ├── VOTERS.cpp │ ├── WALK.cpp │ ├── grpah.cpp │ └── trmp.cpp ├── LongChallenge │ ├── APR17 │ │ ├── CHEFDIV.cpp │ │ ├── CHEFDIV_2.cpp │ │ ├── CLIQUED.cpp │ │ ├── CLIQUED_2.cpp │ │ ├── CLIQUED_3.cpp │ │ ├── DGTCNT.cpp │ │ ├── DISHLIFE.cpp │ │ ├── RNDGRID.cpp │ │ ├── RNDGRID_2.cpp │ │ ├── ROWSOLD.cpp │ │ ├── SIMDISH.cpp │ │ ├── SMARKET.cpp │ │ └── SMMARKET_2.cpp │ ├── CHEFAPAR.java │ ├── DEC17 │ │ ├── CHEFEXQ.cpp │ │ ├── CHEFHAM.cpp │ │ ├── CPLAY.cpp │ │ ├── GIT01.cpp │ │ ├── REDBLUE.cpp │ │ ├── VK18.cpp │ │ └── VK_18.cpp │ ├── GERMANDE.java │ ├── JAN17 │ │ ├── CAPIMOVE.cpp │ │ ├── CATSDOG.cpp │ │ ├── RESERVOIR.cpp │ │ └── Tourists.cpp │ ├── JUNE │ │ └── GOODSET.cpp │ ├── JUly17 │ │ └── NITIKA.py │ ├── MAKETRI.java │ ├── MAR17 │ │ ├── BANDMATR.cpp │ │ ├── EXTRAN.cpp │ │ ├── SCHEDULE.CPP │ │ ├── SORTROW.cpp │ │ └── XENTASK.cpp │ ├── MAY17 │ │ ├── CHEFROUT.cpp │ │ ├── CHEFSUBA.cpp │ │ ├── MXMEDIAN.cpp │ │ └── UNICOURS.cpp │ ├── MFREQ.java │ ├── NOV17 │ │ ├── CHEFHPAL.cpp │ │ ├── CLRL.cpp │ │ ├── PERPALIN.cpp │ │ ├── PrintAllKLengthStrings.java │ │ └── VILTRIBE.cpp │ └── October17 │ │ ├── CHEFCCYL.cpp │ │ ├── CHEFCOUN.cpp │ │ ├── CHEFCYCL.cpp │ │ ├── CHEFGP │ │ ├── CHEFGP.cpp │ │ ├── MARRAYS │ │ ├── MARRAYS.cpp │ │ ├── MEX │ │ ├── MEX.cpp │ │ ├── PERFCONT │ │ ├── PERFCONT.cpp │ │ └── SMPLSUM ├── LunchTime │ ├── BRLADDER.cpp │ ├── HAIRCUT.cpp │ ├── JUNE │ │ └── ques1.cpp │ ├── July │ │ └── P1.cpp │ ├── MAY │ │ └── PREINVS.cpp │ ├── SPECIES.cpp │ ├── September │ │ ├── ques1 │ │ ├── ques1.cpp │ │ ├── ques2 │ │ └── ques2.cpp │ └── april │ │ ├── ques1.cpp │ │ ├── ques2.cpp │ │ └── ques2.py ├── Medium │ ├── COINS.cpp │ └── PRIME1.cpp └── SnackDown │ ├── SNAKPROC.cpp │ └── pre qualification │ ├── CONSESNK.cpp │ ├── ISSNAKE.cpp │ ├── SNCOUP.cpp │ └── ques2.cpp ├── CodeJam2K16 ├── 1C │ ├── A-large (1).in │ ├── A-small-attempt0 (2).in │ ├── C-small-attempt1.in │ ├── C-small-attempt2.in │ ├── out1.txt │ ├── outlarge.txt │ ├── outputc.txt │ ├── q1.cpp │ ├── q2.cpp │ └── q3.cpp ├── Practice │ ├── A-small-practice.in │ ├── Operasinger.cpp │ ├── adb.txt │ ├── out │ ├── out.txt │ ├── sol.cpp │ └── trial.cpp ├── Qualification │ ├── 3trial.cpp │ ├── D-small-attempt2.in │ ├── Ques1.cpp │ ├── abc.cpp │ ├── out.txt │ ├── ques2.cpp │ ├── ques3.cpp │ └── ques4.cpp ├── Round1A │ ├── #include │ ├── A-large.in │ ├── A-small-attempt0 (1).in │ ├── B-large.in │ ├── B-small-attempt0.in │ ├── out.txt │ ├── out1.txt │ ├── q.c │ ├── q1.cpp │ ├── q2.cpp │ ├── q3.cpp │ └── udacity └── round1B │ ├── 1.txt │ ├── A-large.in │ ├── A-small-attempt0.in │ ├── B-small-attempt0.in │ ├── B-small-attempt1.in │ ├── B-small-attempt2.in │ ├── out.txt │ ├── outfin.txt │ ├── outmin.txt │ ├── ques1.cpp │ ├── ques2.cpp │ └── ques3.cpp ├── Codeground └── Code_Bytes │ ├── week2 │ ├── p1.cpp │ └── p2.cpp │ └── week3 │ ├── p1.cpp │ └── ques1.cpp ├── Coding_Ninja ├── Code-Kaze Jan │ ├── ques1.cpp │ └── ques2.cpp └── code-Kaze_DEC │ ├── code_kaze_dec_solution.pdf │ ├── ques1.cpp │ ├── ques2.cpp │ ├── ques3.cpp │ ├── ques44.cpp │ └── ques5.cpp ├── DOSELECT ├── ques1.cpp ├── ques2.cpp └── script.py ├── FaceBookHackerCup ├── lazy_loading.txt ├── lazy_loading_example_input.txt ├── out.txt ├── output.txt ├── progress_pie.txt ├── progress_pie_example_input.txt ├── ques1 ├── ques1.cpp ├── ques2 └── ques2.cpp ├── Foundation ├── Arrays │ ├── CHN15A.cpp │ ├── CNOTE.cpp │ ├── COPS.cpp │ ├── FRGTNLNG.cpp │ ├── LECANDY.cpp │ ├── RAINBOWA.cpp │ └── SALARY.cpp └── Strings │ └── smallest_window.cpp ├── Frequently used Algos ├── BFS.cpp ├── DFS.cpp ├── Factors.cpp ├── GCD.cpp ├── SieveOfEratosthenes.cpp ├── commonChar.cpp ├── factorial_pre.cpp ├── modularExponent.cpp ├── ncr.cpp ├── numberof1bits.cpp ├── segment_tree.cpp └── sorting_multiple_column.cpp ├── GOICPC ├── 1 ├── 1.cpp ├── array_item └── array_size ├── GoogleCodeJam2k17 ├── Qualification │ ├── A-large (1).in │ ├── A-small-attempt0 (2).in │ ├── B-large.in │ ├── B-small-attempt0.in │ ├── Bout.txt │ ├── Oversized_pancake_flipper.cpp │ ├── Tidy_number.cpp │ ├── boutlarge.txt │ ├── out.txt │ └── outl.txt ├── Round1-A │ ├── A-large (1).in │ ├── A-small-attempt0 (2).in │ ├── out.txt │ ├── outlarge.txt │ ├── ques1.cpp │ ├── ques2.cpp │ └── ques3.cpp └── Round1-B │ ├── A-large (1).in │ ├── A-small-attempt0 (2).in │ ├── B-small-attempt0.in │ ├── out.txt │ ├── outputb.txt │ ├── outputlarge.txt │ ├── problem1.cpp │ ├── problem2 │ ├── problem2.cpp │ ├── problem3 │ └── problem3.cpp ├── Hackerearth ├── Amazon │ ├── ques1 │ ├── ques1.cpp │ ├── ques1_tri.cpp │ ├── ques2.cpp │ └── ques2.py ├── NI │ └── ques1.cpp ├── Soroco │ └── p1.cpp └── ThoughtWorks │ ├── ques1 │ └── ques1.cpp ├── Hackerrank ├── Algorithms │ ├── Constructive_Algorithm │ │ ├── bonetrousle.cpp │ │ ├── fliping_the_matrix.cpp │ │ └── new_year_chaos.cpp │ ├── Greedy │ │ ├── greedy_florist.c │ │ ├── grid_challenge.c │ │ ├── jim_and_the _orders.c │ │ ├── largest_permutation.c │ │ ├── marks_and_toys.c │ │ ├── max_min.c │ │ ├── permuting_two_arrays.c │ │ └── priyanka_and_toys.c │ ├── Implementation │ │ ├── Kangroo.cpp │ │ ├── absolute_permutation.cpp │ │ ├── acm_icpc_team.c │ │ ├── almost_sorted.cpp │ │ ├── angry_professor.c │ │ ├── apple_and_orange.cpp │ │ ├── beautiful_triplets.cpp │ │ ├── bigger_is_greater.c │ │ ├── bomber_man.cpp │ │ ├── bon_appetit.cpp │ │ ├── cavity_map.c │ │ ├── chocolate_feast.c │ │ ├── cut_the_sticks.c │ │ ├── divisble_sum_pairs.cpp │ │ ├── emas_supercomputer.cpp │ │ ├── encryption.py │ │ ├── equality_in_array.cpp │ │ ├── extra_long_factorials.c │ │ ├── fair_rations.cpp │ │ ├── find_digits.c │ │ ├── flatland_space_stations.cpp │ │ ├── jumping_on_cloud_revisted.cpp │ │ ├── jumping_on_the_clouds.cpp │ │ ├── jumping_on_the_clouds_revisited.java │ │ ├── larrys_array.cpp │ │ ├── library_fine.c │ │ ├── lisa_workbook.cpp │ │ ├── mansa_and_stones.c │ │ ├── matrix_layer_rotation.c │ │ ├── minimum_distances.cpp │ │ ├── modified_karpekar_number.c │ │ ├── non_divisible_subset.cpp │ │ ├── repeated_string.cpp │ │ ├── save_the_prisoner.cpp │ │ ├── service_lane.c │ │ ├── sherlock_and_square.c │ │ ├── sock_merchant.cpp │ │ ├── strange_advertising.cpp │ │ ├── strange_counter.cpp │ │ ├── taum_and_bday.c │ │ ├── the_grid_search.c │ │ ├── the_time_in_words.c │ │ └── utopian_tree.c │ ├── Search │ │ ├── connected_cells_in grid.c │ │ ├── ice_cream_parlour.c │ │ ├── missing_numbers.c │ │ └── sherlock_and_array.c │ ├── Sorting │ │ ├── closest_number.c │ │ ├── correctness_and_loop_invariant.c │ │ ├── counting_sort2.c │ │ ├── counting_sort3.c │ │ ├── counting_sort_1.c │ │ ├── find_the_median.c │ │ ├── insertion_sort_part_1.c │ │ ├── insertion_sort_part_2.c │ │ ├── intro_to_tutorial_challenge.c │ │ ├── quicksort_in_place_3.cpp │ │ ├── quicksort_partition_1.c │ │ ├── quicksort_sorting_2.cpp │ │ ├── running_time_of_algorithm.c │ │ └── running_time_of_quicksort.cpp │ ├── Strings │ │ ├── Caesar_cipher.c │ │ ├── CamelCase.java │ │ ├── alternating_characters.c │ │ ├── anagrams.c │ │ ├── beautiful_binary_string.cpp │ │ ├── camelCase.cpp │ │ ├── funny_strings.cpp │ │ ├── game_of_thrones_1.c │ │ ├── gemstones.c │ │ ├── love_letter_mystery.c │ │ ├── making_anagrams.c │ │ ├── mars_exploaration.cpp │ │ ├── palindrome_index.c │ │ ├── panagrams.c │ │ ├── string_construction.cpp │ │ ├── super_reduced_strings.cpp │ │ └── two_strings.c │ └── Warmup │ │ ├── a_very_big_sum.c │ │ ├── circular_array_rotation.c │ │ ├── compare_the_triplets.cpp │ │ ├── diagonal_difference.c │ │ ├── maximum_perimeter_triangle.cpp │ │ ├── plus_minus.c │ │ ├── simple_array_sum.java │ │ ├── solve_me_first.c │ │ ├── staircase.c │ │ └── time_conversion.c ├── Artificial Intelligence │ ├── Bot Building Challenges │ │ ├── bot_saves_princess_1.c │ │ ├── bot_saves_princess_2.c │ │ ├── botclean.c │ │ ├── botclean_large.c │ │ └── botclean_stochastic.c │ └── Statistics and Machine Learning Challenges │ │ ├── Correlation and Regression Lines - A Quick Recap #1 │ │ └── laptop_battery_life.c ├── Contest │ ├── COdeAgon │ │ ├── ques1.cpp │ │ ├── ques2.cpp │ │ ├── ques3.cpp │ │ └── ques4.cpp │ ├── IIITV_STR() │ │ ├── dbs_spoiler_alert.cpp │ │ ├── final_destination.cpp │ │ ├── find_the_links.cpp │ │ ├── ompraksh_bells.cpp │ │ ├── palindrome_love.cpp │ │ ├── sunny_painting.cpp │ │ └── world_tour.cpp │ └── WorldCodeSprint-8 │ │ ├── QUes1.cpp │ │ ├── help.cpp │ │ ├── ques1.py │ │ ├── ques2.cpp │ │ └── ques3.cpp ├── Data Structures │ ├── Arrays │ │ └── array_ds.cpp │ └── Link Lists │ │ └── print_the_elements_of_link_list.cpp ├── ICPC │ ├── ques1 │ ├── ques1.cpp │ ├── ques2 │ └── ques2.cpp ├── Mathematics │ ├── Fundamentals │ │ ├── connecting_towns.c │ │ ├── diwali_lights.c │ │ ├── find_point.c │ │ ├── handshake.c │ │ ├── maximum_draws.c │ │ ├── possible_path.c │ │ ├── restaurant.c │ │ ├── reverse_game.c │ │ ├── sherlock_and_divisors.c │ │ ├── strange_grid_again.c │ │ └── summing_the_n_series.c │ └── Number Theory │ │ ├── closest_number.c │ │ └── sherlock_and_GCD.c ├── Moderator_IIITV │ ├── john_new_game │ └── john_new_game.cpp ├── Python │ └── Introduction │ │ ├── aritmetic_opeator.py │ │ ├── aritmetic_operator.py │ │ ├── reading_raw_input.py │ │ └── say_hello_with_python.py └── RECQ │ ├── ques1.cpp │ └── ques2.java ├── LICENSE ├── README.md ├── Skillenza ├── InternHunt │ ├── Number_of_cakes │ └── Number_of_cakes.cpp └── Toptal │ └── ques1.cpp └── flexiquiz └── almira.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/.gitignore -------------------------------------------------------------------------------- /CodeChef/Amalthea/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Amalthea/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ACBALL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/ACBALL.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ALEXTASK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/ALEXTASK.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ALPHABET.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/ALPHABET.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ALTARAY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/ALTARAY.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/AMR15A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/AMR15A.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ANKTRAIN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/ANKTRAIN.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/BOOKCHEF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/BOOKCHEF.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/BRACKETS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/BRACKETS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CFRTEST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CFRTEST.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHEFAPAR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHEFAPAR.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHEFARRP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHEFARRP.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHEFKEY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHEFKEY.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHEFSQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHEFSQ.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHEFSTLT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHEFSTLT.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHEFSTUD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHEFSTUD.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHN09.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHN09.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHOPRT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHOPRT.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHRL2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHRL2.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CHRL4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CHRL4.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/CIELRCIPT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/CIELRCIPT.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/COMM3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/COMM3.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/COOKMATCH.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/COOKMATCH.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/COPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/COPS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/DEVARRAY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/DEVARRAY.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/DEVUGRAP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/DEVUGRAP.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ENTEXAM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/ENTEXAM.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW001.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW001.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW002.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW002.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW004.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW004.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW005.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW005.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW006.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW006.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW007.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW007.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW008.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW008.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW009.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW009.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW010.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW010.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW011.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW011.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW013.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW013.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW014.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW014.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW015.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW015.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW016.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW016.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW017.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW017.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FLOW018.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FLOW018.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FRGTNLNG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FRGTNLNG.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FRUITS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FRUITS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/FSQRT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/FSQRT.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/GDOG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/GDOG.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/HEADBOB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/HEADBOB.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/KTTABLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/KTTABLE.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/LADDU.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/LADDU.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/LCH15JAB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/LCH15JAB.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/LCOLLIS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/LCOLLIS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/LTM40AB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/LTM40AB.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/LUCKFOUR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/LUCKFOUR.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/MISSp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/MISSp.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/MNMX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/MNMX.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/MOVIEWKN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/MOVIEWKN.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/MUFFINS3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/MUFFINS3.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/MXZERO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/MXZERO.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/OMWG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/OMWG.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ONP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/ONP.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/PALL01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/PALL01.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/PERMUT2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/PERMUT2.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/PPSUM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/PPSUM.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/PRB01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/PRB01.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/RECIPIE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/RECIPIE.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/RECTSQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/RECTSQ.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/REMISS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/REMISS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/RGAME.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/RGAME.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/RRJOKE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/RRJOKE.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/SEBIHWY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/SEBIHWY.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/SIMPSTAT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/SIMPSTAT.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/SMPAIR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/SMPAIR.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/SNAPE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/SNAPE.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/SPALNUM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/SPALNUM.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/START01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/START01.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/STICKS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/STICKS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/STUDVOTE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/STUDVOTE.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/SUMTRAIN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/SUMTRAIN.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/TALAZY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/TALAZY.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/TICKETS5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/TICKETS5.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/TRICOIN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/TRICOIN.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/TRISQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/TRISQ.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/TTENIS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/TTENIS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/TWEED.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/TWEED.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/TWOSTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/TWOSTR.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/UTMOPR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/UTMOPR.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/VCS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Beginner/VCS.cpp -------------------------------------------------------------------------------- /CodeChef/Beginner/ques2.cpp: -------------------------------------------------------------------------------- 1 | ques2.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/APRIL/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/APRIL/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/APRIL/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/APRIL/ques2.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/APRIL/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/APRIL/ques3.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/APRIL/ques4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/APRIL/ques4.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/June/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/June/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/MARCH/CARDS777.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/MARCH/CARDS777.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/MARCH/RAINBOW.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/MARCH/RAINBOW.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/MARCH/ROBOTG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/MARCH/ROBOTG.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/May/COOK82A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/May/COOK82A -------------------------------------------------------------------------------- /CodeChef/Cook/May/COOK82A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/May/COOK82A.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/NOV17/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/NOV17/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/NOV17/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/NOV17/ques2.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/NOV17/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/NOV17/ques3.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/Oct/ques1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/Oct/ques1 -------------------------------------------------------------------------------- /CodeChef/Cook/Oct/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/Oct/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/Oct/ques2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/Oct/ques2 -------------------------------------------------------------------------------- /CodeChef/Cook/Oct/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/Oct/ques2.cpp -------------------------------------------------------------------------------- /CodeChef/Cook/july/p1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Cook/july/p1.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/ALEXNUMB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/ALEXNUMB.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/AMMEAT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/AMMEAT.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/AMSGAME1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/AMSGAME1.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/ANUBTG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/ANUBTG.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/ANUDTC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/ANUDTC.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/ANUWTA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/ANUWTA.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/ATTIC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/ATTIC.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/BINTREE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/BINTREE.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/BUYING2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/BUYING2.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/CARVANS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/CARVANS.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/CHEFZOT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/CHEFZOT.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/CIELAB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/CIELAB.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/CLEANUP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/CLEANUP.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/CONFLIP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/CONFLIP.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/CSUB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/CSUB.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/DECSTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/DECSTR.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/DIVIDING.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/DIVIDING.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/DRAGONXOR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/DRAGONXOR.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/EASYPROB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/EASYPROB.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/ERROR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/ERROR.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/GCD2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/GCD2.py -------------------------------------------------------------------------------- /CodeChef/Easy/HORSES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/HORSES.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/J7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/J7.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/JOHNY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/JOHNY.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/LAPIN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/LAPIN.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/LEBOMBS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/LEBOMBS.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/LEPERMUT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/LEPERMUT.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/LUCKY5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/LUCKY5.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/LUCKYSTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/LUCKYSTR.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/MAKETRI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/MAKETRI.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/MARCHA1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/MARCHA1.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/MARCHA2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/MARCHA2.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/MAXDIFF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/MAXDIFF.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/MFREQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/MFREQ.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/NAME2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/NAME2.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/NOCODING.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/NOCODING.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/NOTATRI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/NOTATRI.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/NUKES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/NUKES.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/NUMGAME2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/NUMGAME2.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/OJUMPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/OJUMPS.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/PCYCLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/PCYCLE.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/PLAYFIT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/PLAYFIT.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/PLZLYKME.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/PLZLYKME.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/POINTS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/POINTS.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/POTATOES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/POTATOES.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/PRGIFT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/PRGIFT.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/RESQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/RESQ.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/RIGHTRI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/RIGHTRI.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/ROWCOLOP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/ROWCOLOP.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/RRCOPY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/RRCOPY.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/RRECIPIE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/RRECIPIE.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/RRSTONE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/RRSTONE.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/RRSUM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/RRSUM.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/SALARY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/SALARY.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/SPCANDY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/SPCANDY.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/STONES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/STONES.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/SUBGCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/SUBGCD.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/TACHSTCK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/TACHSTCK.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/TAVISUAL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/TAVISUAL.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/TOTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/TOTR.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/VOTERS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/VOTERS.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/WALK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/WALK.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/grpah.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/grpah.cpp -------------------------------------------------------------------------------- /CodeChef/Easy/trmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Easy/trmp.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/CHEFDIV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/CHEFDIV.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/CHEFDIV_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/CHEFDIV_2.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/CLIQUED.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/CLIQUED.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/CLIQUED_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/CLIQUED_2.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/CLIQUED_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/CLIQUED_3.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/DGTCNT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/DGTCNT.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/DISHLIFE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/DISHLIFE.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/RNDGRID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/RNDGRID.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/RNDGRID_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/RNDGRID_2.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/ROWSOLD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/ROWSOLD.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/SIMDISH.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/SIMDISH.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/SMARKET.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/SMARKET.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/APR17/SMMARKET_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/APR17/SMMARKET_2.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/CHEFAPAR.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/CHEFAPAR.java -------------------------------------------------------------------------------- /CodeChef/LongChallenge/DEC17/CHEFEXQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/DEC17/CHEFEXQ.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/DEC17/CHEFHAM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/DEC17/CHEFHAM.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/DEC17/CPLAY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/DEC17/CPLAY.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/DEC17/GIT01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/DEC17/GIT01.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/DEC17/REDBLUE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/DEC17/REDBLUE.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/DEC17/VK18.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/DEC17/VK18.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/DEC17/VK_18.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/DEC17/VK_18.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/GERMANDE.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/GERMANDE.java -------------------------------------------------------------------------------- /CodeChef/LongChallenge/JAN17/CAPIMOVE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/JAN17/CAPIMOVE.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/JAN17/CATSDOG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/JAN17/CATSDOG.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/JAN17/RESERVOIR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/JAN17/RESERVOIR.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/JAN17/Tourists.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/JAN17/Tourists.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/JUNE/GOODSET.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/JUNE/GOODSET.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/JUly17/NITIKA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/JUly17/NITIKA.py -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAKETRI.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAKETRI.java -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAR17/BANDMATR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAR17/BANDMATR.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAR17/EXTRAN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAR17/EXTRAN.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAR17/SCHEDULE.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAR17/SCHEDULE.CPP -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAR17/SORTROW.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAR17/SORTROW.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAR17/XENTASK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAR17/XENTASK.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAY17/CHEFROUT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAY17/CHEFROUT.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAY17/CHEFSUBA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAY17/CHEFSUBA.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAY17/MXMEDIAN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAY17/MXMEDIAN.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MAY17/UNICOURS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MAY17/UNICOURS.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/MFREQ.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/MFREQ.java -------------------------------------------------------------------------------- /CodeChef/LongChallenge/NOV17/CHEFHPAL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/NOV17/CHEFHPAL.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/NOV17/CLRL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/NOV17/CLRL.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/NOV17/PERPALIN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/NOV17/PERPALIN.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/NOV17/PrintAllKLengthStrings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/NOV17/PrintAllKLengthStrings.java -------------------------------------------------------------------------------- /CodeChef/LongChallenge/NOV17/VILTRIBE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/NOV17/VILTRIBE.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/CHEFCCYL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/CHEFCCYL.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/CHEFCOUN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/CHEFCOUN.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/CHEFCYCL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/CHEFCYCL.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/CHEFGP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/CHEFGP -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/CHEFGP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/CHEFGP.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/MARRAYS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/MARRAYS -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/MARRAYS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/MARRAYS.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/MEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/MEX -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/MEX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/MEX.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/PERFCONT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/PERFCONT -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/PERFCONT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/PERFCONT.cpp -------------------------------------------------------------------------------- /CodeChef/LongChallenge/October17/SMPLSUM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LongChallenge/October17/SMPLSUM -------------------------------------------------------------------------------- /CodeChef/LunchTime/BRLADDER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/BRLADDER.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/HAIRCUT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/HAIRCUT.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/JUNE/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/JUNE/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/July/P1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/July/P1.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/MAY/PREINVS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/MAY/PREINVS.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/SPECIES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/SPECIES.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/September/ques1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/September/ques1 -------------------------------------------------------------------------------- /CodeChef/LunchTime/September/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/September/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/September/ques2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/September/ques2 -------------------------------------------------------------------------------- /CodeChef/LunchTime/September/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/September/ques2.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/april/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/april/ques1.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/april/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/april/ques2.cpp -------------------------------------------------------------------------------- /CodeChef/LunchTime/april/ques2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/LunchTime/april/ques2.py -------------------------------------------------------------------------------- /CodeChef/Medium/COINS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Medium/COINS.cpp -------------------------------------------------------------------------------- /CodeChef/Medium/PRIME1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/Medium/PRIME1.cpp -------------------------------------------------------------------------------- /CodeChef/SnackDown/SNAKPROC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/SnackDown/SNAKPROC.cpp -------------------------------------------------------------------------------- /CodeChef/SnackDown/pre qualification/CONSESNK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/SnackDown/pre qualification/CONSESNK.cpp -------------------------------------------------------------------------------- /CodeChef/SnackDown/pre qualification/ISSNAKE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/SnackDown/pre qualification/ISSNAKE.cpp -------------------------------------------------------------------------------- /CodeChef/SnackDown/pre qualification/SNCOUP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/SnackDown/pre qualification/SNCOUP.cpp -------------------------------------------------------------------------------- /CodeChef/SnackDown/pre qualification/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeChef/SnackDown/pre qualification/ques2.cpp -------------------------------------------------------------------------------- /CodeJam2K16/1C/A-large (1).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/A-large (1).in -------------------------------------------------------------------------------- /CodeJam2K16/1C/A-small-attempt0 (2).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/A-small-attempt0 (2).in -------------------------------------------------------------------------------- /CodeJam2K16/1C/C-small-attempt1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/C-small-attempt1.in -------------------------------------------------------------------------------- /CodeJam2K16/1C/C-small-attempt2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/C-small-attempt2.in -------------------------------------------------------------------------------- /CodeJam2K16/1C/out1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/out1.txt -------------------------------------------------------------------------------- /CodeJam2K16/1C/outlarge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/outlarge.txt -------------------------------------------------------------------------------- /CodeJam2K16/1C/outputc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/outputc.txt -------------------------------------------------------------------------------- /CodeJam2K16/1C/q1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/q1.cpp -------------------------------------------------------------------------------- /CodeJam2K16/1C/q2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/q2.cpp -------------------------------------------------------------------------------- /CodeJam2K16/1C/q3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/1C/q3.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Practice/A-small-practice.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Practice/A-small-practice.in -------------------------------------------------------------------------------- /CodeJam2K16/Practice/Operasinger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Practice/Operasinger.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Practice/adb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Practice/adb.txt -------------------------------------------------------------------------------- /CodeJam2K16/Practice/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Practice/out -------------------------------------------------------------------------------- /CodeJam2K16/Practice/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Practice/out.txt -------------------------------------------------------------------------------- /CodeJam2K16/Practice/sol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Practice/sol.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Practice/trial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Practice/trial.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/3trial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/3trial.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/D-small-attempt2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/D-small-attempt2.in -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/Ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/Ques1.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/abc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/abc.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/out.txt -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/ques2.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/ques3.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Qualification/ques4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Qualification/ques4.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/#include: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/#include -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/A-large.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/A-large.in -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/A-small-attempt0 (1).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/A-small-attempt0 (1).in -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/B-large.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/B-large.in -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/B-small-attempt0.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/B-small-attempt0.in -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/out.txt -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/out1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/out1.txt -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/q.c -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/q1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/q1.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/q2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/q2.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/q3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/q3.cpp -------------------------------------------------------------------------------- /CodeJam2K16/Round1A/udacity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/Round1A/udacity -------------------------------------------------------------------------------- /CodeJam2K16/round1B/1.txt: -------------------------------------------------------------------------------- 1 | 4 2 | OZONETOWER 3 | WEIGHFOXTOURIST 4 | OURNEONFOE 5 | ETHER -------------------------------------------------------------------------------- /CodeJam2K16/round1B/A-large.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/A-large.in -------------------------------------------------------------------------------- /CodeJam2K16/round1B/A-small-attempt0.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/A-small-attempt0.in -------------------------------------------------------------------------------- /CodeJam2K16/round1B/B-small-attempt0.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/B-small-attempt0.in -------------------------------------------------------------------------------- /CodeJam2K16/round1B/B-small-attempt1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/B-small-attempt1.in -------------------------------------------------------------------------------- /CodeJam2K16/round1B/B-small-attempt2.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/B-small-attempt2.in -------------------------------------------------------------------------------- /CodeJam2K16/round1B/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/out.txt -------------------------------------------------------------------------------- /CodeJam2K16/round1B/outfin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/outfin.txt -------------------------------------------------------------------------------- /CodeJam2K16/round1B/outmin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/outmin.txt -------------------------------------------------------------------------------- /CodeJam2K16/round1B/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/ques1.cpp -------------------------------------------------------------------------------- /CodeJam2K16/round1B/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/ques2.cpp -------------------------------------------------------------------------------- /CodeJam2K16/round1B/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/CodeJam2K16/round1B/ques3.cpp -------------------------------------------------------------------------------- /Codeground/Code_Bytes/week2/p1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Codeground/Code_Bytes/week2/p1.cpp -------------------------------------------------------------------------------- /Codeground/Code_Bytes/week2/p2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Codeground/Code_Bytes/week2/p2.cpp -------------------------------------------------------------------------------- /Codeground/Code_Bytes/week3/p1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Codeground/Code_Bytes/week3/p1.cpp -------------------------------------------------------------------------------- /Codeground/Code_Bytes/week3/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Codeground/Code_Bytes/week3/ques1.cpp -------------------------------------------------------------------------------- /Coding_Ninja/Code-Kaze Jan/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/Code-Kaze Jan/ques1.cpp -------------------------------------------------------------------------------- /Coding_Ninja/Code-Kaze Jan/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/Code-Kaze Jan/ques2.cpp -------------------------------------------------------------------------------- /Coding_Ninja/code-Kaze_DEC/code_kaze_dec_solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/code-Kaze_DEC/code_kaze_dec_solution.pdf -------------------------------------------------------------------------------- /Coding_Ninja/code-Kaze_DEC/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/code-Kaze_DEC/ques1.cpp -------------------------------------------------------------------------------- /Coding_Ninja/code-Kaze_DEC/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/code-Kaze_DEC/ques2.cpp -------------------------------------------------------------------------------- /Coding_Ninja/code-Kaze_DEC/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/code-Kaze_DEC/ques3.cpp -------------------------------------------------------------------------------- /Coding_Ninja/code-Kaze_DEC/ques44.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/code-Kaze_DEC/ques44.cpp -------------------------------------------------------------------------------- /Coding_Ninja/code-Kaze_DEC/ques5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Coding_Ninja/code-Kaze_DEC/ques5.cpp -------------------------------------------------------------------------------- /DOSELECT/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/DOSELECT/ques1.cpp -------------------------------------------------------------------------------- /DOSELECT/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/DOSELECT/ques2.cpp -------------------------------------------------------------------------------- /DOSELECT/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/DOSELECT/script.py -------------------------------------------------------------------------------- /FaceBookHackerCup/lazy_loading.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/lazy_loading.txt -------------------------------------------------------------------------------- /FaceBookHackerCup/lazy_loading_example_input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/lazy_loading_example_input.txt -------------------------------------------------------------------------------- /FaceBookHackerCup/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/out.txt -------------------------------------------------------------------------------- /FaceBookHackerCup/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/output.txt -------------------------------------------------------------------------------- /FaceBookHackerCup/progress_pie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/progress_pie.txt -------------------------------------------------------------------------------- /FaceBookHackerCup/progress_pie_example_input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/progress_pie_example_input.txt -------------------------------------------------------------------------------- /FaceBookHackerCup/ques1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/ques1 -------------------------------------------------------------------------------- /FaceBookHackerCup/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/ques1.cpp -------------------------------------------------------------------------------- /FaceBookHackerCup/ques2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/ques2 -------------------------------------------------------------------------------- /FaceBookHackerCup/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/FaceBookHackerCup/ques2.cpp -------------------------------------------------------------------------------- /Foundation/Arrays/CHN15A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Arrays/CHN15A.cpp -------------------------------------------------------------------------------- /Foundation/Arrays/CNOTE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Arrays/CNOTE.cpp -------------------------------------------------------------------------------- /Foundation/Arrays/COPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Arrays/COPS.cpp -------------------------------------------------------------------------------- /Foundation/Arrays/FRGTNLNG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Arrays/FRGTNLNG.cpp -------------------------------------------------------------------------------- /Foundation/Arrays/LECANDY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Arrays/LECANDY.cpp -------------------------------------------------------------------------------- /Foundation/Arrays/RAINBOWA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Arrays/RAINBOWA.cpp -------------------------------------------------------------------------------- /Foundation/Arrays/SALARY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Arrays/SALARY.cpp -------------------------------------------------------------------------------- /Foundation/Strings/smallest_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Foundation/Strings/smallest_window.cpp -------------------------------------------------------------------------------- /Frequently used Algos/BFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/BFS.cpp -------------------------------------------------------------------------------- /Frequently used Algos/DFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/DFS.cpp -------------------------------------------------------------------------------- /Frequently used Algos/Factors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/Factors.cpp -------------------------------------------------------------------------------- /Frequently used Algos/GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/GCD.cpp -------------------------------------------------------------------------------- /Frequently used Algos/SieveOfEratosthenes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/SieveOfEratosthenes.cpp -------------------------------------------------------------------------------- /Frequently used Algos/commonChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/commonChar.cpp -------------------------------------------------------------------------------- /Frequently used Algos/factorial_pre.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/factorial_pre.cpp -------------------------------------------------------------------------------- /Frequently used Algos/modularExponent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/modularExponent.cpp -------------------------------------------------------------------------------- /Frequently used Algos/ncr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/ncr.cpp -------------------------------------------------------------------------------- /Frequently used Algos/numberof1bits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/numberof1bits.cpp -------------------------------------------------------------------------------- /Frequently used Algos/segment_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/segment_tree.cpp -------------------------------------------------------------------------------- /Frequently used Algos/sorting_multiple_column.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Frequently used Algos/sorting_multiple_column.cpp -------------------------------------------------------------------------------- /GOICPC/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GOICPC/1 -------------------------------------------------------------------------------- /GOICPC/1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GOICPC/1.cpp -------------------------------------------------------------------------------- /GOICPC/array_item: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GOICPC/array_size: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/A-large (1).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/A-large (1).in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/A-small-attempt0 (2).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/A-small-attempt0 (2).in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/B-large.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/B-large.in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/B-small-attempt0.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/B-small-attempt0.in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/Bout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/Bout.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/Oversized_pancake_flipper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/Oversized_pancake_flipper.cpp -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/Tidy_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/Tidy_number.cpp -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/boutlarge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/boutlarge.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/out.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Qualification/outl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Qualification/outl.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-A/A-large (1).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-A/A-large (1).in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-A/A-small-attempt0 (2).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-A/A-small-attempt0 (2).in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-A/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-A/out.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-A/outlarge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-A/outlarge.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-A/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-A/ques1.cpp -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-A/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-A/ques2.cpp -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-A/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-A/ques3.cpp -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/A-large (1).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/A-large (1).in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/A-small-attempt0 (2).in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/A-small-attempt0 (2).in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/B-small-attempt0.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/B-small-attempt0.in -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/out.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/outputb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/outputb.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/outputlarge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/outputlarge.txt -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/problem1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/problem1.cpp -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/problem2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/problem2 -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/problem2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/problem2.cpp -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/problem3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/problem3 -------------------------------------------------------------------------------- /GoogleCodeJam2k17/Round1-B/problem3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/GoogleCodeJam2k17/Round1-B/problem3.cpp -------------------------------------------------------------------------------- /Hackerearth/Amazon/ques1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/Amazon/ques1 -------------------------------------------------------------------------------- /Hackerearth/Amazon/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/Amazon/ques1.cpp -------------------------------------------------------------------------------- /Hackerearth/Amazon/ques1_tri.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/Amazon/ques1_tri.cpp -------------------------------------------------------------------------------- /Hackerearth/Amazon/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/Amazon/ques2.cpp -------------------------------------------------------------------------------- /Hackerearth/Amazon/ques2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/Amazon/ques2.py -------------------------------------------------------------------------------- /Hackerearth/NI/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/NI/ques1.cpp -------------------------------------------------------------------------------- /Hackerearth/Soroco/p1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/Soroco/p1.cpp -------------------------------------------------------------------------------- /Hackerearth/ThoughtWorks/ques1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/ThoughtWorks/ques1 -------------------------------------------------------------------------------- /Hackerearth/ThoughtWorks/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerearth/ThoughtWorks/ques1.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Constructive_Algorithm/bonetrousle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Constructive_Algorithm/bonetrousle.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Constructive_Algorithm/fliping_the_matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Constructive_Algorithm/fliping_the_matrix.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Constructive_Algorithm/new_year_chaos.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Constructive_Algorithm/new_year_chaos.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/greedy_florist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/greedy_florist.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/grid_challenge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/grid_challenge.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/jim_and_the _orders.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/jim_and_the _orders.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/largest_permutation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/largest_permutation.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/marks_and_toys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/marks_and_toys.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/max_min.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/max_min.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/permuting_two_arrays.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/permuting_two_arrays.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Greedy/priyanka_and_toys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Greedy/priyanka_and_toys.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/Kangroo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/Kangroo.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/absolute_permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/absolute_permutation.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/acm_icpc_team.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/acm_icpc_team.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/almost_sorted.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/almost_sorted.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/angry_professor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/angry_professor.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/apple_and_orange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/apple_and_orange.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/beautiful_triplets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/beautiful_triplets.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/bigger_is_greater.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/bigger_is_greater.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/bomber_man.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/bomber_man.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/bon_appetit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/bon_appetit.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/cavity_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/cavity_map.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/chocolate_feast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/chocolate_feast.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/cut_the_sticks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/cut_the_sticks.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/divisble_sum_pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/divisble_sum_pairs.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/emas_supercomputer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/emas_supercomputer.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/encryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/encryption.py -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/equality_in_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/equality_in_array.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/extra_long_factorials.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/extra_long_factorials.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/fair_rations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/fair_rations.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/find_digits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/find_digits.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/flatland_space_stations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/flatland_space_stations.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/jumping_on_cloud_revisted.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/jumping_on_cloud_revisted.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/jumping_on_the_clouds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/jumping_on_the_clouds.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/jumping_on_the_clouds_revisited.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/jumping_on_the_clouds_revisited.java -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/larrys_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/larrys_array.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/library_fine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/library_fine.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/lisa_workbook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/lisa_workbook.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/mansa_and_stones.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/mansa_and_stones.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/matrix_layer_rotation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/matrix_layer_rotation.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/minimum_distances.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/minimum_distances.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/modified_karpekar_number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/modified_karpekar_number.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/non_divisible_subset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/non_divisible_subset.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/repeated_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/repeated_string.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/save_the_prisoner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/save_the_prisoner.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/service_lane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/service_lane.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/sherlock_and_square.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/sherlock_and_square.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/sock_merchant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/sock_merchant.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/strange_advertising.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/strange_advertising.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/strange_counter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/strange_counter.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/taum_and_bday.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/taum_and_bday.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/the_grid_search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/the_grid_search.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/the_time_in_words.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/the_time_in_words.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Implementation/utopian_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Implementation/utopian_tree.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Search/connected_cells_in grid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Search/connected_cells_in grid.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Search/ice_cream_parlour.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Search/ice_cream_parlour.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Search/missing_numbers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Search/missing_numbers.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Search/sherlock_and_array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Search/sherlock_and_array.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/closest_number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/closest_number.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/correctness_and_loop_invariant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/correctness_and_loop_invariant.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/counting_sort2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/counting_sort2.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/counting_sort3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/counting_sort3.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/counting_sort_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/counting_sort_1.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/find_the_median.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/find_the_median.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/insertion_sort_part_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/insertion_sort_part_1.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/insertion_sort_part_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/insertion_sort_part_2.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/intro_to_tutorial_challenge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/intro_to_tutorial_challenge.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/quicksort_in_place_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/quicksort_in_place_3.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/quicksort_partition_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/quicksort_partition_1.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/quicksort_sorting_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/quicksort_sorting_2.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/running_time_of_algorithm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/running_time_of_algorithm.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Sorting/running_time_of_quicksort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Sorting/running_time_of_quicksort.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/Caesar_cipher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/Caesar_cipher.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/CamelCase.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/CamelCase.java -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/alternating_characters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/alternating_characters.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/anagrams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/anagrams.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/beautiful_binary_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/beautiful_binary_string.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/camelCase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/camelCase.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/funny_strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/funny_strings.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/game_of_thrones_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/game_of_thrones_1.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/gemstones.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/gemstones.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/love_letter_mystery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/love_letter_mystery.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/making_anagrams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/making_anagrams.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/mars_exploaration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/mars_exploaration.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/palindrome_index.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/palindrome_index.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/panagrams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/panagrams.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/string_construction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/string_construction.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/super_reduced_strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/super_reduced_strings.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Strings/two_strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Strings/two_strings.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/a_very_big_sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/a_very_big_sum.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/circular_array_rotation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/circular_array_rotation.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/compare_the_triplets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/compare_the_triplets.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/diagonal_difference.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/diagonal_difference.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/maximum_perimeter_triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/maximum_perimeter_triangle.cpp -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/plus_minus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/plus_minus.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/simple_array_sum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/simple_array_sum.java -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/solve_me_first.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/solve_me_first.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/staircase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/staircase.c -------------------------------------------------------------------------------- /Hackerrank/Algorithms/Warmup/time_conversion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Algorithms/Warmup/time_conversion.c -------------------------------------------------------------------------------- /Hackerrank/Artificial Intelligence/Bot Building Challenges/bot_saves_princess_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Artificial Intelligence/Bot Building Challenges/bot_saves_princess_1.c -------------------------------------------------------------------------------- /Hackerrank/Artificial Intelligence/Bot Building Challenges/bot_saves_princess_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Artificial Intelligence/Bot Building Challenges/bot_saves_princess_2.c -------------------------------------------------------------------------------- /Hackerrank/Artificial Intelligence/Bot Building Challenges/botclean.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Artificial Intelligence/Bot Building Challenges/botclean.c -------------------------------------------------------------------------------- /Hackerrank/Artificial Intelligence/Bot Building Challenges/botclean_large.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Artificial Intelligence/Bot Building Challenges/botclean_large.c -------------------------------------------------------------------------------- /Hackerrank/Artificial Intelligence/Bot Building Challenges/botclean_stochastic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Artificial Intelligence/Bot Building Challenges/botclean_stochastic.c -------------------------------------------------------------------------------- /Hackerrank/Artificial Intelligence/Statistics and Machine Learning Challenges/Correlation and Regression Lines - A Quick Recap #1: -------------------------------------------------------------------------------- 1 | 0.1449 -------------------------------------------------------------------------------- /Hackerrank/Artificial Intelligence/Statistics and Machine Learning Challenges/laptop_battery_life.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Artificial Intelligence/Statistics and Machine Learning Challenges/laptop_battery_life.c -------------------------------------------------------------------------------- /Hackerrank/Contest/COdeAgon/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/COdeAgon/ques1.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/COdeAgon/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/COdeAgon/ques2.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/COdeAgon/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/COdeAgon/ques3.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/COdeAgon/ques4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/COdeAgon/ques4.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/IIITV_STR()/dbs_spoiler_alert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/IIITV_STR()/dbs_spoiler_alert.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/IIITV_STR()/final_destination.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/IIITV_STR()/final_destination.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/IIITV_STR()/find_the_links.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/IIITV_STR()/find_the_links.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/IIITV_STR()/ompraksh_bells.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/IIITV_STR()/ompraksh_bells.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/IIITV_STR()/palindrome_love.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/IIITV_STR()/palindrome_love.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/IIITV_STR()/sunny_painting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/IIITV_STR()/sunny_painting.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/IIITV_STR()/world_tour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/IIITV_STR()/world_tour.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/WorldCodeSprint-8/QUes1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/WorldCodeSprint-8/QUes1.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/WorldCodeSprint-8/help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/WorldCodeSprint-8/help.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/WorldCodeSprint-8/ques1.py: -------------------------------------------------------------------------------- 1 | s=input().split('_') 2 | print (len(s)) -------------------------------------------------------------------------------- /Hackerrank/Contest/WorldCodeSprint-8/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/WorldCodeSprint-8/ques2.cpp -------------------------------------------------------------------------------- /Hackerrank/Contest/WorldCodeSprint-8/ques3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Contest/WorldCodeSprint-8/ques3.cpp -------------------------------------------------------------------------------- /Hackerrank/Data Structures/Arrays/array_ds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Data Structures/Arrays/array_ds.cpp -------------------------------------------------------------------------------- /Hackerrank/Data Structures/Link Lists/print_the_elements_of_link_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Data Structures/Link Lists/print_the_elements_of_link_list.cpp -------------------------------------------------------------------------------- /Hackerrank/ICPC/ques1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/ICPC/ques1 -------------------------------------------------------------------------------- /Hackerrank/ICPC/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/ICPC/ques1.cpp -------------------------------------------------------------------------------- /Hackerrank/ICPC/ques2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/ICPC/ques2 -------------------------------------------------------------------------------- /Hackerrank/ICPC/ques2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/ICPC/ques2.cpp -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/connecting_towns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/connecting_towns.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/diwali_lights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/diwali_lights.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/find_point.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/find_point.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/handshake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/handshake.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/maximum_draws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/maximum_draws.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/possible_path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/possible_path.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/restaurant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/restaurant.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/reverse_game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/reverse_game.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/sherlock_and_divisors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/sherlock_and_divisors.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/strange_grid_again.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/strange_grid_again.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Fundamentals/summing_the_n_series.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Fundamentals/summing_the_n_series.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Number Theory/closest_number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Number Theory/closest_number.c -------------------------------------------------------------------------------- /Hackerrank/Mathematics/Number Theory/sherlock_and_GCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Mathematics/Number Theory/sherlock_and_GCD.c -------------------------------------------------------------------------------- /Hackerrank/Moderator_IIITV/john_new_game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Moderator_IIITV/john_new_game -------------------------------------------------------------------------------- /Hackerrank/Moderator_IIITV/john_new_game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Moderator_IIITV/john_new_game.cpp -------------------------------------------------------------------------------- /Hackerrank/Python/Introduction/aritmetic_opeator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Python/Introduction/aritmetic_opeator.py -------------------------------------------------------------------------------- /Hackerrank/Python/Introduction/aritmetic_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Python/Introduction/aritmetic_operator.py -------------------------------------------------------------------------------- /Hackerrank/Python/Introduction/reading_raw_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/Python/Introduction/reading_raw_input.py -------------------------------------------------------------------------------- /Hackerrank/Python/Introduction/say_hello_with_python.py: -------------------------------------------------------------------------------- 1 | #write your code in next line. 2 | print 'Hello World!' -------------------------------------------------------------------------------- /Hackerrank/RECQ/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Hackerrank/RECQ/ques1.cpp -------------------------------------------------------------------------------- /Hackerrank/RECQ/ques2.java: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/README.md -------------------------------------------------------------------------------- /Skillenza/InternHunt/Number_of_cakes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Skillenza/InternHunt/Number_of_cakes -------------------------------------------------------------------------------- /Skillenza/InternHunt/Number_of_cakes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Skillenza/InternHunt/Number_of_cakes.cpp -------------------------------------------------------------------------------- /Skillenza/Toptal/ques1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/Skillenza/Toptal/ques1.cpp -------------------------------------------------------------------------------- /flexiquiz/almira.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saurabhjn76/Competitive-Coding/HEAD/flexiquiz/almira.cpp --------------------------------------------------------------------------------