Disjoint set as linked list

后端 未结 3 606
感情败类
感情败类 2020-12-20 04:24

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

3条回答
  •  再見小時候
    2020-12-20 04:35

    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.

提交回复
热议问题