A Simplified view of Disjoint Set
Oct 15, 2023 · 10 min read · Introduction The disjoint set data structure is a form of data representation majorly used to solve problems that have to do with connectivity. It maintains a collection of disjoint subsets. It has many applications in real life such as social networ...
HPeter commented