Can anyone point me to some info on Disjoint sets as linked list? I cant find any code on this. Language C++
Boost has an implementation: http://www.boost.org/doc/libs/1_39_0/libs/disjoint_sets/disjoint_sets.html. Guess this is what you are looking for.