ary1733 / Hacktober2020

Lets make a code bank for Competitive coding
9 stars 31 forks source link

Create disjointSet.cpp #74

Closed kartik800 closed 3 years ago

kartik800 commented 3 years ago

Issue: #71
Disjoint Set:- A disjoint set is basically a group of sets where no item can be in more than one set. It supports unions and finds operation on subsets.