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)
Some of the famous Named Algorithms commonly used in competitive programming.