Vishal1003 / Algorithms

🎓 Important Algorithms and their implementations
MIT License
33 stars 99 forks source link

Documentation and Implementation of Kruskal’s Algorithm for finding Minimum Spanning Tree #51

Closed Vishal1003 closed 4 years ago

Vishal1003 commented 4 years ago

Implement Kruskal’s Algorithm in Java/Cpp and explain the algorithm (proper documentation).

Note :

The code should be well commented so that anyone can understand that. Proper documentation should be provided (either edit the readme or create a new md file and add a link in the readme file under relevant header.

shubhdeep123 commented 4 years ago

Can i work on this too?

Vishal1003 commented 4 years ago

Yes you can

shubhdeep123 commented 4 years ago

@Vishal1003 Here is my PR with proper Documentation and implementation of Kruskal's Algo