This is just a simple collection of algorithms in various languages. Read the CONTRIBUTING.md file before contributing.
Feel free to contribute any algorithm you can find! 😄
Open an issue if you discover any bugs or issues with any algorithm or any documentation.
Happy Open Sourcing!
- Maximum of Array
- Breadth First Traversal
- Bubble Sort
- Heap Sort
- Quick Sort
- Binomial Coefficient
- Insertion Sort
- Merge Sort
- Floyd Warshall Algorithm
- Graph Coloring using backtracking
- Merge Sort
- Dijkstra Shortest Path
- Caesar's Cipher
- Array Rotation By 1
- Magic Number
- KMP Algorithm
- Matrix Exponentiation
- Disjoint Set Union