deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Implement Kruskals algorithm #80

Closed arushimgupta closed 3 years ago

arushimgupta commented 3 years ago

Implemented the Kruskals algorithm to find Minimum Spanning Tree of a Graph

adithyaakrishna commented 3 years ago

@arushimgupta I Would really suggest you to add some description to the issue and Change the title to Implement Kruskals Algorithm And it would be really good if Hacktoberfest is treated to be a opportunity to learn and code and hence contribute to Open Source. Please don't create issues or Spam the Hacktoberfest

Refer This Document Before creating a issue or making a PR and do go through the Contributions.md File

Happy Hacking! 🚀

deutranium commented 3 years ago

@arushimgupta sure but it is always better to create the issue before you start working on the code. Please keep this in mind for your future contributions.

deutranium commented 3 years ago

Closing this with #82