Union Find operations - MakeUnionFind(s)

a) Creates a disjoint set for each element in s.
b) Performs a union operation on sets in s.
c) Finds the representative element of the set containing s.
d) Deletes the set containing element s.