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

moving graph-search from algorithms to data-structures #332

Closed
wants to merge 1 commit into from
Closed

moving graph-search from algorithms to data-structures #332

wants to merge 1 commit into from

Conversation

carlosdaniel26
Copy link
Contributor

graph-search was in algorithms, i moved that to data-structures section.

Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Carlos-Daniel-Dev these algorithms are related to graph search, more specifically to breadth first search (BFS) and depth first search (DFS), not only the graph data structure, that's why they are in the "algorithms" section.

@kelvins kelvins closed this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants