[PR #257] Added DFS algorithm #557

Closed
opened 2026-01-29 15:13:42 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/257

State: closed
Merged: Yes


Following BFS, here is contribution to the DFS algorithm. Kindly let me know if any changes are needed 😄

Please refer to the image below for a sample I/O.

dfs

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/257 **State:** closed **Merged:** Yes --- Following **BFS**, here is contribution to the **DFS** algorithm. Kindly let me know if any changes are needed 😄 Please refer to the image below for a sample I/O. ![dfs](https://user-images.githubusercontent.com/25523604/64917408-eacb0b00-d7ad-11e9-9711-64a03e1400f0.PNG)
claunia added the pull-request label 2026-01-29 15:13:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#557