[PR #257] [MERGED] Added DFS algorithm #552

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/257
Author: @PalAditya
Created: 9/15/2019
Status: Merged
Merged: 9/16/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+128 additions, -0 deletions)

View changed files

data_structures/graphs/DFS.c (+128 -0)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/257 **Author:** [@PalAditya](https://github.com/PalAditya) **Created:** 9/15/2019 **Status:** ✅ Merged **Merged:** 9/16/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`11b334f`](https://github.com/TheAlgorithms/C/commit/11b334fbc6ae9e871f206436089477bd881621ef) Added DFS algorithm ### 📊 Changes **1 file changed** (+128 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/graphs/DFS.c` (+128 -0) </details> ### 📄 Description 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#552