ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
71 stars 234 forks source link

[Idea]: Cycle Detection in Undirected Graph #1914

Open shuvojitss opened 1 day ago

shuvojitss commented 1 day ago

Idea Title

Cycle Detection in Undirected Graph

Idea Description

NAME

New Algorithm : Cycle Detection in Undirected Graph Given an undirected graph with V vertices and E edges, check whether it contains any cycle or not.

Input:

The number of Vertex and edges

Output:

Potential Benefits

Implementation Suggestions (Optional)

No response

shuvojitss commented 6 hours ago

@ajay-dhangar Please assign the issue.