WebClub-NITK / Hacktoberfest-2k19

19 stars 115 forks source link

DFS Graph Traversal using c++ #266

Closed Kuljeet-123 closed 5 years ago

Kuljeet-123 commented 5 years ago

Resolves Issue #17

Description

In this I have made a folder of DFS inside algorithms and in this folder I have given my code using C++ and I used the iterative approach to wrote this code.

Technical Specifications

Language used:C++

Issue requirements / progress

  • [x] Read about Depth first search traversal for a graph.
  • [x] Implement DFS using adjacency matrix.
  • [x] Change above code to work with adjacency list.

    How to run

    Just go to program and run code in any GCC compiler.

    Checklist

  • [x] Code compiles correctly.
  • [x] Changes are tested properly.
  • [x] Followed the Contributing guidelines.
  • [x] Resolved merge conflicts, if any.
hpgupt commented 5 years ago

@ArqumShaikh please review the PR