7 comments (7 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I'm working for this in C++ :)
Contributor guide
- Research direction
- Implement a cycle detection algorithm for undirected graph using DFS or Union Find. Write a C++ function that accepts an adjacency list and returns true if a cycle exists.
- Tech stack
- cpp
- Domain
- databackend
- Issue type
- Feature
- Prerequisites
- C++Graph algorithms