codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Minimum spanning tree algorithms #494

Closed ranimanya closed 2 years ago

ranimanya commented 2 years ago

Here I intend to add algorithms of graph data structure ( Minimum spanning trees ) namely - Prim's algorithm and Kruskal's algorithm in python language.

I'm Gssoc'22 participant. Please respond.

czgdp1807 commented 2 years ago

Already there in pydatastructs/graphs/algorithms.py.