├── .DS_Store ├── .vscode ├── settings.json └── tasks.json ├── 06_Array ├── Array │ ├── Array.iml │ ├── mvnw │ ├── mvnw.cmd │ ├── out │ │ └── production │ │ │ └── Array │ │ │ ├── Main.class │ │ │ ├── New.class │ │ │ ├── Objects.class │ │ │ ├── TwoDAArray.class │ │ │ └── toString.class │ ├── pom.xml │ ├── src │ │ ├── Main.java │ │ ├── New.java │ │ ├── Objects.java │ │ ├── TwoDAArray.java │ │ ├── main │ │ │ ├── java │ │ │ │ ├── com │ │ │ │ │ └── example │ │ │ │ │ │ └── array │ │ │ │ │ │ ├── HelloApplication.java │ │ │ │ │ │ └── HelloController.java │ │ │ │ └── module-info.java │ │ │ └── resources │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── array │ │ │ │ └── hello-view.fxml │ │ └── toString.java │ └── target │ │ └── classes │ │ └── com │ │ └── example │ │ └── array │ │ └── hello-view.fxml ├── ArrayDeclartion.class ├── ArrayDeclartion.java ├── arrayDeclartion2.class ├── arrayDeclartion2.java ├── arrayFInder.class ├── arrayFInder.java ├── creatingArray.class └── creatingArray.java ├── 07_String ├── StringBuilder │ ├── StringBuilderAppend.class │ ├── StringBuilderAppend.java │ ├── stringBuilderTemplate.class │ └── tempCodeRunnerFile.java ├── StringMethods.class ├── StringMethods.java ├── compareTo.class ├── compareTo.java ├── conceation.class ├── conceation.java ├── first.class └── first.java ├── 08_Bit_Manipulation ├── GetBit.class ├── GetBit.java ├── clearBit.class ├── clearBit.java ├── decimal_to_binary.cpp ├── setBit.class ├── setBit.java ├── unique_number.cpp ├── unique_number.exe ├── updateBit.class └── updateBit.java ├── 102_decision_tree_and_random_forest_project.ipynb ├── 2sum.cpp ├── All Tree travesal in single one ├── ArraysDS ├── Find_Pivot_Index_arrays.cpp ├── Kadane's_algo.cpp ├── KthLargestSumSubarray.cpp ├── ReverseArray.java ├── SparseMatrix.java ├── chocolate_distribution.cpp ├── deletion_in_array.cpp ├── insertion_in_array.cpp ├── median_of_sorted_array.cpp ├── sort0_1_2.cpp └── toeplitz_matrix.swift ├── BMI Calculator.PY ├── Bellman_Ford.java ├── BiasedStandings.cpp ├── Binary_Search.cpp ├── Bit Masking ├── Bitmasking.txt ├── Bitwise Manipulation ├── complimentOfBase10 ├── getBit setBit resetBit ├── rotate_bits.cpp └── subsetOfStringBitwiseWay.cpp ├── BreadthFirstSearch.cpp ├── CPPProgramtodetermine levelofeachnodeandprintlevel.cpp ├── Countdown timer.py ├── Currency Convertor ├── Decimal_to_binary.cpp ├── Dinic'sAlgorithm.cpp ├── Doubly Linked List.c ├── Doubly_Linked_List.cpp ├── Dynamic Programming ├── BinomialCofficient.cpp ├── DP.txt ├── Edit Distance.cpp ├── FriendsPairingProblem.cpp ├── GoldMineProblem.cpp ├── LongestPalindromicSubsequence.cpp ├── LongestPalindromicSubsequence.exe ├── MatixChainMultiplication.cpp ├── RodCuttingProblem.cpp ├── Scramble_String.cpp ├── fibonacci.cpp ├── houserobber.cpp ├── nthCatalnNumber.cpp ├── pairs.cpp ├── subset_problem.cpp ├── wildcard_matching.cpp └── wordWrap.cpp ├── EulerianPath.cpp ├── Graph ├── BFS traversal.cpp ├── Bellman Ford algorithm.cpp ├── DFS traversal.cpp ├── Dijkstra's Algorithm.cpp ├── Floyd_Warshall_Algorithm.cpp ├── Graph.txt ├── GraphColringBacktracking.c ├── Kahn’s algorithm for Topological Sorting.cpp ├── Kosaraju's Algo.cpp ├── Kruskal_Algorithm.cpp ├── Prims.c ├── Prims_Algorithm ├── Tarjan's Algorithm ├── bfs.cpp ├── dfs.cpp ├── topological sort └── topologicalSort.cpp ├── HashTableSeperateChaining.cpp ├── Hopcroft-karp-algorithm.cpp ├── HuffmanCoding.cpp ├── Infix_to_Postfix.c ├── InsertioninSortedLinkedList.cpp ├── InverseLinkedList.cpp ├── Java └── garbage_collection.java ├── K-Means Clustering.ipynb ├── Knapsack.java ├── Kruskal's ALgorithm.cpp ├── Lap timer.py ├── Largest_number_from_given_array.cpp ├── Linked list.cpp ├── LinkedList ├── AddTwoNumbersRepresentedByLinkedList.java ├── Circular Linked List ├── CircularLinkedList.c ├── CircularSinglyLinkedList.cpp ├── Convert singly linkedlistintocircularlinkedlist.cpp ├── DLL.cpp ├── Delete a nodeinaDoublyLinkedList.cpp ├── FindIntersection.cpp ├── Flatten a Multilevel Doubly Linked List.cpp ├── FloydDetectionLoop.cpp ├── InsertNodeAtEnd.c ├── IntersectionOfLinkedList.cpp ├── LinkedList.txt ├── LinkedListAllfunctions.cpp ├── LinkedListAndOperations.swift ├── Merge_Two_Sorted_LL.cpp ├── Middle of Linked List ├── Palindrome_LinkedList.cpp ├── Queue_using_linked_list.c ├── RemoveDuplicatesfromSortedList.cpp ├── Remove_Duplicates_from_Sorted_List.cpp ├── Remove_Nth_Node_From_End_of_List.cpp ├── Reverse.cpp ├── SearchInLinkedList.c ├── SwapNodesInPair.cpp ├── Swap_two_Nodes_of_LL.cpp ├── addKnodes.cpp ├── cycleDetection.cpp ├── detect&removeLOopInLL.cpp ├── detectLoop.cpp ├── insertNodes ├── kReverse.cpp ├── leetcodeReverseNodesInKGroupsSol ├── merge_Two_sorted_linkedList..java ├── middleOfALinkedListLeetcodeSol ├── nth_node_from_last_node.c ├── polynomial_multiply_linkedlist.cpp ├── singly linked list is Palindrome ├── split_circular_linkedlist.cpp └── tempCodeRunnerFile.cpp ├── Linkedlist.cpp ├── Longest Substring Without Repeating Characters ├── MatrixChain.c ├── Maxheap.py ├── Merge sort.py ├── NQueens Problem.c ├── OpenAdressingQuadraticProbing.cpp ├── Python3programtoimplementsortingaqueuedatastructure.py ├── README.md ├── Rat in maze.cpp ├── Readme.md.txt ├── Recursion ├── ArraySum.java ├── CombinationFormula.cpp ├── HeapSort.cpp ├── Insertion_Sort.cpp ├── IsPalindrome.cpp ├── JavascriptcodeShowingTailRecursion.js ├── Josephus.cpp ├── NQueensProbleam.cpp ├── Next Permutation of ARRAY ├── NumberOfDigitOne.cpp ├── Print_1_to_N_Recursion.cpp ├── Print_N_to_1.cpp ├── Quicksort.cpp ├── RatInAMaze.cpp ├── Recaman's_Sequence.cpp ├── Recursion.txt ├── ReorderList.cpp ├── Replace pi (recursive).cpp ├── Reverse A Number Using Recursion ├── Roti_Prata.cpp ├── Subarrays ├── Subarrays.cpp ├── Subset Problem ├── SwapNodesInPairs.cpp ├── Taylor Series using Recursion ├── factorial.cpp ├── factorial_using_recursion.cpp ├── fibonacci.cpp ├── keypad_combinations.cpp ├── knight_tour.cpp ├── ladder_problem.cpp ├── merge_k_sorted_arrays.cpp ├── mergesort.cpp ├── onaci_num.cpp ├── quicksort.cpp ├── recursion_working_code.cpp ├── recusrivebubblesort.cpp ├── selection_sort.cpp ├── spiral_matrix.swift ├── subsequence.cpp ├── sudoku.cpp ├── taylor_series.cpp └── tower_of_hanoi.cpp ├── Recursion_Fibonacci_Series.java ├── Recursionproblem.cpp ├── Rotate_linkedlist.cpp ├── Searching ├── BinarySearch.java └── linearsearch.c ├── Searching_element_inarray.cpp ├── Sliding Window ├── housing.cpp ├── housing.exe ├── stringWindow.cpp ├── stringWindow.exe ├── uniqueSubs.cpp └── uniqueSubs.exe ├── Small.java ├── SmallestElement.java ├── Snake _game.py ├── Sorting ├── MergeSort.java ├── bubble_sort.cpp ├── bucketSort.cpp ├── bucket_sort.cpp ├── count_sort.cpp ├── countingSort.cpp ├── heap_sort_array.swift ├── insertion_sort.cpp ├── minSwaps.cpp ├── quickSort.cpp ├── radixSort.cpp ├── radix_sort.cpp └── selection_sort.c ├── Stacks and Queues ├── Check_redundant_brackets.cpp ├── EvaluationofPostFixExpression.c ├── Implementation of Queue using Linked List ├── LIFOStackimplementationusingaPythonlistasitsunderlyingstorage.py ├── NextGreaterElement.cpp ├── Postfixvevaluation.c ├── Queue_using_stack.c ├── Reverse a String using Stack.cpp ├── Reverse_Queue.cpp ├── Reverse_a_Stack.cpp ├── Reversing A queue Using Stack ├── Stack.c ├── Stacks and Queues.txt ├── Stock Span.cpp ├── StringPalindromeusingstack.c ├── Towerofhanoi.c ├── array_implementation_stacks.cpp ├── balancedparentheses.cpp ├── infixtopostfix.c ├── infixtopostfix.cpp ├── largest multiple of 3(using queue).cpp ├── reverse_stack_using_recursion.cpp ├── stackUsingQueue.cpp └── stack_sort.cpp ├── Subarray with given sum ├── TernarySearch.cpp ├── Trees ├── AVL_Tree.cpp ├── BST.cpp ├── BinaryTreeLevelOrder.cpp ├── LCA.cpp ├── SymmetricTree.cpp ├── Trees.txt ├── convertDLL.cpp └── pathSum.cpp ├── Union-Find Algorithm ├── Z_Algorithm.java ├── arm_strong.cpp ├── binary_to_decimal_conversion.cpp ├── bubble_sort.py ├── circular single linked list ├── convert binary to decimal.cpp ├── decimal_to_binary_conversion.cpp ├── deep ├── dfs code ├── dfs.cpp ├── dsa recursion problem word break ├── house prediction.ipynb ├── inorder tree.cpp ├── k_means.py ├── leet code question solution of linked list ├── leetcode-17-letter-combinations-of-a-phone-number.cpp ├── linked list problem.cpp ├── linklist.cpp ├── live_weather.py ├── map algo.cpp ├── maximize_toys.cpp ├── median of two sorted array.cpp ├── prime_number.cpp ├── quick_sort.cpp ├── radixSort.cpp ├── recursion problem.cpp ├── remove linkedlist elements.cpp ├── reverseastringusingrecursion.cpp ├── star.java ├── strings └── Longest Substring Without Repeating Characters.cpp ├── sudoku_solver.cpp ├── sum_of_digits.cpp └── sum_of_subset.cpp /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/.DS_Store -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /06_Array/Array/Array.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/Array.iml -------------------------------------------------------------------------------- /06_Array/Array/mvnw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/mvnw -------------------------------------------------------------------------------- /06_Array/Array/mvnw.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/mvnw.cmd -------------------------------------------------------------------------------- /06_Array/Array/out/production/Array/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/out/production/Array/Main.class -------------------------------------------------------------------------------- /06_Array/Array/out/production/Array/New.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/out/production/Array/New.class -------------------------------------------------------------------------------- /06_Array/Array/out/production/Array/Objects.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/out/production/Array/Objects.class -------------------------------------------------------------------------------- /06_Array/Array/out/production/Array/TwoDAArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/out/production/Array/TwoDAArray.class -------------------------------------------------------------------------------- /06_Array/Array/out/production/Array/toString.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/out/production/Array/toString.class -------------------------------------------------------------------------------- /06_Array/Array/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/pom.xml -------------------------------------------------------------------------------- /06_Array/Array/src/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/Main.java -------------------------------------------------------------------------------- /06_Array/Array/src/New.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/New.java -------------------------------------------------------------------------------- /06_Array/Array/src/Objects.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/Objects.java -------------------------------------------------------------------------------- /06_Array/Array/src/TwoDAArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/TwoDAArray.java -------------------------------------------------------------------------------- /06_Array/Array/src/main/java/com/example/array/HelloApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/main/java/com/example/array/HelloApplication.java -------------------------------------------------------------------------------- /06_Array/Array/src/main/java/com/example/array/HelloController.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/main/java/com/example/array/HelloController.java -------------------------------------------------------------------------------- /06_Array/Array/src/main/java/module-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/main/java/module-info.java -------------------------------------------------------------------------------- /06_Array/Array/src/main/resources/com/example/array/hello-view.fxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/main/resources/com/example/array/hello-view.fxml -------------------------------------------------------------------------------- /06_Array/Array/src/toString.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/src/toString.java -------------------------------------------------------------------------------- /06_Array/Array/target/classes/com/example/array/hello-view.fxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/Array/target/classes/com/example/array/hello-view.fxml -------------------------------------------------------------------------------- /06_Array/ArrayDeclartion.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/ArrayDeclartion.class -------------------------------------------------------------------------------- /06_Array/ArrayDeclartion.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/ArrayDeclartion.java -------------------------------------------------------------------------------- /06_Array/arrayDeclartion2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/arrayDeclartion2.class -------------------------------------------------------------------------------- /06_Array/arrayDeclartion2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/arrayDeclartion2.java -------------------------------------------------------------------------------- /06_Array/arrayFInder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/arrayFInder.class -------------------------------------------------------------------------------- /06_Array/arrayFInder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/arrayFInder.java -------------------------------------------------------------------------------- /06_Array/creatingArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/creatingArray.class -------------------------------------------------------------------------------- /06_Array/creatingArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/06_Array/creatingArray.java -------------------------------------------------------------------------------- /07_String/StringBuilder/StringBuilderAppend.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/StringBuilder/StringBuilderAppend.class -------------------------------------------------------------------------------- /07_String/StringBuilder/StringBuilderAppend.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/StringBuilder/StringBuilderAppend.java -------------------------------------------------------------------------------- /07_String/StringBuilder/stringBuilderTemplate.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/StringBuilder/stringBuilderTemplate.class -------------------------------------------------------------------------------- /07_String/StringBuilder/tempCodeRunnerFile.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/StringBuilder/tempCodeRunnerFile.java -------------------------------------------------------------------------------- /07_String/StringMethods.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/StringMethods.class -------------------------------------------------------------------------------- /07_String/StringMethods.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/StringMethods.java -------------------------------------------------------------------------------- /07_String/compareTo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/compareTo.class -------------------------------------------------------------------------------- /07_String/compareTo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/compareTo.java -------------------------------------------------------------------------------- /07_String/conceation.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/conceation.class -------------------------------------------------------------------------------- /07_String/conceation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/conceation.java -------------------------------------------------------------------------------- /07_String/first.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/first.class -------------------------------------------------------------------------------- /07_String/first.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/07_String/first.java -------------------------------------------------------------------------------- /08_Bit_Manipulation/GetBit.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/GetBit.class -------------------------------------------------------------------------------- /08_Bit_Manipulation/GetBit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/GetBit.java -------------------------------------------------------------------------------- /08_Bit_Manipulation/clearBit.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/clearBit.class -------------------------------------------------------------------------------- /08_Bit_Manipulation/clearBit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/clearBit.java -------------------------------------------------------------------------------- /08_Bit_Manipulation/decimal_to_binary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/decimal_to_binary.cpp -------------------------------------------------------------------------------- /08_Bit_Manipulation/setBit.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/setBit.class -------------------------------------------------------------------------------- /08_Bit_Manipulation/setBit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/setBit.java -------------------------------------------------------------------------------- /08_Bit_Manipulation/unique_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/unique_number.cpp -------------------------------------------------------------------------------- /08_Bit_Manipulation/unique_number.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/unique_number.exe -------------------------------------------------------------------------------- /08_Bit_Manipulation/updateBit.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/updateBit.class -------------------------------------------------------------------------------- /08_Bit_Manipulation/updateBit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/08_Bit_Manipulation/updateBit.java -------------------------------------------------------------------------------- /102_decision_tree_and_random_forest_project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/102_decision_tree_and_random_forest_project.ipynb -------------------------------------------------------------------------------- /2sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/2sum.cpp -------------------------------------------------------------------------------- /All Tree travesal in single one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/All Tree travesal in single one -------------------------------------------------------------------------------- /ArraysDS/Find_Pivot_Index_arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/Find_Pivot_Index_arrays.cpp -------------------------------------------------------------------------------- /ArraysDS/Kadane's_algo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/Kadane's_algo.cpp -------------------------------------------------------------------------------- /ArraysDS/KthLargestSumSubarray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/KthLargestSumSubarray.cpp -------------------------------------------------------------------------------- /ArraysDS/ReverseArray.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/ReverseArray.java -------------------------------------------------------------------------------- /ArraysDS/SparseMatrix.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/SparseMatrix.java -------------------------------------------------------------------------------- /ArraysDS/chocolate_distribution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/chocolate_distribution.cpp -------------------------------------------------------------------------------- /ArraysDS/deletion_in_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/deletion_in_array.cpp -------------------------------------------------------------------------------- /ArraysDS/insertion_in_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/insertion_in_array.cpp -------------------------------------------------------------------------------- /ArraysDS/median_of_sorted_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/median_of_sorted_array.cpp -------------------------------------------------------------------------------- /ArraysDS/sort0_1_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/sort0_1_2.cpp -------------------------------------------------------------------------------- /ArraysDS/toeplitz_matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/ArraysDS/toeplitz_matrix.swift -------------------------------------------------------------------------------- /BMI Calculator.PY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/BMI Calculator.PY -------------------------------------------------------------------------------- /Bellman_Ford.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Bellman_Ford.java -------------------------------------------------------------------------------- /BiasedStandings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/BiasedStandings.cpp -------------------------------------------------------------------------------- /Binary_Search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Binary_Search.cpp -------------------------------------------------------------------------------- /Bit Masking/Bitmasking.txt: -------------------------------------------------------------------------------- 1 | Start With problems in Bit Masking 2 | -------------------------------------------------------------------------------- /Bit Masking/Bitwise Manipulation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Bit Masking/Bitwise Manipulation -------------------------------------------------------------------------------- /Bit Masking/complimentOfBase10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Bit Masking/complimentOfBase10 -------------------------------------------------------------------------------- /Bit Masking/getBit setBit resetBit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Bit Masking/getBit setBit resetBit -------------------------------------------------------------------------------- /Bit Masking/rotate_bits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Bit Masking/rotate_bits.cpp -------------------------------------------------------------------------------- /Bit Masking/subsetOfStringBitwiseWay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Bit Masking/subsetOfStringBitwiseWay.cpp -------------------------------------------------------------------------------- /BreadthFirstSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/BreadthFirstSearch.cpp -------------------------------------------------------------------------------- /CPPProgramtodetermine levelofeachnodeandprintlevel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/CPPProgramtodetermine levelofeachnodeandprintlevel.cpp -------------------------------------------------------------------------------- /Countdown timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Countdown timer.py -------------------------------------------------------------------------------- /Currency Convertor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Currency Convertor -------------------------------------------------------------------------------- /Decimal_to_binary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Decimal_to_binary.cpp -------------------------------------------------------------------------------- /Dinic'sAlgorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dinic'sAlgorithm.cpp -------------------------------------------------------------------------------- /Doubly Linked List.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Doubly Linked List.c -------------------------------------------------------------------------------- /Doubly_Linked_List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Doubly_Linked_List.cpp -------------------------------------------------------------------------------- /Dynamic Programming/BinomialCofficient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/BinomialCofficient.cpp -------------------------------------------------------------------------------- /Dynamic Programming/DP.txt: -------------------------------------------------------------------------------- 1 | Start With problems in Dynamic Programming 2 | 3 | -------------------------------------------------------------------------------- /Dynamic Programming/Edit Distance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/Edit Distance.cpp -------------------------------------------------------------------------------- /Dynamic Programming/FriendsPairingProblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/FriendsPairingProblem.cpp -------------------------------------------------------------------------------- /Dynamic Programming/GoldMineProblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/GoldMineProblem.cpp -------------------------------------------------------------------------------- /Dynamic Programming/LongestPalindromicSubsequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/LongestPalindromicSubsequence.cpp -------------------------------------------------------------------------------- /Dynamic Programming/LongestPalindromicSubsequence.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/LongestPalindromicSubsequence.exe -------------------------------------------------------------------------------- /Dynamic Programming/MatixChainMultiplication.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/MatixChainMultiplication.cpp -------------------------------------------------------------------------------- /Dynamic Programming/RodCuttingProblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/RodCuttingProblem.cpp -------------------------------------------------------------------------------- /Dynamic Programming/Scramble_String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/Scramble_String.cpp -------------------------------------------------------------------------------- /Dynamic Programming/fibonacci.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/fibonacci.cpp -------------------------------------------------------------------------------- /Dynamic Programming/houserobber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/houserobber.cpp -------------------------------------------------------------------------------- /Dynamic Programming/nthCatalnNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/nthCatalnNumber.cpp -------------------------------------------------------------------------------- /Dynamic Programming/pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/pairs.cpp -------------------------------------------------------------------------------- /Dynamic Programming/subset_problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/subset_problem.cpp -------------------------------------------------------------------------------- /Dynamic Programming/wildcard_matching.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/wildcard_matching.cpp -------------------------------------------------------------------------------- /Dynamic Programming/wordWrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Dynamic Programming/wordWrap.cpp -------------------------------------------------------------------------------- /EulerianPath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/EulerianPath.cpp -------------------------------------------------------------------------------- /Graph/BFS traversal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/BFS traversal.cpp -------------------------------------------------------------------------------- /Graph/Bellman Ford algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Bellman Ford algorithm.cpp -------------------------------------------------------------------------------- /Graph/DFS traversal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/DFS traversal.cpp -------------------------------------------------------------------------------- /Graph/Dijkstra's Algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Dijkstra's Algorithm.cpp -------------------------------------------------------------------------------- /Graph/Floyd_Warshall_Algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Floyd_Warshall_Algorithm.cpp -------------------------------------------------------------------------------- /Graph/Graph.txt: -------------------------------------------------------------------------------- 1 | Start With problems in Graph 2 | 3 | -------------------------------------------------------------------------------- /Graph/GraphColringBacktracking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/GraphColringBacktracking.c -------------------------------------------------------------------------------- /Graph/Kahn’s algorithm for Topological Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Kahn’s algorithm for Topological Sorting.cpp -------------------------------------------------------------------------------- /Graph/Kosaraju's Algo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Kosaraju's Algo.cpp -------------------------------------------------------------------------------- /Graph/Kruskal_Algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Kruskal_Algorithm.cpp -------------------------------------------------------------------------------- /Graph/Prims.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Prims.c -------------------------------------------------------------------------------- /Graph/Prims_Algorithm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Prims_Algorithm -------------------------------------------------------------------------------- /Graph/Tarjan's Algorithm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/Tarjan's Algorithm -------------------------------------------------------------------------------- /Graph/bfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/bfs.cpp -------------------------------------------------------------------------------- /Graph/dfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/dfs.cpp -------------------------------------------------------------------------------- /Graph/topological sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/topological sort -------------------------------------------------------------------------------- /Graph/topologicalSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Graph/topologicalSort.cpp -------------------------------------------------------------------------------- /HashTableSeperateChaining.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/HashTableSeperateChaining.cpp -------------------------------------------------------------------------------- /Hopcroft-karp-algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Hopcroft-karp-algorithm.cpp -------------------------------------------------------------------------------- /HuffmanCoding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/HuffmanCoding.cpp -------------------------------------------------------------------------------- /Infix_to_Postfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Infix_to_Postfix.c -------------------------------------------------------------------------------- /InsertioninSortedLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/InsertioninSortedLinkedList.cpp -------------------------------------------------------------------------------- /InverseLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/InverseLinkedList.cpp -------------------------------------------------------------------------------- /Java/garbage_collection.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Java/garbage_collection.java -------------------------------------------------------------------------------- /K-Means Clustering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/K-Means Clustering.ipynb -------------------------------------------------------------------------------- /Knapsack.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Knapsack.java -------------------------------------------------------------------------------- /Kruskal's ALgorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Kruskal's ALgorithm.cpp -------------------------------------------------------------------------------- /Lap timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Lap timer.py -------------------------------------------------------------------------------- /Largest_number_from_given_array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Largest_number_from_given_array.cpp -------------------------------------------------------------------------------- /Linked list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Linked list.cpp -------------------------------------------------------------------------------- /LinkedList/AddTwoNumbersRepresentedByLinkedList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/AddTwoNumbersRepresentedByLinkedList.java -------------------------------------------------------------------------------- /LinkedList/Circular Linked List: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Circular Linked List -------------------------------------------------------------------------------- /LinkedList/CircularLinkedList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/CircularLinkedList.c -------------------------------------------------------------------------------- /LinkedList/CircularSinglyLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/CircularSinglyLinkedList.cpp -------------------------------------------------------------------------------- /LinkedList/Convert singly linkedlistintocircularlinkedlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Convert singly linkedlistintocircularlinkedlist.cpp -------------------------------------------------------------------------------- /LinkedList/DLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/DLL.cpp -------------------------------------------------------------------------------- /LinkedList/Delete a nodeinaDoublyLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Delete a nodeinaDoublyLinkedList.cpp -------------------------------------------------------------------------------- /LinkedList/FindIntersection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/FindIntersection.cpp -------------------------------------------------------------------------------- /LinkedList/Flatten a Multilevel Doubly Linked List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Flatten a Multilevel Doubly Linked List.cpp -------------------------------------------------------------------------------- /LinkedList/FloydDetectionLoop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/FloydDetectionLoop.cpp -------------------------------------------------------------------------------- /LinkedList/InsertNodeAtEnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/InsertNodeAtEnd.c -------------------------------------------------------------------------------- /LinkedList/IntersectionOfLinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/IntersectionOfLinkedList.cpp -------------------------------------------------------------------------------- /LinkedList/LinkedList.txt: -------------------------------------------------------------------------------- 1 | Start With problems in LinkedList 2 | -------------------------------------------------------------------------------- /LinkedList/LinkedListAllfunctions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/LinkedListAllfunctions.cpp -------------------------------------------------------------------------------- /LinkedList/LinkedListAndOperations.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/LinkedListAndOperations.swift -------------------------------------------------------------------------------- /LinkedList/Merge_Two_Sorted_LL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Merge_Two_Sorted_LL.cpp -------------------------------------------------------------------------------- /LinkedList/Middle of Linked List: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Middle of Linked List -------------------------------------------------------------------------------- /LinkedList/Palindrome_LinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Palindrome_LinkedList.cpp -------------------------------------------------------------------------------- /LinkedList/Queue_using_linked_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Queue_using_linked_list.c -------------------------------------------------------------------------------- /LinkedList/RemoveDuplicatesfromSortedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/RemoveDuplicatesfromSortedList.cpp -------------------------------------------------------------------------------- /LinkedList/Remove_Duplicates_from_Sorted_List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Remove_Duplicates_from_Sorted_List.cpp -------------------------------------------------------------------------------- /LinkedList/Remove_Nth_Node_From_End_of_List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Remove_Nth_Node_From_End_of_List.cpp -------------------------------------------------------------------------------- /LinkedList/Reverse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Reverse.cpp -------------------------------------------------------------------------------- /LinkedList/SearchInLinkedList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/SearchInLinkedList.c -------------------------------------------------------------------------------- /LinkedList/SwapNodesInPair.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/SwapNodesInPair.cpp -------------------------------------------------------------------------------- /LinkedList/Swap_two_Nodes_of_LL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/Swap_two_Nodes_of_LL.cpp -------------------------------------------------------------------------------- /LinkedList/addKnodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/addKnodes.cpp -------------------------------------------------------------------------------- /LinkedList/cycleDetection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/cycleDetection.cpp -------------------------------------------------------------------------------- /LinkedList/detect&removeLOopInLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/detect&removeLOopInLL.cpp -------------------------------------------------------------------------------- /LinkedList/detectLoop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/detectLoop.cpp -------------------------------------------------------------------------------- /LinkedList/insertNodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/insertNodes -------------------------------------------------------------------------------- /LinkedList/kReverse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/kReverse.cpp -------------------------------------------------------------------------------- /LinkedList/leetcodeReverseNodesInKGroupsSol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/leetcodeReverseNodesInKGroupsSol -------------------------------------------------------------------------------- /LinkedList/merge_Two_sorted_linkedList..java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/merge_Two_sorted_linkedList..java -------------------------------------------------------------------------------- /LinkedList/middleOfALinkedListLeetcodeSol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/middleOfALinkedListLeetcodeSol -------------------------------------------------------------------------------- /LinkedList/nth_node_from_last_node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/nth_node_from_last_node.c -------------------------------------------------------------------------------- /LinkedList/polynomial_multiply_linkedlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/polynomial_multiply_linkedlist.cpp -------------------------------------------------------------------------------- /LinkedList/singly linked list is Palindrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/singly linked list is Palindrome -------------------------------------------------------------------------------- /LinkedList/split_circular_linkedlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/split_circular_linkedlist.cpp -------------------------------------------------------------------------------- /LinkedList/tempCodeRunnerFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/LinkedList/tempCodeRunnerFile.cpp -------------------------------------------------------------------------------- /Linkedlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Linkedlist.cpp -------------------------------------------------------------------------------- /Longest Substring Without Repeating Characters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Longest Substring Without Repeating Characters -------------------------------------------------------------------------------- /MatrixChain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/MatrixChain.c -------------------------------------------------------------------------------- /Maxheap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Maxheap.py -------------------------------------------------------------------------------- /Merge sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Merge sort.py -------------------------------------------------------------------------------- /NQueens Problem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/NQueens Problem.c -------------------------------------------------------------------------------- /OpenAdressingQuadraticProbing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/OpenAdressingQuadraticProbing.cpp -------------------------------------------------------------------------------- /Python3programtoimplementsortingaqueuedatastructure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Python3programtoimplementsortingaqueuedatastructure.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/README.md -------------------------------------------------------------------------------- /Rat in maze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Rat in maze.cpp -------------------------------------------------------------------------------- /Readme.md.txt: -------------------------------------------------------------------------------- 1 | Algo-Bucket -------------------------------------------------------------------------------- /Recursion/ArraySum.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/ArraySum.java -------------------------------------------------------------------------------- /Recursion/CombinationFormula.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/CombinationFormula.cpp -------------------------------------------------------------------------------- /Recursion/HeapSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/HeapSort.cpp -------------------------------------------------------------------------------- /Recursion/Insertion_Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Insertion_Sort.cpp -------------------------------------------------------------------------------- /Recursion/IsPalindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/IsPalindrome.cpp -------------------------------------------------------------------------------- /Recursion/JavascriptcodeShowingTailRecursion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/JavascriptcodeShowingTailRecursion.js -------------------------------------------------------------------------------- /Recursion/Josephus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Josephus.cpp -------------------------------------------------------------------------------- /Recursion/NQueensProbleam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/NQueensProbleam.cpp -------------------------------------------------------------------------------- /Recursion/Next Permutation of ARRAY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Next Permutation of ARRAY -------------------------------------------------------------------------------- /Recursion/NumberOfDigitOne.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/NumberOfDigitOne.cpp -------------------------------------------------------------------------------- /Recursion/Print_1_to_N_Recursion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Print_1_to_N_Recursion.cpp -------------------------------------------------------------------------------- /Recursion/Print_N_to_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Print_N_to_1.cpp -------------------------------------------------------------------------------- /Recursion/Quicksort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Quicksort.cpp -------------------------------------------------------------------------------- /Recursion/RatInAMaze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/RatInAMaze.cpp -------------------------------------------------------------------------------- /Recursion/Recaman's_Sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Recaman's_Sequence.cpp -------------------------------------------------------------------------------- /Recursion/Recursion.txt: -------------------------------------------------------------------------------- 1 | Start With problems in Recursion 2 | 3 | 4 | -------------------------------------------------------------------------------- /Recursion/ReorderList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/ReorderList.cpp -------------------------------------------------------------------------------- /Recursion/Replace pi (recursive).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Replace pi (recursive).cpp -------------------------------------------------------------------------------- /Recursion/Reverse A Number Using Recursion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Reverse A Number Using Recursion -------------------------------------------------------------------------------- /Recursion/Roti_Prata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Roti_Prata.cpp -------------------------------------------------------------------------------- /Recursion/Subarrays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Subarrays -------------------------------------------------------------------------------- /Recursion/Subarrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Subarrays.cpp -------------------------------------------------------------------------------- /Recursion/Subset Problem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Subset Problem -------------------------------------------------------------------------------- /Recursion/SwapNodesInPairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/SwapNodesInPairs.cpp -------------------------------------------------------------------------------- /Recursion/Taylor Series using Recursion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/Taylor Series using Recursion -------------------------------------------------------------------------------- /Recursion/factorial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/factorial.cpp -------------------------------------------------------------------------------- /Recursion/factorial_using_recursion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/factorial_using_recursion.cpp -------------------------------------------------------------------------------- /Recursion/fibonacci.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/fibonacci.cpp -------------------------------------------------------------------------------- /Recursion/keypad_combinations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/keypad_combinations.cpp -------------------------------------------------------------------------------- /Recursion/knight_tour.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/knight_tour.cpp -------------------------------------------------------------------------------- /Recursion/ladder_problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/ladder_problem.cpp -------------------------------------------------------------------------------- /Recursion/merge_k_sorted_arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/merge_k_sorted_arrays.cpp -------------------------------------------------------------------------------- /Recursion/mergesort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/mergesort.cpp -------------------------------------------------------------------------------- /Recursion/onaci_num.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/onaci_num.cpp -------------------------------------------------------------------------------- /Recursion/quicksort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/quicksort.cpp -------------------------------------------------------------------------------- /Recursion/recursion_working_code.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/recursion_working_code.cpp -------------------------------------------------------------------------------- /Recursion/recusrivebubblesort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/recusrivebubblesort.cpp -------------------------------------------------------------------------------- /Recursion/selection_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/selection_sort.cpp -------------------------------------------------------------------------------- /Recursion/spiral_matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/spiral_matrix.swift -------------------------------------------------------------------------------- /Recursion/subsequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/subsequence.cpp -------------------------------------------------------------------------------- /Recursion/sudoku.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/sudoku.cpp -------------------------------------------------------------------------------- /Recursion/taylor_series.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/taylor_series.cpp -------------------------------------------------------------------------------- /Recursion/tower_of_hanoi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion/tower_of_hanoi.cpp -------------------------------------------------------------------------------- /Recursion_Fibonacci_Series.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursion_Fibonacci_Series.java -------------------------------------------------------------------------------- /Recursionproblem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Recursionproblem.cpp -------------------------------------------------------------------------------- /Rotate_linkedlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Rotate_linkedlist.cpp -------------------------------------------------------------------------------- /Searching/BinarySearch.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Searching/BinarySearch.java -------------------------------------------------------------------------------- /Searching/linearsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Searching/linearsearch.c -------------------------------------------------------------------------------- /Searching_element_inarray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Searching_element_inarray.cpp -------------------------------------------------------------------------------- /Sliding Window/housing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sliding Window/housing.cpp -------------------------------------------------------------------------------- /Sliding Window/housing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sliding Window/housing.exe -------------------------------------------------------------------------------- /Sliding Window/stringWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sliding Window/stringWindow.cpp -------------------------------------------------------------------------------- /Sliding Window/stringWindow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sliding Window/stringWindow.exe -------------------------------------------------------------------------------- /Sliding Window/uniqueSubs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sliding Window/uniqueSubs.cpp -------------------------------------------------------------------------------- /Sliding Window/uniqueSubs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sliding Window/uniqueSubs.exe -------------------------------------------------------------------------------- /Small.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Small.java -------------------------------------------------------------------------------- /SmallestElement.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/SmallestElement.java -------------------------------------------------------------------------------- /Snake _game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Snake _game.py -------------------------------------------------------------------------------- /Sorting/MergeSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/MergeSort.java -------------------------------------------------------------------------------- /Sorting/bubble_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/bubble_sort.cpp -------------------------------------------------------------------------------- /Sorting/bucketSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/bucketSort.cpp -------------------------------------------------------------------------------- /Sorting/bucket_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/bucket_sort.cpp -------------------------------------------------------------------------------- /Sorting/count_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/count_sort.cpp -------------------------------------------------------------------------------- /Sorting/countingSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/countingSort.cpp -------------------------------------------------------------------------------- /Sorting/heap_sort_array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/heap_sort_array.swift -------------------------------------------------------------------------------- /Sorting/insertion_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/insertion_sort.cpp -------------------------------------------------------------------------------- /Sorting/minSwaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/minSwaps.cpp -------------------------------------------------------------------------------- /Sorting/quickSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/quickSort.cpp -------------------------------------------------------------------------------- /Sorting/radixSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/radixSort.cpp -------------------------------------------------------------------------------- /Sorting/radix_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/radix_sort.cpp -------------------------------------------------------------------------------- /Sorting/selection_sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Sorting/selection_sort.c -------------------------------------------------------------------------------- /Stacks and Queues/Check_redundant_brackets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Check_redundant_brackets.cpp -------------------------------------------------------------------------------- /Stacks and Queues/EvaluationofPostFixExpression.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/EvaluationofPostFixExpression.c -------------------------------------------------------------------------------- /Stacks and Queues/Implementation of Queue using Linked List: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Implementation of Queue using Linked List -------------------------------------------------------------------------------- /Stacks and Queues/LIFOStackimplementationusingaPythonlistasitsunderlyingstorage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/LIFOStackimplementationusingaPythonlistasitsunderlyingstorage.py -------------------------------------------------------------------------------- /Stacks and Queues/NextGreaterElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/NextGreaterElement.cpp -------------------------------------------------------------------------------- /Stacks and Queues/Postfixvevaluation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Postfixvevaluation.c -------------------------------------------------------------------------------- /Stacks and Queues/Queue_using_stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Queue_using_stack.c -------------------------------------------------------------------------------- /Stacks and Queues/Reverse a String using Stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Reverse a String using Stack.cpp -------------------------------------------------------------------------------- /Stacks and Queues/Reverse_Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Reverse_Queue.cpp -------------------------------------------------------------------------------- /Stacks and Queues/Reverse_a_Stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Reverse_a_Stack.cpp -------------------------------------------------------------------------------- /Stacks and Queues/Reversing A queue Using Stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Reversing A queue Using Stack -------------------------------------------------------------------------------- /Stacks and Queues/Stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Stack.c -------------------------------------------------------------------------------- /Stacks and Queues/Stacks and Queues.txt: -------------------------------------------------------------------------------- 1 | Start With problems in Stacks and Queues 2 | 3 | -------------------------------------------------------------------------------- /Stacks and Queues/Stock Span.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Stock Span.cpp -------------------------------------------------------------------------------- /Stacks and Queues/StringPalindromeusingstack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/StringPalindromeusingstack.c -------------------------------------------------------------------------------- /Stacks and Queues/Towerofhanoi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/Towerofhanoi.c -------------------------------------------------------------------------------- /Stacks and Queues/array_implementation_stacks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/array_implementation_stacks.cpp -------------------------------------------------------------------------------- /Stacks and Queues/balancedparentheses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/balancedparentheses.cpp -------------------------------------------------------------------------------- /Stacks and Queues/infixtopostfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/infixtopostfix.c -------------------------------------------------------------------------------- /Stacks and Queues/infixtopostfix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/infixtopostfix.cpp -------------------------------------------------------------------------------- /Stacks and Queues/largest multiple of 3(using queue).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/largest multiple of 3(using queue).cpp -------------------------------------------------------------------------------- /Stacks and Queues/reverse_stack_using_recursion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/reverse_stack_using_recursion.cpp -------------------------------------------------------------------------------- /Stacks and Queues/stackUsingQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/stackUsingQueue.cpp -------------------------------------------------------------------------------- /Stacks and Queues/stack_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Stacks and Queues/stack_sort.cpp -------------------------------------------------------------------------------- /Subarray with given sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Subarray with given sum -------------------------------------------------------------------------------- /TernarySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/TernarySearch.cpp -------------------------------------------------------------------------------- /Trees/AVL_Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Trees/AVL_Tree.cpp -------------------------------------------------------------------------------- /Trees/BST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Trees/BST.cpp -------------------------------------------------------------------------------- /Trees/BinaryTreeLevelOrder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Trees/BinaryTreeLevelOrder.cpp -------------------------------------------------------------------------------- /Trees/LCA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Trees/LCA.cpp -------------------------------------------------------------------------------- /Trees/SymmetricTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Trees/SymmetricTree.cpp -------------------------------------------------------------------------------- /Trees/Trees.txt: -------------------------------------------------------------------------------- 1 | Start With problems in Trees 2 | 3 | -------------------------------------------------------------------------------- /Trees/convertDLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Trees/convertDLL.cpp -------------------------------------------------------------------------------- /Trees/pathSum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Trees/pathSum.cpp -------------------------------------------------------------------------------- /Union-Find Algorithm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Union-Find Algorithm -------------------------------------------------------------------------------- /Z_Algorithm.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/Z_Algorithm.java -------------------------------------------------------------------------------- /arm_strong.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/arm_strong.cpp -------------------------------------------------------------------------------- /binary_to_decimal_conversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/binary_to_decimal_conversion.cpp -------------------------------------------------------------------------------- /bubble_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/bubble_sort.py -------------------------------------------------------------------------------- /circular single linked list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/circular single linked list -------------------------------------------------------------------------------- /convert binary to decimal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/convert binary to decimal.cpp -------------------------------------------------------------------------------- /decimal_to_binary_conversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/decimal_to_binary_conversion.cpp -------------------------------------------------------------------------------- /deep: -------------------------------------------------------------------------------- 1 | hello world 2 | -------------------------------------------------------------------------------- /dfs code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/dfs code -------------------------------------------------------------------------------- /dfs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/dfs.cpp -------------------------------------------------------------------------------- /dsa recursion problem word break: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/dsa recursion problem word break -------------------------------------------------------------------------------- /house prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/house prediction.ipynb -------------------------------------------------------------------------------- /inorder tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/inorder tree.cpp -------------------------------------------------------------------------------- /k_means.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/k_means.py -------------------------------------------------------------------------------- /leet code question solution of linked list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/leet code question solution of linked list -------------------------------------------------------------------------------- /leetcode-17-letter-combinations-of-a-phone-number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/leetcode-17-letter-combinations-of-a-phone-number.cpp -------------------------------------------------------------------------------- /linked list problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/linked list problem.cpp -------------------------------------------------------------------------------- /linklist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/linklist.cpp -------------------------------------------------------------------------------- /live_weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/live_weather.py -------------------------------------------------------------------------------- /map algo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/map algo.cpp -------------------------------------------------------------------------------- /maximize_toys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/maximize_toys.cpp -------------------------------------------------------------------------------- /median of two sorted array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/median of two sorted array.cpp -------------------------------------------------------------------------------- /prime_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/prime_number.cpp -------------------------------------------------------------------------------- /quick_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/quick_sort.cpp -------------------------------------------------------------------------------- /radixSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/radixSort.cpp -------------------------------------------------------------------------------- /recursion problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/recursion problem.cpp -------------------------------------------------------------------------------- /remove linkedlist elements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/remove linkedlist elements.cpp -------------------------------------------------------------------------------- /reverseastringusingrecursion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/reverseastringusingrecursion.cpp -------------------------------------------------------------------------------- /star.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/star.java -------------------------------------------------------------------------------- /strings/Longest Substring Without Repeating Characters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/strings/Longest Substring Without Repeating Characters.cpp -------------------------------------------------------------------------------- /sudoku_solver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/sudoku_solver.cpp -------------------------------------------------------------------------------- /sum_of_digits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/sum_of_digits.cpp -------------------------------------------------------------------------------- /sum_of_subset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therohit777/Hacktober_algo_bucket/HEAD/sum_of_subset.cpp --------------------------------------------------------------------------------