标签: data-structures persistent-storage disjoint-sets union-find
我需要使用持久的联合查找,但是我不确定如何组织这种数据结构。也许我应该使用持久性数组来存储ID和等级?