Pergunta

I am looking for C++ Kruskal implementations to benchmark against my own... If you know a few good ones, please share!

Foi útil?

Solução

There's boost::kruskal_minimum_spanning_tree. Prim's algorithm is there too if you want to compare against that.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top