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

Addition of graph based Algorithms #457

Open
architO21 opened this issue Oct 14, 2023 · 3 comments
Open

Addition of graph based Algorithms #457

architO21 opened this issue Oct 14, 2023 · 3 comments
Labels

Comments

@architO21
Copy link

I noticed that the algorithms section does not contain algorithms based on graph. I would like to work on this issue and add algorithms such as Breadth-first Search, Depth-first Search Djkstras, Edmond Karp etc. Please assign me this issue so that I can start working on it.

Copy link

stale bot commented Dec 15, 2023

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Inactive label Dec 15, 2023
@srsonia2506
Copy link

I would second this! Happy to help

@stale stale bot removed the Inactive label Apr 9, 2024
@faheel
Copy link
Member

faheel commented Apr 10, 2024

For graphs algorithms, we would first have to implement different types of graphs (each in a separate .hpp file under cpp/include/data_structure/graph). You can take a look at the implementation of binary search tree for reference.

Before implementing feel free to share below a skeleton of how the graph data structure's class would look like (including names and types/signatures of data members and member functions) for different types of graphs.

@faheel faheel added the Graph label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants