SIStephen Ivuelekwainstreetcoderr.hashnode.dev·Oct 15, 2023 · 10 min readA Simplified view of Disjoint SetIntroduction 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...01H