AlgoHeist
A repository to learn Algorithms via contributing in different languages, contribute as much as you can !!!
Contribute via Algorithms to win the Heist (i.e. winning Hacktoberfest Tee)

Contributing Guidelines
For contributions checkout new updated guidelines
Hacktoberfest 2022 Updates
PRs count if:
As a part of this update your PRs will be marked as hacktoberfest-accepted label before merging and don't get shocked PRs opened in this repository will be counted in the Hacktoberfest 22.
Happy Hacking!
Code Of Conduct
We are following Contributor Covenant Code of Conduct.
Index
backtracking
dynamic_programming
graphs
- Breadth First Search
- Depth First Search
- Dijkstra's Algorithm
- Bellman-Ford Algorithm
- Kruskal's Algorithm
- Topological Sort
- Strongly Connected Components
- Floyd Warshall Algorithm
- Tarjan's Bridge in Graph
-C++
misc
- Binary Arithmetics
- Caesar Cipher
- Closest Pair Problem
- Coin Change Permutation
- Equilibrium Point of an Array
- Euclidean GCD
- Fibonacci XOR
- Kadane's Algorithm
- Ip Tools
- Maximum Non Adjacent Sum
- Nth-Prime
- Prime Factorization
- Spell the Number
- Subarray with Given Sum
- Fibonacci number using Matrix Exponentiation
- Trapping Rain Water
searching
-
Binary Search
- Iterative
- Recursive
- C
- Java
- JavaScript
- Python
- Ruby
-
Linear Search
- Iterative
- C
- C++
- Java
- JavaScript
- Python
- Ruby
- Recursive
-
Ternary Search
sorting
- Bubble Sort
- Ascending
- C - Stable
- C - Unstable
- C++
- Java
- Python
- Go
- Descending
- Heap Sort
- Insertion Sort
- Ascending
- Java - shifting bigger to right
- C
- C++
- Descending
- Java - shifting smaller to right
- Merge Sort
- Quick Sort
- Radix Sort
- Selection Sort
- Ascending
- C - using max element
- C - using min element
- Java - using max element
- JavaScript - using min element
- Go - using min element
- Python - using min element
- Descending
- C - using max element
- C - using min element
- Java - using min element
- Shell Sort
- Bucket Sort
strings
- Anagram
- Palindrome
- Pattern Searching
- Print KPC
- Reverse a String
- Subsequence
©️ TECHOUS 2019-22