├── .vscode └── settings.json ├── Blogs └── Disjoint Set Union.txt ├── C++ ├── 132-pattern.cpp ├── AdditionofComplexNumber.cpp ├── Ak9.cpp ├── Ambiguity.cpp ├── AmbiguityHybridInheritance.cpp ├── AnagramCheck.cpp ├── Any.cpp ├── AreaOfCircle.cpp ├── AreaOfRectangleUsingConstructor.cpp ├── ArrayOfObjects.cpp ├── ArrayOfObjectsUsingPOINTER-Approach2.cpp ├── ArrayOfObjectsUsingpPOINTER.cpp ├── ArrayOfStructure.cpp ├── ArrayOfUnion.cpp ├── Array_operation.cpp ├── BSTimplementation.cpp ├── Bubble sort.cpp ├── Calculator.cpp ├── Check Armstrong number.cpp ├── ClassesContainingPointer.cpp ├── ConstructorListInitialization.cpp ├── ConstructorOverloading.cpp ├── ConstructorWithDefaultValues.cpp ├── Constructors.cpp ├── Copy String.cpp ├── CopyConstructor.cpp ├── CountSort.cpp ├── Count_letter_frequency.cpp ├── Cpp_pattern │ ├── C++_invert_V-shape.cpp │ ├── C++_invert_V-shape.exe │ ├── C++_invert_pyramid.cpp │ ├── C++_invert_pyramid.exe │ ├── C++_lower_full_pyramid.cpp │ ├── C++_lower_full_pyramid.exe │ ├── C++_lower_half_triangle.cpp │ └── C++_lower_half_triangle.exe ├── DeclareMember.cpp ├── DeleteLastof_SinglyLinkedList.cpp ├── Destructor.cpp ├── Display.cpp ├── Display1to10.cpp ├── Employee.txt ├── Enumeration.cpp ├── Factorial.cpp ├── FileHandling-Create.cpp ├── FileHandling-OpenFunction.cpp ├── FileHandling-Read.cpp ├── FileHandling.cpp ├── FileModes.cpp ├── FilePointer-seekg.cpp ├── FilePointerFunction-Advance.cpp ├── FilePointerSpecialFunction.cpp ├── FileStreamFunction.cpp ├── FindMAXNum.cpp ├── FriendClass.cpp ├── FunctionOverloading.cpp ├── Functions.cpp ├── HollowPyramid.cpp ├── HybridInheritance.cpp ├── InlineMemberFunc.cpp ├── Kth Smallest Element.cpp ├── Largest subarray 0 sum.cpp ├── Lcs.cpp ├── Leap Year.cpp ├── Linear_Search.cpp ├── MaxNumber.cpp ├── MeanOfData.cpp ├── MultiLevelInheritance.cpp ├── Multiplication.cpp ├── NonInlineMemberFunc.cpp ├── Oops.cpp ├── OperatorOverloading.cpp ├── OrderOfExecution-ParameterizedConstructor.cpp ├── OrderOfExecution.cpp ├── OverloadAdditionOperator.cpp ├── OverloadingBinaryOperatorUsingFriendFunction.cpp ├── Palindrome_Number_Check.cpp ├── PassingByReference.cpp ├── Permutations.cpp ├── PointerinObjects.cpp ├── PointersToObject.cpp ├── Quick Sort.cpp ├── RadixSort.cpp ├── Recursion.cpp ├── Remove_outermost_parentheses.cpp ├── Reverse_Queue.cpp ├── Stack_implementation.cpp ├── StringFindFunc.cpp ├── StringFunction.cpp ├── StringFunctions.cpp ├── StringOperations.cpp ├── Strings.cpp ├── StringsOperation.cpp ├── StructuresBasic.cpp ├── ThisPointer.cpp ├── ThisPointerAddressProblem.cpp ├── ThisPointerClassProblem.cpp ├── Triangle_pattern.cpp ├── TypeConversion.cpp ├── UnaryOperator.cpp ├── Unionof_twosorted arrays.cpp ├── Virtual_function.cpp ├── binary search.cpp ├── binarysearch.cpp ├── bubble_sort.cpp ├── circularlinkedlist.cpp ├── cocktailSort.cpp ├── cs50.cpp ├── e4t7.cpp ├── factorial1.cpp ├── fibonacci.cpp ├── find-bad-version.cpp ├── finding_roots.cpp ├── goodpairs.cpp ├── hibin3.cpp ├── insertion_sort.cpp ├── knapsack.cpp ├── lowerbound.cpp ├── matrixADT.cpp ├── merge_sort.cpp ├── mult 2 array.cpp ├── overlapping-intervals.cpp ├── palindrome.cpp ├── printnnumbers.cpp ├── removeDuplicatesInArray.cpp ├── result.txt ├── reverse linked list.cpp ├── reverse_string_using_stack.cpp ├── right_trianglepattern.cpp ├── rotate_linkedlist_Ktimes.cpp ├── selectionsort.cpp ├── stack.cpp ├── star pattern.cpp ├── tree.cpp ├── vector.cpp ├── warshall.cpp └── zig_zag_traversal.cpp ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Codechef ├── 4a_Watermelon_cf.cpp ├── ALTSTR.cpp ├── ARRAYBREAK.cpp ├── AUDIBLE.cpp ├── BALLON.cpp ├── BINARYSUB.cpp ├── BROKPHON.cpp ├── CP_solution(Chef and Wire Frames).py ├── DiceNumber.cpp ├── Distinct_permutation.cpp ├── EID.cpp ├── ERROR.cpp ├── EUREKA.cpp ├── FLIPCARDS.PY ├── HAPPYSTR.cpp ├── HOW_MANY_DIGITS_DO_I_HAVE.c ├── KNIGHT2.cpp ├── Kadanes_Algorithm.cpp ├── MATCHES.cpp ├── MAXFUN.cpp ├── MAXSUBARR.cpp ├── MEANMEDIAN.cpp ├── ODDPAIRS.cpp ├── PAIREQ.cpp ├── PATHPAR.cpp ├── PERMCLEAR.cpp ├── Problems in your to-do list ├── REMOVECARDS.cpp ├── SKMP.cpp ├── SUBARRAY-221D.cpp ├── SUBSEQDIST.cpp ├── SUSSTR.cpp ├── TODOLIST.cpp ├── WORDLE.cpp ├── XORGAND.cpp ├── _BINBASBASIC.cpp ├── addtwonumbers.py ├── aug4(5).c ├── credcoins.py ├── expertsetter.py ├── howmanycodechefquestionc++.cpp ├── minimumpizza.py ├── saleseason.py ├── test.cpp └── testaverage.py ├── Codeforces ├── 140-B.cpp ├── 1674D.cpp ├── 1738-A.cpp ├── 1846C.cpp ├── 1862C.cpp ├── 263_A_Beautiful_matrix.cpp ├── 405A_Gravity_Flip.cpp ├── 794-c.cpp ├── 820-B.cpp ├── 825_B_Playing_with_GCD.cpp ├── 826_D_Masha_and_a-beautiful_tree.cpp ├── 827_C_Stripes.cpp ├── A._Football.cpp ├── Beautiful_matrix(Codeforces).cpp ├── Binary String Sorting_Edu145D.cpp ├── Borze(Codeforces).cpp ├── D_Tree_Construction.cpp ├── DivisorChain.cpp ├── GameOnPermutation.cpp ├── Garland_Edu145A.cpp ├── Mex Master_Cf858B.cpp ├── Points on Plane_Edu145B.cpp ├── Sequence Master_Cf858C.cpp ├── Sum on Subarrays_Edu145C.cpp ├── Walking Master_Cf858A.cpp ├── max_subarray_sum.cpp └── xor_palindrome.cpp ├── DSA └── HeapSort.c ├── Hackerearth └── test.cpp ├── Java Programs ├── 3sumcloset.java ├── ATM.java ├── BinaryTree.class ├── CheckSorted.java ├── FirstMissingPositive.java ├── GOLDEN RATIO (VA) NEW 22.java ├── Inorder_Traversing.class ├── Inorder_Traversing.java ├── LargestRectangleInHistogram ├── Length.java ├── MaxPointsOnALine.java ├── MergeSort.java ├── Merge_KSortedLists.java ├── N-Queen(FSS) New22.java ├── Node.class ├── NumberGuessingGame.java ├── Postorder_Traversing.java ├── Preorder_Traversing.class ├── Preorder_Traversing.java ├── QuickSort.java ├── SlidingWindowMaximum.java ├── Sudoku Solver │ ├── Sudoku.class │ └── Sudoku.java ├── TowerOfHanoi.java ├── TrappingRainwater.java ├── area_of_circle.java ├── binsearch21.java ├── factorial.java ├── heapsort.java ├── java.java ├── main2.java └── volume_of_cylinder.java ├── JavaScript ├── Javascript five courses for free.docx ├── The Best Podcasts for JavaScript.doc └── hello.js ├── Javascript five courses for free.docx ├── LICENSE ├── Leetcode ├── 1020_Number_of_Enclaves.cpp ├── 1029_Two_City_Scheduling.cpp ├── 1061_Lexicographically_Smallest_Equivalent_String.cpp ├── 1095.Find_in_mountain_array.cpp ├── 10_delete-the-middle-node-of-linkedlist.cpp ├── 1104_Path_In_Zigzag_Labelled_Binary_Tree.cpp ├── 136_single_number.cpp ├── 1463_Cherry_Pickup_2.cpp ├── 1752_check_if_array_is_rotated_and_sorted.cpp ├── 189_Rotate_array.cpp ├── 1_Set_Matrix_Zeroes.cpp ├── 2009.Minimun_number_of_operations_to_make_the_array_continuous.cpp ├── 209. Minimum_Size_Subarray_Sum.cpp ├── 2_Pascal_Triangle.cpp ├── 37Sudoku_Solver.cpp ├── 3_next_permutation.cpp ├── 42Trapping Rain Water.cpp ├── 42_Trapping_Rainwater_Problem.cpp ├── 4_maximum_subarray.cpp ├── 4sum.py ├── 515._Find_Largest_Value_in_Each_Tree_Row.cpp ├── 51_N-Queens.cpp ├── 5_Sort_Colors.cpp ├── 66_plus_one.cpp ├── 6_stock_buy_and_sell.cpp ├── 7_rotate_image.cpp ├── 84LargestRectangleinHistogram.cpp ├── 8_Merge_intervals.cpp ├── 9_Merge_sorted_array.cpp ├── All_A's_Before_B's.cpp ├── Binary_Tree_Max_Path.cpp ├── BoundaryTraversalBinaryTree.cpp ├── Build_Array.cpp ├── Combination-Sum-II.cpp ├── Count number of nice subaarrays.py ├── Count-Number-of-Distinct-Integers-After-Reverse-Operations.cpp ├── Find-duplicate-number.cpp ├── Find_Duplicate_File_in_System.java ├── Find_Minimum_in_Rotated_Sorted_Array.cpp ├── Heeba-Khan │ └── 1095.Find_in_the_mountain_array.cpp ├── Intersection_of_Arrays-II.cpp ├── Intersection_of_Arrays.cpp ├── LinkedListCycle.cpp ├── Longest_Palindromic_Substring.cpp ├── Longest_substring_without_repeating_characters.cpp ├── Median_of_2_sorted_array.cpp ├── NQueenProblem.cpp ├── NaryTreeTraversal.cpp ├── PalindromeNumber.py ├── PowerOfThree.py ├── PowerOfTwo.py ├── Q50_Pow(x,n).cpp ├── Q56_Merge_Intervals.cpp ├── Q58_Length_of_last_word.cpp ├── Regular_Expression_Matching.cpp ├── Remove _Duplicates_from_Sorted_Array.cpp ├── Remove_Duplicates_from_Sorted_Array.cpp ├── Reverse_integer.c ├── Rotate_Array.cpp ├── Subsets.py ├── ValidAnagrams.cpp ├── addstring.py ├── binaryvalid.cpp ├── flood_fill.cpp ├── mergelink.cpp ├── palindrome_number.py ├── poweroffour.py ├── sudoku_solver.cpp ├── sum-of-number-and-its-reverse.cpp ├── sumoftwonumber.py ├── test.cpp ├── two sum └── uniquepaths.cpp ├── Python programs ├── 3D Graphs.py ├── 3sum.py ├── 4sum.py ├── Alarm_Clock_Code.py ├── BMI Calculator.py ├── Buy and sell stocks IV.py ├── C.P_Solution.py ├── CP-SOLUTION21.py ├── Count Good Nodes in Binary Tree.py ├── Count Subarrays with fixed bound.py ├── Delete Operation for Two Strings.py ├── Dictionary_in_python.py ├── Dynamic_Programming_making_two_strings_equal..py ├── Game_of_life.py ├── Guess The number.py ├── Image Filtering.py ├── Largest Rectangle in Histogram.py ├── Leetcode solution - Subsets II.py ├── Longest Common Subsequence.py ├── Longest Substring Without Repeating Characters.py ├── Max Chunks To Make Sorted II.py ├── Maximum Sum of an Hourglass.py ├── Monty_hall.py ├── N-Queen(SSF)100.py ├── Number of Longest Increasing Subsequence.py ├── Password_genertaor.py ├── Queries on Number of Points Inside a Circle.py ├── Quiz Game.py ├── Rolling Dice program.py ├── Score of Parentheses.py ├── Simplfy Path.py ├── Smallest Subsequence of Distinct Characters.py ├── Snake_Water_game.py ├── Teemo Attacking.py ├── alphaRangoli.py ├── analogClock.py ├── binarySearch.py ├── caterpiller_game.py ├── collage_maker.py ├── days.py ├── fibonacci.py ├── hangman_game.py ├── input.py ├── insert_interval.py ├── longest valid parenthesis.py ├── longestCommonSubsequence.py ├── odd_even.py ├── password.py ├── pearson_correlation.py ├── stock_price.py ├── storey_generator.py ├── sudoko.py ├── typing.py └── video_to_audio.py ├── README.md ├── Web-dev ├── CSS wildcard │ └── CSS-wildcard.html ├── DOM │ ├── index.html │ ├── index.js │ └── master.css ├── RestfulApi │ ├── .gitignore │ ├── api.js │ └── package-lock.json ├── Wheel_of_fortune │ ├── design.css │ ├── freecodecamp_js_tut │ │ ├── design.css │ │ ├── design5.css │ │ ├── index.js │ │ ├── index2.js │ │ ├── index3.js │ │ ├── index4.js │ │ ├── index5.js │ │ ├── station.jpg │ │ ├── table.jpg │ │ ├── tut.html │ │ ├── tut2.html │ │ ├── tut3.html │ │ ├── tut4.html │ │ └── tut5.html │ ├── index.html │ └── script.js ├── app.js ├── app1.js ├── colorguess │ ├── css │ │ └── styles.css │ ├── index.html │ └── random.js ├── html5-datetimezone │ └── index.html ├── readme.md └── styles.css ├── basicsCheatsheet.js ├── c programming ├── N-Queen(SFS)100.c ├── Pattern EQI-T 1.c ├── Pattern EQI-T 2.c ├── Pattern EQI-T 3.c ├── Pattern EQI-T 4.c ├── Pattern EQI-T with Space 5.c ├── To_find_keyword.c ├── To_find_keyword.txt ├── TowerofHanoi.c ├── doublelinkedlist.c ├── if-else statement.c ├── palindromeexplanation.c ├── palindromenum.c ├── palindromenumexample.c ├── pattern programs │ ├── pattern-1.c │ ├── pattern-2.c │ ├── pattern-3.c │ └── pattern-4.c └── singlelinkedlist.c └── hackerrank ├── Find the Runner-Up Score!.py ├── Games of thrones.py ├── compressTheString.py ├── defaultArguments.py ├── if_else.py ├── listcomprehension2.py ├── listcomprehsension.py ├── loops.py ├── printfunction.py ├── triangleQuest.py ├── tutorial11.cpp └── writeafunction.py /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Blogs/Disjoint Set Union.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Blogs/Disjoint Set Union.txt -------------------------------------------------------------------------------- /C++/132-pattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/132-pattern.cpp -------------------------------------------------------------------------------- /C++/AdditionofComplexNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/AdditionofComplexNumber.cpp -------------------------------------------------------------------------------- /C++/Ak9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Ak9.cpp -------------------------------------------------------------------------------- /C++/Ambiguity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Ambiguity.cpp -------------------------------------------------------------------------------- /C++/AmbiguityHybridInheritance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/AmbiguityHybridInheritance.cpp -------------------------------------------------------------------------------- /C++/AnagramCheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/AnagramCheck.cpp -------------------------------------------------------------------------------- /C++/Any.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Any.cpp -------------------------------------------------------------------------------- /C++/AreaOfCircle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/AreaOfCircle.cpp -------------------------------------------------------------------------------- /C++/AreaOfRectangleUsingConstructor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/AreaOfRectangleUsingConstructor.cpp -------------------------------------------------------------------------------- /C++/ArrayOfObjects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ArrayOfObjects.cpp -------------------------------------------------------------------------------- /C++/ArrayOfObjectsUsingPOINTER-Approach2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ArrayOfObjectsUsingPOINTER-Approach2.cpp -------------------------------------------------------------------------------- /C++/ArrayOfObjectsUsingpPOINTER.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ArrayOfObjectsUsingpPOINTER.cpp -------------------------------------------------------------------------------- /C++/ArrayOfStructure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ArrayOfStructure.cpp -------------------------------------------------------------------------------- /C++/ArrayOfUnion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ArrayOfUnion.cpp -------------------------------------------------------------------------------- /C++/Array_operation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Array_operation.cpp -------------------------------------------------------------------------------- /C++/BSTimplementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/BSTimplementation.cpp -------------------------------------------------------------------------------- /C++/Bubble sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Bubble sort.cpp -------------------------------------------------------------------------------- /C++/Calculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Calculator.cpp -------------------------------------------------------------------------------- /C++/Check Armstrong number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Check Armstrong number.cpp -------------------------------------------------------------------------------- /C++/ClassesContainingPointer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ClassesContainingPointer.cpp -------------------------------------------------------------------------------- /C++/ConstructorListInitialization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ConstructorListInitialization.cpp -------------------------------------------------------------------------------- /C++/ConstructorOverloading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ConstructorOverloading.cpp -------------------------------------------------------------------------------- /C++/ConstructorWithDefaultValues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ConstructorWithDefaultValues.cpp -------------------------------------------------------------------------------- /C++/Constructors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Constructors.cpp -------------------------------------------------------------------------------- /C++/Copy String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Copy String.cpp -------------------------------------------------------------------------------- /C++/CopyConstructor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/CopyConstructor.cpp -------------------------------------------------------------------------------- /C++/CountSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/CountSort.cpp -------------------------------------------------------------------------------- /C++/Count_letter_frequency.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Count_letter_frequency.cpp -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_invert_V-shape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_invert_V-shape.cpp -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_invert_V-shape.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_invert_V-shape.exe -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_invert_pyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_invert_pyramid.cpp -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_invert_pyramid.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_invert_pyramid.exe -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_lower_full_pyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_lower_full_pyramid.cpp -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_lower_full_pyramid.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_lower_full_pyramid.exe -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_lower_half_triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_lower_half_triangle.cpp -------------------------------------------------------------------------------- /C++/Cpp_pattern/C++_lower_half_triangle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Cpp_pattern/C++_lower_half_triangle.exe -------------------------------------------------------------------------------- /C++/DeclareMember.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/DeclareMember.cpp -------------------------------------------------------------------------------- /C++/DeleteLastof_SinglyLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/DeleteLastof_SinglyLinkedList.cpp -------------------------------------------------------------------------------- /C++/Destructor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Destructor.cpp -------------------------------------------------------------------------------- /C++/Display.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Display.cpp -------------------------------------------------------------------------------- /C++/Display1to10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Display1to10.cpp -------------------------------------------------------------------------------- /C++/Employee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Employee.txt -------------------------------------------------------------------------------- /C++/Enumeration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Enumeration.cpp -------------------------------------------------------------------------------- /C++/Factorial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Factorial.cpp -------------------------------------------------------------------------------- /C++/FileHandling-Create.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FileHandling-Create.cpp -------------------------------------------------------------------------------- /C++/FileHandling-OpenFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FileHandling-OpenFunction.cpp -------------------------------------------------------------------------------- /C++/FileHandling-Read.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FileHandling-Read.cpp -------------------------------------------------------------------------------- /C++/FileHandling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FileHandling.cpp -------------------------------------------------------------------------------- /C++/FileModes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FileModes.cpp -------------------------------------------------------------------------------- /C++/FilePointer-seekg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FilePointer-seekg.cpp -------------------------------------------------------------------------------- /C++/FilePointerFunction-Advance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FilePointerFunction-Advance.cpp -------------------------------------------------------------------------------- /C++/FilePointerSpecialFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FilePointerSpecialFunction.cpp -------------------------------------------------------------------------------- /C++/FileStreamFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FileStreamFunction.cpp -------------------------------------------------------------------------------- /C++/FindMAXNum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FindMAXNum.cpp -------------------------------------------------------------------------------- /C++/FriendClass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FriendClass.cpp -------------------------------------------------------------------------------- /C++/FunctionOverloading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/FunctionOverloading.cpp -------------------------------------------------------------------------------- /C++/Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Functions.cpp -------------------------------------------------------------------------------- /C++/HollowPyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/HollowPyramid.cpp -------------------------------------------------------------------------------- /C++/HybridInheritance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/HybridInheritance.cpp -------------------------------------------------------------------------------- /C++/InlineMemberFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/InlineMemberFunc.cpp -------------------------------------------------------------------------------- /C++/Kth Smallest Element.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Kth Smallest Element.cpp -------------------------------------------------------------------------------- /C++/Largest subarray 0 sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Largest subarray 0 sum.cpp -------------------------------------------------------------------------------- /C++/Lcs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Lcs.cpp -------------------------------------------------------------------------------- /C++/Leap Year.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Leap Year.cpp -------------------------------------------------------------------------------- /C++/Linear_Search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Linear_Search.cpp -------------------------------------------------------------------------------- /C++/MaxNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/MaxNumber.cpp -------------------------------------------------------------------------------- /C++/MeanOfData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/MeanOfData.cpp -------------------------------------------------------------------------------- /C++/MultiLevelInheritance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/MultiLevelInheritance.cpp -------------------------------------------------------------------------------- /C++/Multiplication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Multiplication.cpp -------------------------------------------------------------------------------- /C++/NonInlineMemberFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/NonInlineMemberFunc.cpp -------------------------------------------------------------------------------- /C++/Oops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Oops.cpp -------------------------------------------------------------------------------- /C++/OperatorOverloading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/OperatorOverloading.cpp -------------------------------------------------------------------------------- /C++/OrderOfExecution-ParameterizedConstructor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/OrderOfExecution-ParameterizedConstructor.cpp -------------------------------------------------------------------------------- /C++/OrderOfExecution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/OrderOfExecution.cpp -------------------------------------------------------------------------------- /C++/OverloadAdditionOperator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/OverloadAdditionOperator.cpp -------------------------------------------------------------------------------- /C++/OverloadingBinaryOperatorUsingFriendFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/OverloadingBinaryOperatorUsingFriendFunction.cpp -------------------------------------------------------------------------------- /C++/Palindrome_Number_Check.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Palindrome_Number_Check.cpp -------------------------------------------------------------------------------- /C++/PassingByReference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/PassingByReference.cpp -------------------------------------------------------------------------------- /C++/Permutations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Permutations.cpp -------------------------------------------------------------------------------- /C++/PointerinObjects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/PointerinObjects.cpp -------------------------------------------------------------------------------- /C++/PointersToObject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/PointersToObject.cpp -------------------------------------------------------------------------------- /C++/Quick Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Quick Sort.cpp -------------------------------------------------------------------------------- /C++/RadixSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/RadixSort.cpp -------------------------------------------------------------------------------- /C++/Recursion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Recursion.cpp -------------------------------------------------------------------------------- /C++/Remove_outermost_parentheses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Remove_outermost_parentheses.cpp -------------------------------------------------------------------------------- /C++/Reverse_Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Reverse_Queue.cpp -------------------------------------------------------------------------------- /C++/Stack_implementation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Stack_implementation.cpp -------------------------------------------------------------------------------- /C++/StringFindFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/StringFindFunc.cpp -------------------------------------------------------------------------------- /C++/StringFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/StringFunction.cpp -------------------------------------------------------------------------------- /C++/StringFunctions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/StringFunctions.cpp -------------------------------------------------------------------------------- /C++/StringOperations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/StringOperations.cpp -------------------------------------------------------------------------------- /C++/Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Strings.cpp -------------------------------------------------------------------------------- /C++/StringsOperation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/StringsOperation.cpp -------------------------------------------------------------------------------- /C++/StructuresBasic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/StructuresBasic.cpp -------------------------------------------------------------------------------- /C++/ThisPointer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ThisPointer.cpp -------------------------------------------------------------------------------- /C++/ThisPointerAddressProblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ThisPointerAddressProblem.cpp -------------------------------------------------------------------------------- /C++/ThisPointerClassProblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/ThisPointerClassProblem.cpp -------------------------------------------------------------------------------- /C++/Triangle_pattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Triangle_pattern.cpp -------------------------------------------------------------------------------- /C++/TypeConversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/TypeConversion.cpp -------------------------------------------------------------------------------- /C++/UnaryOperator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/UnaryOperator.cpp -------------------------------------------------------------------------------- /C++/Unionof_twosorted arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Unionof_twosorted arrays.cpp -------------------------------------------------------------------------------- /C++/Virtual_function.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/Virtual_function.cpp -------------------------------------------------------------------------------- /C++/binary search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/binary search.cpp -------------------------------------------------------------------------------- /C++/binarysearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/binarysearch.cpp -------------------------------------------------------------------------------- /C++/bubble_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/bubble_sort.cpp -------------------------------------------------------------------------------- /C++/circularlinkedlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/circularlinkedlist.cpp -------------------------------------------------------------------------------- /C++/cocktailSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/cocktailSort.cpp -------------------------------------------------------------------------------- /C++/cs50.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/cs50.cpp -------------------------------------------------------------------------------- /C++/e4t7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/e4t7.cpp -------------------------------------------------------------------------------- /C++/factorial1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/factorial1.cpp -------------------------------------------------------------------------------- /C++/fibonacci.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/fibonacci.cpp -------------------------------------------------------------------------------- /C++/find-bad-version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/find-bad-version.cpp -------------------------------------------------------------------------------- /C++/finding_roots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/finding_roots.cpp -------------------------------------------------------------------------------- /C++/goodpairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/goodpairs.cpp -------------------------------------------------------------------------------- /C++/hibin3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/hibin3.cpp -------------------------------------------------------------------------------- /C++/insertion_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/insertion_sort.cpp -------------------------------------------------------------------------------- /C++/knapsack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/knapsack.cpp -------------------------------------------------------------------------------- /C++/lowerbound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/lowerbound.cpp -------------------------------------------------------------------------------- /C++/matrixADT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/matrixADT.cpp -------------------------------------------------------------------------------- /C++/merge_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/merge_sort.cpp -------------------------------------------------------------------------------- /C++/mult 2 array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/mult 2 array.cpp -------------------------------------------------------------------------------- /C++/overlapping-intervals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/overlapping-intervals.cpp -------------------------------------------------------------------------------- /C++/palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/palindrome.cpp -------------------------------------------------------------------------------- /C++/printnnumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/printnnumbers.cpp -------------------------------------------------------------------------------- /C++/removeDuplicatesInArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/removeDuplicatesInArray.cpp -------------------------------------------------------------------------------- /C++/result.txt: -------------------------------------------------------------------------------- 1 | hello sup -------------------------------------------------------------------------------- /C++/reverse linked list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/reverse linked list.cpp -------------------------------------------------------------------------------- /C++/reverse_string_using_stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/reverse_string_using_stack.cpp -------------------------------------------------------------------------------- /C++/right_trianglepattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/right_trianglepattern.cpp -------------------------------------------------------------------------------- /C++/rotate_linkedlist_Ktimes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/rotate_linkedlist_Ktimes.cpp -------------------------------------------------------------------------------- /C++/selectionsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/selectionsort.cpp -------------------------------------------------------------------------------- /C++/stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/stack.cpp -------------------------------------------------------------------------------- /C++/star pattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/star pattern.cpp -------------------------------------------------------------------------------- /C++/tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/tree.cpp -------------------------------------------------------------------------------- /C++/vector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/vector.cpp -------------------------------------------------------------------------------- /C++/warshall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/warshall.cpp -------------------------------------------------------------------------------- /C++/zig_zag_traversal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/C++/zig_zag_traversal.cpp -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Codechef/4a_Watermelon_cf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/4a_Watermelon_cf.cpp -------------------------------------------------------------------------------- /Codechef/ALTSTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/ALTSTR.cpp -------------------------------------------------------------------------------- /Codechef/ARRAYBREAK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/ARRAYBREAK.cpp -------------------------------------------------------------------------------- /Codechef/AUDIBLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/AUDIBLE.cpp -------------------------------------------------------------------------------- /Codechef/BALLON.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/BALLON.cpp -------------------------------------------------------------------------------- /Codechef/BINARYSUB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/BINARYSUB.cpp -------------------------------------------------------------------------------- /Codechef/BROKPHON.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/BROKPHON.cpp -------------------------------------------------------------------------------- /Codechef/CP_solution(Chef and Wire Frames).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/CP_solution(Chef and Wire Frames).py -------------------------------------------------------------------------------- /Codechef/DiceNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/DiceNumber.cpp -------------------------------------------------------------------------------- /Codechef/Distinct_permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/Distinct_permutation.cpp -------------------------------------------------------------------------------- /Codechef/EID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/EID.cpp -------------------------------------------------------------------------------- /Codechef/ERROR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/ERROR.cpp -------------------------------------------------------------------------------- /Codechef/EUREKA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/EUREKA.cpp -------------------------------------------------------------------------------- /Codechef/FLIPCARDS.PY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/FLIPCARDS.PY -------------------------------------------------------------------------------- /Codechef/HAPPYSTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/HAPPYSTR.cpp -------------------------------------------------------------------------------- /Codechef/HOW_MANY_DIGITS_DO_I_HAVE.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/HOW_MANY_DIGITS_DO_I_HAVE.c -------------------------------------------------------------------------------- /Codechef/KNIGHT2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/KNIGHT2.cpp -------------------------------------------------------------------------------- /Codechef/Kadanes_Algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/Kadanes_Algorithm.cpp -------------------------------------------------------------------------------- /Codechef/MATCHES.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/MATCHES.cpp -------------------------------------------------------------------------------- /Codechef/MAXFUN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/MAXFUN.cpp -------------------------------------------------------------------------------- /Codechef/MAXSUBARR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/MAXSUBARR.cpp -------------------------------------------------------------------------------- /Codechef/MEANMEDIAN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/MEANMEDIAN.cpp -------------------------------------------------------------------------------- /Codechef/ODDPAIRS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/ODDPAIRS.cpp -------------------------------------------------------------------------------- /Codechef/PAIREQ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/PAIREQ.cpp -------------------------------------------------------------------------------- /Codechef/PATHPAR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/PATHPAR.cpp -------------------------------------------------------------------------------- /Codechef/PERMCLEAR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/PERMCLEAR.cpp -------------------------------------------------------------------------------- /Codechef/Problems in your to-do list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/Problems in your to-do list -------------------------------------------------------------------------------- /Codechef/REMOVECARDS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/REMOVECARDS.cpp -------------------------------------------------------------------------------- /Codechef/SKMP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/SKMP.cpp -------------------------------------------------------------------------------- /Codechef/SUBARRAY-221D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/SUBARRAY-221D.cpp -------------------------------------------------------------------------------- /Codechef/SUBSEQDIST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/SUBSEQDIST.cpp -------------------------------------------------------------------------------- /Codechef/SUSSTR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/SUSSTR.cpp -------------------------------------------------------------------------------- /Codechef/TODOLIST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/TODOLIST.cpp -------------------------------------------------------------------------------- /Codechef/WORDLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/WORDLE.cpp -------------------------------------------------------------------------------- /Codechef/XORGAND.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/XORGAND.cpp -------------------------------------------------------------------------------- /Codechef/_BINBASBASIC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/_BINBASBASIC.cpp -------------------------------------------------------------------------------- /Codechef/addtwonumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/addtwonumbers.py -------------------------------------------------------------------------------- /Codechef/aug4(5).c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/aug4(5).c -------------------------------------------------------------------------------- /Codechef/credcoins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/credcoins.py -------------------------------------------------------------------------------- /Codechef/expertsetter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/expertsetter.py -------------------------------------------------------------------------------- /Codechef/howmanycodechefquestionc++.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/howmanycodechefquestionc++.cpp -------------------------------------------------------------------------------- /Codechef/minimumpizza.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/minimumpizza.py -------------------------------------------------------------------------------- /Codechef/saleseason.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/saleseason.py -------------------------------------------------------------------------------- /Codechef/test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Codechef/testaverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codechef/testaverage.py -------------------------------------------------------------------------------- /Codeforces/140-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/140-B.cpp -------------------------------------------------------------------------------- /Codeforces/1674D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/1674D.cpp -------------------------------------------------------------------------------- /Codeforces/1738-A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/1738-A.cpp -------------------------------------------------------------------------------- /Codeforces/1846C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/1846C.cpp -------------------------------------------------------------------------------- /Codeforces/1862C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/1862C.cpp -------------------------------------------------------------------------------- /Codeforces/263_A_Beautiful_matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/263_A_Beautiful_matrix.cpp -------------------------------------------------------------------------------- /Codeforces/405A_Gravity_Flip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/405A_Gravity_Flip.cpp -------------------------------------------------------------------------------- /Codeforces/794-c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/794-c.cpp -------------------------------------------------------------------------------- /Codeforces/820-B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/820-B.cpp -------------------------------------------------------------------------------- /Codeforces/825_B_Playing_with_GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/825_B_Playing_with_GCD.cpp -------------------------------------------------------------------------------- /Codeforces/826_D_Masha_and_a-beautiful_tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/826_D_Masha_and_a-beautiful_tree.cpp -------------------------------------------------------------------------------- /Codeforces/827_C_Stripes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/827_C_Stripes.cpp -------------------------------------------------------------------------------- /Codeforces/A._Football.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/A._Football.cpp -------------------------------------------------------------------------------- /Codeforces/Beautiful_matrix(Codeforces).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Beautiful_matrix(Codeforces).cpp -------------------------------------------------------------------------------- /Codeforces/Binary String Sorting_Edu145D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Binary String Sorting_Edu145D.cpp -------------------------------------------------------------------------------- /Codeforces/Borze(Codeforces).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Borze(Codeforces).cpp -------------------------------------------------------------------------------- /Codeforces/D_Tree_Construction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/D_Tree_Construction.cpp -------------------------------------------------------------------------------- /Codeforces/DivisorChain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/DivisorChain.cpp -------------------------------------------------------------------------------- /Codeforces/GameOnPermutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/GameOnPermutation.cpp -------------------------------------------------------------------------------- /Codeforces/Garland_Edu145A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Garland_Edu145A.cpp -------------------------------------------------------------------------------- /Codeforces/Mex Master_Cf858B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Mex Master_Cf858B.cpp -------------------------------------------------------------------------------- /Codeforces/Points on Plane_Edu145B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Points on Plane_Edu145B.cpp -------------------------------------------------------------------------------- /Codeforces/Sequence Master_Cf858C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Sequence Master_Cf858C.cpp -------------------------------------------------------------------------------- /Codeforces/Sum on Subarrays_Edu145C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Sum on Subarrays_Edu145C.cpp -------------------------------------------------------------------------------- /Codeforces/Walking Master_Cf858A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/Walking Master_Cf858A.cpp -------------------------------------------------------------------------------- /Codeforces/max_subarray_sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/max_subarray_sum.cpp -------------------------------------------------------------------------------- /Codeforces/xor_palindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Codeforces/xor_palindrome.cpp -------------------------------------------------------------------------------- /DSA/HeapSort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/DSA/HeapSort.c -------------------------------------------------------------------------------- /Hackerearth/test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Java Programs/3sumcloset.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/3sumcloset.java -------------------------------------------------------------------------------- /Java Programs/ATM.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/ATM.java -------------------------------------------------------------------------------- /Java Programs/BinaryTree.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/BinaryTree.class -------------------------------------------------------------------------------- /Java Programs/CheckSorted.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/CheckSorted.java -------------------------------------------------------------------------------- /Java Programs/FirstMissingPositive.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/FirstMissingPositive.java -------------------------------------------------------------------------------- /Java Programs/GOLDEN RATIO (VA) NEW 22.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/GOLDEN RATIO (VA) NEW 22.java -------------------------------------------------------------------------------- /Java Programs/Inorder_Traversing.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Inorder_Traversing.class -------------------------------------------------------------------------------- /Java Programs/Inorder_Traversing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Inorder_Traversing.java -------------------------------------------------------------------------------- /Java Programs/LargestRectangleInHistogram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/LargestRectangleInHistogram -------------------------------------------------------------------------------- /Java Programs/Length.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Length.java -------------------------------------------------------------------------------- /Java Programs/MaxPointsOnALine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/MaxPointsOnALine.java -------------------------------------------------------------------------------- /Java Programs/MergeSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/MergeSort.java -------------------------------------------------------------------------------- /Java Programs/Merge_KSortedLists.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Merge_KSortedLists.java -------------------------------------------------------------------------------- /Java Programs/N-Queen(FSS) New22.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/N-Queen(FSS) New22.java -------------------------------------------------------------------------------- /Java Programs/Node.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Node.class -------------------------------------------------------------------------------- /Java Programs/NumberGuessingGame.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/NumberGuessingGame.java -------------------------------------------------------------------------------- /Java Programs/Postorder_Traversing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Postorder_Traversing.java -------------------------------------------------------------------------------- /Java Programs/Preorder_Traversing.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Preorder_Traversing.class -------------------------------------------------------------------------------- /Java Programs/Preorder_Traversing.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Preorder_Traversing.java -------------------------------------------------------------------------------- /Java Programs/QuickSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/QuickSort.java -------------------------------------------------------------------------------- /Java Programs/SlidingWindowMaximum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/SlidingWindowMaximum.java -------------------------------------------------------------------------------- /Java Programs/Sudoku Solver/Sudoku.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Sudoku Solver/Sudoku.class -------------------------------------------------------------------------------- /Java Programs/Sudoku Solver/Sudoku.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/Sudoku Solver/Sudoku.java -------------------------------------------------------------------------------- /Java Programs/TowerOfHanoi.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/TowerOfHanoi.java -------------------------------------------------------------------------------- /Java Programs/TrappingRainwater.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/TrappingRainwater.java -------------------------------------------------------------------------------- /Java Programs/area_of_circle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/area_of_circle.java -------------------------------------------------------------------------------- /Java Programs/binsearch21.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/binsearch21.java -------------------------------------------------------------------------------- /Java Programs/factorial.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/factorial.java -------------------------------------------------------------------------------- /Java Programs/heapsort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/heapsort.java -------------------------------------------------------------------------------- /Java Programs/java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/java.java -------------------------------------------------------------------------------- /Java Programs/main2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/main2.java -------------------------------------------------------------------------------- /Java Programs/volume_of_cylinder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Java Programs/volume_of_cylinder.java -------------------------------------------------------------------------------- /JavaScript/Javascript five courses for free.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/JavaScript/Javascript five courses for free.docx -------------------------------------------------------------------------------- /JavaScript/The Best Podcasts for JavaScript.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/JavaScript/The Best Podcasts for JavaScript.doc -------------------------------------------------------------------------------- /JavaScript/hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/JavaScript/hello.js -------------------------------------------------------------------------------- /Javascript five courses for free.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Javascript five courses for free.docx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/LICENSE -------------------------------------------------------------------------------- /Leetcode/1020_Number_of_Enclaves.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1020_Number_of_Enclaves.cpp -------------------------------------------------------------------------------- /Leetcode/1029_Two_City_Scheduling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1029_Two_City_Scheduling.cpp -------------------------------------------------------------------------------- /Leetcode/1061_Lexicographically_Smallest_Equivalent_String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1061_Lexicographically_Smallest_Equivalent_String.cpp -------------------------------------------------------------------------------- /Leetcode/1095.Find_in_mountain_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1095.Find_in_mountain_array.cpp -------------------------------------------------------------------------------- /Leetcode/10_delete-the-middle-node-of-linkedlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/10_delete-the-middle-node-of-linkedlist.cpp -------------------------------------------------------------------------------- /Leetcode/1104_Path_In_Zigzag_Labelled_Binary_Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1104_Path_In_Zigzag_Labelled_Binary_Tree.cpp -------------------------------------------------------------------------------- /Leetcode/136_single_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/136_single_number.cpp -------------------------------------------------------------------------------- /Leetcode/1463_Cherry_Pickup_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1463_Cherry_Pickup_2.cpp -------------------------------------------------------------------------------- /Leetcode/1752_check_if_array_is_rotated_and_sorted.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1752_check_if_array_is_rotated_and_sorted.cpp -------------------------------------------------------------------------------- /Leetcode/189_Rotate_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/189_Rotate_array.cpp -------------------------------------------------------------------------------- /Leetcode/1_Set_Matrix_Zeroes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/1_Set_Matrix_Zeroes.cpp -------------------------------------------------------------------------------- /Leetcode/2009.Minimun_number_of_operations_to_make_the_array_continuous.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/2009.Minimun_number_of_operations_to_make_the_array_continuous.cpp -------------------------------------------------------------------------------- /Leetcode/209. Minimum_Size_Subarray_Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/209. Minimum_Size_Subarray_Sum.cpp -------------------------------------------------------------------------------- /Leetcode/2_Pascal_Triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/2_Pascal_Triangle.cpp -------------------------------------------------------------------------------- /Leetcode/37Sudoku_Solver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/37Sudoku_Solver.cpp -------------------------------------------------------------------------------- /Leetcode/3_next_permutation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/3_next_permutation.cpp -------------------------------------------------------------------------------- /Leetcode/42Trapping Rain Water.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/42Trapping Rain Water.cpp -------------------------------------------------------------------------------- /Leetcode/42_Trapping_Rainwater_Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/42_Trapping_Rainwater_Problem.cpp -------------------------------------------------------------------------------- /Leetcode/4_maximum_subarray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/4_maximum_subarray.cpp -------------------------------------------------------------------------------- /Leetcode/4sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/4sum.py -------------------------------------------------------------------------------- /Leetcode/515._Find_Largest_Value_in_Each_Tree_Row.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/515._Find_Largest_Value_in_Each_Tree_Row.cpp -------------------------------------------------------------------------------- /Leetcode/51_N-Queens.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/51_N-Queens.cpp -------------------------------------------------------------------------------- /Leetcode/5_Sort_Colors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/5_Sort_Colors.cpp -------------------------------------------------------------------------------- /Leetcode/66_plus_one.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/66_plus_one.cpp -------------------------------------------------------------------------------- /Leetcode/6_stock_buy_and_sell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/6_stock_buy_and_sell.cpp -------------------------------------------------------------------------------- /Leetcode/7_rotate_image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/7_rotate_image.cpp -------------------------------------------------------------------------------- /Leetcode/84LargestRectangleinHistogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/84LargestRectangleinHistogram.cpp -------------------------------------------------------------------------------- /Leetcode/8_Merge_intervals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/8_Merge_intervals.cpp -------------------------------------------------------------------------------- /Leetcode/9_Merge_sorted_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/9_Merge_sorted_array.cpp -------------------------------------------------------------------------------- /Leetcode/All_A's_Before_B's.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/All_A's_Before_B's.cpp -------------------------------------------------------------------------------- /Leetcode/Binary_Tree_Max_Path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Binary_Tree_Max_Path.cpp -------------------------------------------------------------------------------- /Leetcode/BoundaryTraversalBinaryTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/BoundaryTraversalBinaryTree.cpp -------------------------------------------------------------------------------- /Leetcode/Build_Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Build_Array.cpp -------------------------------------------------------------------------------- /Leetcode/Combination-Sum-II.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Combination-Sum-II.cpp -------------------------------------------------------------------------------- /Leetcode/Count number of nice subaarrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Count number of nice subaarrays.py -------------------------------------------------------------------------------- /Leetcode/Count-Number-of-Distinct-Integers-After-Reverse-Operations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Count-Number-of-Distinct-Integers-After-Reverse-Operations.cpp -------------------------------------------------------------------------------- /Leetcode/Find-duplicate-number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Find-duplicate-number.cpp -------------------------------------------------------------------------------- /Leetcode/Find_Duplicate_File_in_System.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Find_Duplicate_File_in_System.java -------------------------------------------------------------------------------- /Leetcode/Find_Minimum_in_Rotated_Sorted_Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Find_Minimum_in_Rotated_Sorted_Array.cpp -------------------------------------------------------------------------------- /Leetcode/Heeba-Khan/1095.Find_in_the_mountain_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Heeba-Khan/1095.Find_in_the_mountain_array.cpp -------------------------------------------------------------------------------- /Leetcode/Intersection_of_Arrays-II.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Intersection_of_Arrays-II.cpp -------------------------------------------------------------------------------- /Leetcode/Intersection_of_Arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Intersection_of_Arrays.cpp -------------------------------------------------------------------------------- /Leetcode/LinkedListCycle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/LinkedListCycle.cpp -------------------------------------------------------------------------------- /Leetcode/Longest_Palindromic_Substring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Longest_Palindromic_Substring.cpp -------------------------------------------------------------------------------- /Leetcode/Longest_substring_without_repeating_characters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Longest_substring_without_repeating_characters.cpp -------------------------------------------------------------------------------- /Leetcode/Median_of_2_sorted_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Median_of_2_sorted_array.cpp -------------------------------------------------------------------------------- /Leetcode/NQueenProblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/NQueenProblem.cpp -------------------------------------------------------------------------------- /Leetcode/NaryTreeTraversal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/NaryTreeTraversal.cpp -------------------------------------------------------------------------------- /Leetcode/PalindromeNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/PalindromeNumber.py -------------------------------------------------------------------------------- /Leetcode/PowerOfThree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/PowerOfThree.py -------------------------------------------------------------------------------- /Leetcode/PowerOfTwo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/PowerOfTwo.py -------------------------------------------------------------------------------- /Leetcode/Q50_Pow(x,n).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Q50_Pow(x,n).cpp -------------------------------------------------------------------------------- /Leetcode/Q56_Merge_Intervals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Q56_Merge_Intervals.cpp -------------------------------------------------------------------------------- /Leetcode/Q58_Length_of_last_word.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Q58_Length_of_last_word.cpp -------------------------------------------------------------------------------- /Leetcode/Regular_Expression_Matching.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Regular_Expression_Matching.cpp -------------------------------------------------------------------------------- /Leetcode/Remove _Duplicates_from_Sorted_Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Remove _Duplicates_from_Sorted_Array.cpp -------------------------------------------------------------------------------- /Leetcode/Remove_Duplicates_from_Sorted_Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Remove_Duplicates_from_Sorted_Array.cpp -------------------------------------------------------------------------------- /Leetcode/Reverse_integer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Reverse_integer.c -------------------------------------------------------------------------------- /Leetcode/Rotate_Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Rotate_Array.cpp -------------------------------------------------------------------------------- /Leetcode/Subsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/Subsets.py -------------------------------------------------------------------------------- /Leetcode/ValidAnagrams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/ValidAnagrams.cpp -------------------------------------------------------------------------------- /Leetcode/addstring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/addstring.py -------------------------------------------------------------------------------- /Leetcode/binaryvalid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/binaryvalid.cpp -------------------------------------------------------------------------------- /Leetcode/flood_fill.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/flood_fill.cpp -------------------------------------------------------------------------------- /Leetcode/mergelink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/mergelink.cpp -------------------------------------------------------------------------------- /Leetcode/palindrome_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/palindrome_number.py -------------------------------------------------------------------------------- /Leetcode/poweroffour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/poweroffour.py -------------------------------------------------------------------------------- /Leetcode/sudoku_solver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/sudoku_solver.cpp -------------------------------------------------------------------------------- /Leetcode/sum-of-number-and-its-reverse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/sum-of-number-and-its-reverse.cpp -------------------------------------------------------------------------------- /Leetcode/sumoftwonumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/sumoftwonumber.py -------------------------------------------------------------------------------- /Leetcode/test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Leetcode/two sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/two sum -------------------------------------------------------------------------------- /Leetcode/uniquepaths.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Leetcode/uniquepaths.cpp -------------------------------------------------------------------------------- /Python programs/3D Graphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/3D Graphs.py -------------------------------------------------------------------------------- /Python programs/3sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/3sum.py -------------------------------------------------------------------------------- /Python programs/4sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/4sum.py -------------------------------------------------------------------------------- /Python programs/Alarm_Clock_Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Alarm_Clock_Code.py -------------------------------------------------------------------------------- /Python programs/BMI Calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/BMI Calculator.py -------------------------------------------------------------------------------- /Python programs/Buy and sell stocks IV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Buy and sell stocks IV.py -------------------------------------------------------------------------------- /Python programs/C.P_Solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/C.P_Solution.py -------------------------------------------------------------------------------- /Python programs/CP-SOLUTION21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/CP-SOLUTION21.py -------------------------------------------------------------------------------- /Python programs/Count Good Nodes in Binary Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Count Good Nodes in Binary Tree.py -------------------------------------------------------------------------------- /Python programs/Count Subarrays with fixed bound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Count Subarrays with fixed bound.py -------------------------------------------------------------------------------- /Python programs/Delete Operation for Two Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Delete Operation for Two Strings.py -------------------------------------------------------------------------------- /Python programs/Dictionary_in_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Dictionary_in_python.py -------------------------------------------------------------------------------- /Python programs/Dynamic_Programming_making_two_strings_equal..py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Dynamic_Programming_making_two_strings_equal..py -------------------------------------------------------------------------------- /Python programs/Game_of_life.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Game_of_life.py -------------------------------------------------------------------------------- /Python programs/Guess The number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Guess The number.py -------------------------------------------------------------------------------- /Python programs/Image Filtering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Image Filtering.py -------------------------------------------------------------------------------- /Python programs/Largest Rectangle in Histogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Largest Rectangle in Histogram.py -------------------------------------------------------------------------------- /Python programs/Leetcode solution - Subsets II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Leetcode solution - Subsets II.py -------------------------------------------------------------------------------- /Python programs/Longest Common Subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Longest Common Subsequence.py -------------------------------------------------------------------------------- /Python programs/Longest Substring Without Repeating Characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Longest Substring Without Repeating Characters.py -------------------------------------------------------------------------------- /Python programs/Max Chunks To Make Sorted II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Max Chunks To Make Sorted II.py -------------------------------------------------------------------------------- /Python programs/Maximum Sum of an Hourglass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Maximum Sum of an Hourglass.py -------------------------------------------------------------------------------- /Python programs/Monty_hall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Monty_hall.py -------------------------------------------------------------------------------- /Python programs/N-Queen(SSF)100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/N-Queen(SSF)100.py -------------------------------------------------------------------------------- /Python programs/Number of Longest Increasing Subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Number of Longest Increasing Subsequence.py -------------------------------------------------------------------------------- /Python programs/Password_genertaor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Password_genertaor.py -------------------------------------------------------------------------------- /Python programs/Queries on Number of Points Inside a Circle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Queries on Number of Points Inside a Circle.py -------------------------------------------------------------------------------- /Python programs/Quiz Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Quiz Game.py -------------------------------------------------------------------------------- /Python programs/Rolling Dice program.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Rolling Dice program.py -------------------------------------------------------------------------------- /Python programs/Score of Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Score of Parentheses.py -------------------------------------------------------------------------------- /Python programs/Simplfy Path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Simplfy Path.py -------------------------------------------------------------------------------- /Python programs/Smallest Subsequence of Distinct Characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Smallest Subsequence of Distinct Characters.py -------------------------------------------------------------------------------- /Python programs/Snake_Water_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Snake_Water_game.py -------------------------------------------------------------------------------- /Python programs/Teemo Attacking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/Teemo Attacking.py -------------------------------------------------------------------------------- /Python programs/alphaRangoli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/alphaRangoli.py -------------------------------------------------------------------------------- /Python programs/analogClock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/analogClock.py -------------------------------------------------------------------------------- /Python programs/binarySearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/binarySearch.py -------------------------------------------------------------------------------- /Python programs/caterpiller_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/caterpiller_game.py -------------------------------------------------------------------------------- /Python programs/collage_maker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/collage_maker.py -------------------------------------------------------------------------------- /Python programs/days.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/days.py -------------------------------------------------------------------------------- /Python programs/fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/fibonacci.py -------------------------------------------------------------------------------- /Python programs/hangman_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/hangman_game.py -------------------------------------------------------------------------------- /Python programs/input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/input.py -------------------------------------------------------------------------------- /Python programs/insert_interval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/insert_interval.py -------------------------------------------------------------------------------- /Python programs/longest valid parenthesis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/longest valid parenthesis.py -------------------------------------------------------------------------------- /Python programs/longestCommonSubsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/longestCommonSubsequence.py -------------------------------------------------------------------------------- /Python programs/odd_even.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/odd_even.py -------------------------------------------------------------------------------- /Python programs/password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/password.py -------------------------------------------------------------------------------- /Python programs/pearson_correlation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/pearson_correlation.py -------------------------------------------------------------------------------- /Python programs/stock_price.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/stock_price.py -------------------------------------------------------------------------------- /Python programs/storey_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/storey_generator.py -------------------------------------------------------------------------------- /Python programs/sudoko.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/sudoko.py -------------------------------------------------------------------------------- /Python programs/typing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/typing.py -------------------------------------------------------------------------------- /Python programs/video_to_audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Python programs/video_to_audio.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/README.md -------------------------------------------------------------------------------- /Web-dev/CSS wildcard/CSS-wildcard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/CSS wildcard/CSS-wildcard.html -------------------------------------------------------------------------------- /Web-dev/DOM/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/DOM/index.html -------------------------------------------------------------------------------- /Web-dev/DOM/index.js: -------------------------------------------------------------------------------- 1 | alert("hello"); 2 | document.querySelector("h1").innerHTML = "Good Bye"; 3 | -------------------------------------------------------------------------------- /Web-dev/DOM/master.css: -------------------------------------------------------------------------------- 1 | h1{ 2 | color: red; 3 | } 4 | -------------------------------------------------------------------------------- /Web-dev/RestfulApi/.gitignore: -------------------------------------------------------------------------------- 1 | README.md 2 | package.json 3 | node_modules -------------------------------------------------------------------------------- /Web-dev/RestfulApi/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/RestfulApi/api.js -------------------------------------------------------------------------------- /Web-dev/RestfulApi/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/RestfulApi/package-lock.json -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/design.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/design.css -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/design.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/design.css -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/design5.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/design5.css -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index.js -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index2.js -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index3.js -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index4.js -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/index5.js -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/station.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/station.jpg -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/table.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/table.jpg -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut.html -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut2.html -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut3.html -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut4.html -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/freecodecamp_js_tut/tut5.html -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/index.html -------------------------------------------------------------------------------- /Web-dev/Wheel_of_fortune/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/Wheel_of_fortune/script.js -------------------------------------------------------------------------------- /Web-dev/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/app.js -------------------------------------------------------------------------------- /Web-dev/app1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/app1.js -------------------------------------------------------------------------------- /Web-dev/colorguess/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/colorguess/css/styles.css -------------------------------------------------------------------------------- /Web-dev/colorguess/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/colorguess/index.html -------------------------------------------------------------------------------- /Web-dev/colorguess/random.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/colorguess/random.js -------------------------------------------------------------------------------- /Web-dev/html5-datetimezone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/html5-datetimezone/index.html -------------------------------------------------------------------------------- /Web-dev/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Web-dev/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/Web-dev/styles.css -------------------------------------------------------------------------------- /basicsCheatsheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/basicsCheatsheet.js -------------------------------------------------------------------------------- /c programming/N-Queen(SFS)100.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/N-Queen(SFS)100.c -------------------------------------------------------------------------------- /c programming/Pattern EQI-T 1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/Pattern EQI-T 1.c -------------------------------------------------------------------------------- /c programming/Pattern EQI-T 2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/Pattern EQI-T 2.c -------------------------------------------------------------------------------- /c programming/Pattern EQI-T 3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/Pattern EQI-T 3.c -------------------------------------------------------------------------------- /c programming/Pattern EQI-T 4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/Pattern EQI-T 4.c -------------------------------------------------------------------------------- /c programming/Pattern EQI-T with Space 5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/Pattern EQI-T with Space 5.c -------------------------------------------------------------------------------- /c programming/To_find_keyword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/To_find_keyword.c -------------------------------------------------------------------------------- /c programming/To_find_keyword.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/To_find_keyword.txt -------------------------------------------------------------------------------- /c programming/TowerofHanoi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/TowerofHanoi.c -------------------------------------------------------------------------------- /c programming/doublelinkedlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/doublelinkedlist.c -------------------------------------------------------------------------------- /c programming/if-else statement.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/if-else statement.c -------------------------------------------------------------------------------- /c programming/palindromeexplanation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/palindromeexplanation.c -------------------------------------------------------------------------------- /c programming/palindromenum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/palindromenum.c -------------------------------------------------------------------------------- /c programming/palindromenumexample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/palindromenumexample.c -------------------------------------------------------------------------------- /c programming/pattern programs/pattern-1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/pattern programs/pattern-1.c -------------------------------------------------------------------------------- /c programming/pattern programs/pattern-2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/pattern programs/pattern-2.c -------------------------------------------------------------------------------- /c programming/pattern programs/pattern-3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/pattern programs/pattern-3.c -------------------------------------------------------------------------------- /c programming/pattern programs/pattern-4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/pattern programs/pattern-4.c -------------------------------------------------------------------------------- /c programming/singlelinkedlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/c programming/singlelinkedlist.c -------------------------------------------------------------------------------- /hackerrank/Find the Runner-Up Score!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/Find the Runner-Up Score!.py -------------------------------------------------------------------------------- /hackerrank/Games of thrones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/Games of thrones.py -------------------------------------------------------------------------------- /hackerrank/compressTheString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/compressTheString.py -------------------------------------------------------------------------------- /hackerrank/defaultArguments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/defaultArguments.py -------------------------------------------------------------------------------- /hackerrank/if_else.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/if_else.py -------------------------------------------------------------------------------- /hackerrank/listcomprehension2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/listcomprehension2.py -------------------------------------------------------------------------------- /hackerrank/listcomprehsension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/listcomprehsension.py -------------------------------------------------------------------------------- /hackerrank/loops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/loops.py -------------------------------------------------------------------------------- /hackerrank/printfunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/printfunction.py -------------------------------------------------------------------------------- /hackerrank/triangleQuest.py: -------------------------------------------------------------------------------- 1 | for i in range(1,input()): 2 | print((10**(i)//9)*i) 3 | -------------------------------------------------------------------------------- /hackerrank/tutorial11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/tutorial11.cpp -------------------------------------------------------------------------------- /hackerrank/writeafunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dixitt5/CP-Solutions/HEAD/hackerrank/writeafunction.py --------------------------------------------------------------------------------