EricArndt / UAAlgorithms

3 stars 1 forks source link

Minimum Spanning Tree - Kruskals #16

Open amarmaduke opened 10 years ago

amarmaduke commented 10 years ago

Implement the Kruskals algorithm in C++ together with a set of tests (talk to me if the test framework is unclear). The implementation must use a Disjoint-set data structure.

The MST algorithms should share a set of test data if possible.

:gift: 2500