TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.08k stars 7.1k forks source link

DFS(easier approach) #2596

Closed khalid586 closed 11 months ago

khalid586 commented 11 months ago

Description of Change

DFS technique mentioned in this repo was little bit complicated. I have tried to mention a easier approach using vector and array.

Checklist

Notes: