hacktoberfest
hacktoberfest copied to clipboard
Added program to find connected components
The program computes the connected components in a graph using disjoint set data structure. This approach has comparatively low complexity i.e. O(E α(V)).