cpp
cpp copied to clipboard
Create disjointSet.cpp
Program to show the implementation of Disjoint set and to find if two nodes are in same component or not.
I am creating a pull request for...
- New algorithm