shivanshugarg12800 / Algo_GT

This is the Master Repository for all the different algorithms in the world of DSA, be it in any language C++, Java, Python etc.....
12 stars 37 forks source link

Prims algorithm #106

Closed opeeyum closed 2 years ago

opeeyum commented 2 years ago

Is your feature making change to an existing problem/algorithm answer in yes or no No If you are making changes, please describe the type of change in brief else NA A clear and concise description of what you want to happen. No Describe in brief about what new problem/algorithm addition A clear and concise description about the problem. Prim's algorithm, is one of the algorithm to find a minimum spanning tree.