mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-22 23:14:45 +00:00
[PR #978] [CLOSED] dfs program #1518
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/978
Author: @adityyyy
Created: 10/2/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
c628740Create dfs.c68226d4Merge pull request #1 from adityyyy/adityyyy-patch-1📊 Changes
1 file changed (+47 additions, -0 deletions)
View changed files
➕
graph/dfs.c(+47 -0)📄 Description
Description of Change
DFS algorithm description and its implementation in c has been added
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.