matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.1k stars 1.27k forks source link

refactor(dfs-cpp): refactored the dfs function in cpp implementation #1056

Open vamsi-98 opened 3 years ago

vamsi-98 commented 3 years ago

refactored the DFS implementation in C++ so that it is a little bit easier to read.