Some of the famous Named Algorithms commonly used in competitive programming.
- Kadane Algorithm aka Maximum Subarray Problem
- Morris Traversal
- Kahn's Algorithm (for Topological Sorting of a Graph in BFS manner)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Some of the famous Named Algorithms commonly used in competitive programming.