the Leetcode card about disjoint set says "The primary use of disjoint sets is to address the connectivity between the components of a network".
Is it possible to have disjoint set implementation other than a graph datascructure?