Working version of Kruskal's algorithm. The running time is very bad though.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 29 Oct 2001 13:14:57 +0000 (13:14 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 29 Oct 2001 13:14:57 +0000 (13:14 +0000)
commitcc9473d8c6467e9eaa82fe8a639d8edba232ee76
tree4f528e4ca667ec5602945253bb1d51941aa07491
parentb6298e2c082035b8238ea08673ced15d0fb7b89a
Working version of Kruskal's algorithm. The running time is very bad though.
src/graph.c
src/graph.h [new file with mode: 0644]