MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions
MIT License
704 stars 765 forks source link

Kruskal algorithm in JAVA #1264

Open chaitanyakatore opened 11 months ago

chaitanyakatore commented 11 months ago

Information about Algorithm

Kruskal Algorithm (KA), KA finds the minimum-spanning-tree, which means, the group of edges with the minimum sum of their weights that connect the whole graph.

Have you read the Contributing.md and Code of conduct

Other context

This algorithm GeeksforGeeks problem and asked in many companies

welcome[bot] commented 11 months ago

Thanks for opening your first issue here! Be sure to follow the issue template!

chaitanyakatore commented 11 months ago

make this issue under hacktoberfest I am making PR for it

amansaurabh commented 11 months ago

I would like to work on this

abs99 commented 6 months ago

I can contribute to this. Please assign this to me