mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #854] [CLOSED] feat: add BFS,DFS algorithms using adjacency matrix #1358
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/854
Author: @ashwinshaji6679
Created: 8/27/2021
Status: ❌ Closed
Base:
master← Head:new_branch📝 Commits (1)
ec559e9added file BFS_and_DFS to graphs folder📊 Changes
1 file changed (+86 additions, -0 deletions)
View changed files
➕
data_structures/graphs/BFS_and_DFS.c(+86 -0)📄 Description
Description of Change
Added a file which performs BFS and DFS using adjacency matrix
Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md
References
Debasis Samanta,"Classical Data Structures",second edition,2009
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.