Disjoint set as linked list

后端 未结 3 603
感情败类
感情败类 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:41

    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.

提交回复
热议问题