Python icon indicating copy to clipboard operation
Python copied to clipboard

Kruskal's Algo in Graphs Folder

Open vaishvi2811 opened this issue 1 year ago • 3 comments

Feature description

The repository's Graph folder can be expanded to include popular greedy graph algorithm, Kruskal's Algorithm. I'm participating in Hacktober fest, please assign this to me.

vaishvi2811 avatar Oct 12 '24 20:10 vaishvi2811

Hey I am participating in Hactoferbest , could you please assign this issue to me.

Smriti-Prajapati avatar Oct 13 '24 12:10 Smriti-Prajapati

/assign

rj-Anurag avatar Oct 13 '24 18:10 rj-Anurag

I updated the code , check it and if it's correct , please merge it so that my tasks can be completed.

On Mon, 14 Oct 2024, 12:05 am Anurag, @.***> wrote:

/assign

— Reply to this email directly, view it on GitHub https://github.com/TheAlgorithms/Python/issues/12020#issuecomment-2409080256, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCGCG5TJBPEVG4QG3LGYPKTZ3K4PLAVCNFSM6AAAAABP2XHSKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBZGA4DAMRVGY . You are receiving this because you commented.Message ID: @.***>

Smriti-Prajapati avatar Oct 14 '24 04:10 Smriti-Prajapati

We already have multiple implementations of Kruskal's algorithm: https://github.com/search?q=repo%3ATheAlgorithms%2FPython%20kruskal&type=code

Also, please do not create issues to propose new algorithms. This has already been said in our contributing guidelines, which you have hopefully already read:

If you are interested in resolving an open issue, simply make a pull request with your proposed fix. We do not assign issues in this repo so please do not ask for permission to work on an issue.

Do not create an issue to contribute an algorithm. Please submit a pull request instead.

In this case, it's not a new algorithm, but in any case contributors should do their own due diligence to confirm that their proposed algorithms haven't already been implemented.

tianyizheng02 avatar Oct 16 '24 02:10 tianyizheng02