matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.07k stars 1.26k forks source link

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

Open vamsi-98 opened 2 years ago

vamsi-98 commented 2 years ago

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