Search code examples
c++disjoint-sets

Disjoint set as linked list


Can anyone point me to some info on Disjoint sets as linked list? I cant find any code on this. Language C++


Solution

  • Well I think you can find information in this page of Wikipedia. Of course, that information is written in pseudo-code, but is not difficult to translate it.