devenbhooshan / graph.js

A liteweight javascript graph algorithms library.
MIT License
127 stars 42 forks source link

Kruskal's Algorithm added #5

Closed ghost closed 10 years ago

devenbhooshan commented 10 years ago

Kruskal's Algo should be implemented using Disjoint sets.