DhanushNehru / Hacktoberfest2024

Hacktoberfest 2024 OPEN FIRST Pull Request - SUPPORT OPEN SOURCE - Don't forget to spread love and if you like give us a ⭐️
81 stars 485 forks source link

Adding DFS in C++ #39

Open Mohitbagul opened 3 weeks ago

Mohitbagul commented 3 weeks ago

You are given a connected undirected graph. Perform a Depth First Traversal of the graph. Note: Use the recursive approach to find the DFS traversal of the graph starting from the 0th vertex from left to right according to the graph.

image image

Please assign me this issue under Hacktoberfest label

LakshmiSrikumar commented 2 weeks ago

Can you please assign it to me ? I would like to work on it since this will be 1st contribution