UTSAVS26 / PySnippets

Collection of reusable Python code snippets for all.
https://sites.google.com/view/pysnippets/
MIT License
26 stars 63 forks source link

[Feature Request]: Addition of Graph Algorithms #74

Open anirudh-248 opened 1 week ago

anirudh-248 commented 1 week ago

Is there an existing issue for this?

Feature Description

I want to add graph algorithms like BFS, DFS, Prim's, Kruskal's, Dijkstra's, etc. to this package. @UTSAVS26 Please assign this work to me, I think it could be a good contribution to the pysnippets package.

Record

github-actions[bot] commented 1 week ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

PasamTharun commented 1 week ago

Hi @UTSAVS26,

I would like to work on adding graph algorithms like BFS, DFS, Prim's, Kruskal's, and Dijkstra's to the pysnippets package. I think this could be a valuable contribution, and I'm eager to get started. Additionally, I believe incorporating real-world examples (such as network routing, social network analysis, or optimal pathfinding) alongside these algorithms would make the package more practical and useful for users.

Could you please assign this issue to me?

UTSAVS26 commented 1 week ago

Hi @UTSAVS26,

I would like to work on adding graph algorithms like BFS, DFS, Prim's, Kruskal's, and Dijkstra's to the pysnippets package. I think this could be a valuable contribution, and I'm eager to get started. Additionally, I believe incorporating real-world examples (such as network routing, social network analysis, or optimal pathfinding) alongside these algorithms would make the package more practical and useful for users.

Could you please assign this issue to me?

But it is already been assigned and also PR has been raised.