AlgorithmsAndDataStructure icon indicating copy to clipboard operation
AlgorithmsAndDataStructure copied to clipboard

Adding Python/GreedyAlgorithms directory and Kruskal's algorithm for …

Open NickkRodriguez opened this issue 3 years ago • 1 comments

…MST in Python

Pull Request Template

What have you Changed(must)

I added the Python/GreedyAlgorithms directory and an accompanying python file with Kruskal's algorithm for Minimum Spanning Trees.

Issue no.(must) - #139

Pr will be closed and marked as spam. If issue number not found or issue was assigned to someone else. Marking as spam can block your account from HacktoberFest.

Self Check(Tick After Making pull Request)

  • [x] This issue was assigned to me if not it will marked as spam.
  • [x] My file is in proper folder
  • [x] I am following clean code and Documentation.My code is well linted and I am using flake8 standard for python
  • [x] I have added title and what program will do first in the file

README - How to Contribute

NickkRodriguez avatar Feb 01 '22 00:02 NickkRodriguez

Hi @NickkRodriguez Please Fix your code for flake8 guidelines.

Happy Coding

codeperfectplus avatar Feb 02 '22 15:02 codeperfectplus