DevAffan / AffiCodes-Hacktoberfest2024

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!
40 stars 295 forks source link

Depth First Search C++ #216

Open Mohitbagul opened 1 month ago

Mohitbagul commented 1 month ago

C++

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.

Screenshot 2024-10-02 140708 Screenshot 2024-10-02 140759

Assign me this issue with label for hacktoberfest