HashSlap-Summer-of-Code / HashSlap-Summer-of-Code/Algorithms
Implement DFS in C++
Open
beginner-friendly
good first issue
hacktoberfest
HSSOC
- Dominant language
- Java
- Stars
- 3
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
## 🔧 Implement: Depth-First Search (DFS) in C++
File path:
```
algo-and-data-structures/graphs/dfs.cpp
```
### Requirements:
- Implement DFS using recursion and adjacency list.
- Print the order of traversal.
✅ Test:
```bash
g++ dfs.cpp -o dfs && ./dfs
```
Contributor guide
Assessment
This issue has not been assessed yet.