Kavya-24 / Snippets

Hacktoberfest 2024
41 stars 279 forks source link

TopologicalSort : Kahn ALgorithm & DFS #355

Closed pravin435916 closed 1 month ago

pravin435916 commented 1 month ago

I would like to add a Topological sort algorithm using C++. @Kavya-24 Please assign me this under the Octoberfest 2024 Label :) and a good first issue

using a BFS to find the topological sort using Kahn's algorithm to find the topological sort