Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
314 stars 477 forks source link

Added program to find connected component in a graph #2518

Open sheenxavi004 opened 2 years ago

sheenxavi004 commented 2 years ago

Description

The program finds the connected components in the graph having complexity O(E ) where E is the number of edges, V is the number of vertices and α(x) is the inverse Ackerman function.

Fixes #(issue_no)

Replace issue_no with the issue number which is fixed in this PR

Type of change

Please delete options that are not relevant.

Checklist: