Disjoint Sets in C++
This Data-Structure deals mainly with Sets and their operations. Why is that important? Because we can accomplish operations in near O(1) time.
This DS mainly covers these operations:
Union
Find
Due to these operations, this DS is also called as ...
manosriram.hashnode.dev6 min read