algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Add topological sorting using Khan's algorithm

Open thejeswar2419 opened this issue 3 weeks ago • 0 comments

Kahn’s Algorithm provides a clear and efficient way to perform topological ordering while also offering built-in cycle detection and avoiding recursion-depth issues.

thejeswar2419 avatar Nov 11 '25 18:11 thejeswar2419