Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 295 Bytes

Named-Algorithm

Some of the famous Named Algorithms commonly used in competitive programming.

  1. Kadane Algorithm aka Maximum Subarray Problem
  2. Morris Traversal
  3. Kahn's Algorithm (for Topological Sorting of a Graph in BFS manner)