Shivangi708 / Hacktoberfest2022

contribute to hactoberfest 2022
13 stars 67 forks source link

Create union-find.cpp #134

Closed Cvanshulll closed 1 year ago

Cvanshulll commented 1 year ago

This problem is to implement disjoint set union. There will be 2 incomplete functions namely union and find. You have to complete these functions.