bachtomozart / ds

Datastructures
GNU General Public License v3.0
0 stars 7 forks source link

Implement Kruskals algorithm in Python #2

Closed bachtomozart closed 4 years ago

bachtomozart commented 4 years ago

These tasks are preferably for beginners, but everyone's welcome to contribute for Hacktoberfest.

Implement Kruskals algorithm in Python

Add methods to build the graph, and find the minimum spanning tree with test data of your own

luweina commented 4 years ago

Hi there i added an algorithm