ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Added DFS & BFS in C++ and also modified names of various folders #280

Closed Heisenberg-Vardan closed 3 years ago

Heisenberg-Vardan commented 3 years ago

Issue : #238

I have finished, adding DFS and BFS in C++ and also changed the names of various folders to relevant ones

@Kanhakhatri065

👍 💯

Kanhakhatri065 commented 3 years ago

Hi, the issue stated implicit graphs but you have used explicit graphs.

Heisenberg-Vardan commented 3 years ago

@Kanhakhatri065 , I have changed the code .. have a look

💯

Kanhakhatri065 commented 3 years ago

Looks good to me. I'm gonna merge it now.