akshkr / Algorithms_using_stl

The repo contains all important algorithms implemented using stl in c/c++
3 stars 18 forks source link

Kruskal's Algorithm using stl in C++ #20

Closed akshkr closed 6 years ago

akshkr commented 6 years ago

use comment lines to describe your code

vomitaftertaste commented 6 years ago

I like to take this if nobody else is working on it

akshkr commented 6 years ago

definitely

j07nikita commented 6 years ago

I wanna work on it. PLEASE....

j07nikita commented 6 years ago

I have added the code for Kruskal's algo, please review it.

vomitaftertaste commented 6 years ago

@j07nikita go ahead man :)

akshkr commented 6 years ago

Done. You can also add codes of your own which are not listed in the issue.