Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Topological Ordering using Kahns Algorithm.

Open Rohithv07 opened this issue 3 years ago • 2 comments

There is Kahn's algorithm which can be used to implement the topological ordering or sort. It uses BFS concept and there is only dfs solution discussed. I am creating a PR for the same. #382

Rohithv07 avatar Jan 10 '22 05:01 Rohithv07

Added a PR for the same, please review

Rohithv07 avatar Jan 10 '22 05:01 Rohithv07

@thepranaygupta please review this issue and the code. Thank you

Rohithv07 avatar Feb 24 '22 11:02 Rohithv07

Any reviews here

Rohithv07 avatar May 10 '23 19:05 Rohithv07