sobhanbera / algorithms

Dive into algorithms, data structures, and competitive programming solutions in multiple languages. Active since Hacktoberfest 2020!
https://github.com/sobhanbera
MIT License
28 stars 85 forks source link

Implement DFS in C #196

Open sobhanbera opened 11 months ago

sobhanbera commented 11 months ago

Algorithm/Data Structure: Depth-First Search (DFS) Programming Language: C Difficulty: ⭐️⭐️⭐️

Issue Details

Description: Implement the Depth-First Search (DFS) algorithm in C. DFS is a fundamental graph traversal algorithm that explores as far as possible along each branch before backtracking. Your implementation should correctly traverse a graph starting from a specified source vertex, and return the visited vertices in the order they were visited.

Additional Information: If you are new to DFS or need guidance on implementing it in C, feel free to ask questions or seek help in the comments. This is a great opportunity for contributors to gain experience in graph algorithms in C.

Note: Before starting to work on this issue, please comment below to express your interest and let us know if you have any questions or need clarification on the task.

kittoteja commented 11 months ago

please assign me

sobhanbera commented 11 months ago

Hey @kittoteja, Assigned the issue to you. You can now start the work!

07-Atharv commented 11 months ago

Assign This Issue to me!!