Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
315 stars 365 forks source link

Kruskal's Algorithm #116

Closed Piyush-onGIT closed 1 year ago

Piyush-onGIT commented 1 year ago

Is your feature request related to a problem? Please describe. This is a graph algorithm that uses DSU to make a Minimum Spanning Tree.

Describe the solution you'd like I would like to add this algorithm to this repo in C++ language.

Kindly assign me this task.

Kumar-laxmi commented 1 year ago

Assigned! @Piyush-onGIT : C++ @sitamgithub-MSIT : Python

MaYaNkKashyap681 commented 1 year ago

I want to add the code for this algorithm in C, Please assign this to me.

PK284 commented 1 year ago

Please Assign me on this for java language

sumitkr2000 commented 1 year ago

is someone still working on this issue? If not please assign me in c++ @Kumar-laxmi

Piyush-onGIT commented 1 year ago

is someone still working on this issue? If not please assign me in c++ @Kumar-laxmi

Yes, I am working on it in C++.

Kumar-laxmi commented 1 year ago

@sumitkr2000 Would you like to work on this issue in Python

sumitkr2000 commented 1 year ago

@Kumar-laxmi i don't know python

sitamgithub-MSIT commented 1 year ago

@sumitkr2000 Would you like to work on this issue in Python

You can assign me the same @Kumar-laxmi

Kumar-laxmi commented 1 year ago

This algorithm is available in C and Java