Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kahn's Algorithm Topological Sort #247

Closed
pravin435916 opened this issue Oct 2, 2024 · 2 comments
Closed

Kahn's Algorithm Topological Sort #247

pravin435916 opened this issue Oct 2, 2024 · 2 comments
Assignees
Labels
DSA good first issue Good for newcomers Hacktoberfest contribute for hacktoberfest 2024

Comments

@pravin435916
Copy link
Contributor

pravin435916 commented Oct 2, 2024

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

  1. using a stack to find the topological sort
  2. using Kahn's algorithm to find the topological sort
@pravin435916
Copy link
Contributor Author

@Saloni6111 can you assign this issue to me with hactoberfest label .

@Saloni6111 Saloni6111 added good first issue Good for newcomers Hacktoberfest contribute for hacktoberfest 2024 DSA labels Oct 2, 2024
@Saloni6111
Copy link
Owner

@Saloni6111 can you assign this issue to me with hactoberfest label .

assigned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DSA good first issue Good for newcomers Hacktoberfest contribute for hacktoberfest 2024
Projects
None yet
Development

No branches or pull requests

2 participants