An open API service indexing awesome lists of open source software.

https://github.com/crazystylus/algorithmandcode


https://github.com/crazystylus/algorithmandcode

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Data Structure Algorithms implemented in C++ STL


a) Graph Theory
1. BFS
2. DFS
3. Bridges(Offline_DFS)
4. Cycles(DFS)
b) Array and Dynamic Programming
1. Kadanes Algorithm 1D
2. Largest 1s SubMatrix
3. Largest Contigious Sum
4. Maximum Product SubArray
5. LIS(Strictly Monotonically Increasing)