ProAlgos-Cpp icon indicating copy to clipboard operation
ProAlgos-Cpp copied to clipboard

Addition of graph based Algorithms

Open architO21 opened this issue 2 years ago • 3 comments

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.

architO21 avatar Oct 14 '23 04:10 architO21

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[bot] avatar Dec 15 '23 04:12 stale[bot]

I would second this! Happy to help

srsonia2506 avatar Apr 09 '24 20:04 srsonia2506

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 avatar Apr 10 '24 08:04 faheel