Data-Structures-and-Algorithms
Data-Structures-and-Algorithms copied to clipboard
Topological Ordering using Kahns Algorithm.
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
Added a PR for the same, please review
@thepranaygupta please review this issue and the code. Thank you
Any reviews here