[PR #236] [CLOSED] DFS, BFS ADD #528

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/236
Author: @Son-GyeongSik
Created: 6/14/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

2 files changed (+157 additions, -0 deletions)

View changed files

data_structures/graphs/BFS_Travel.c (+87 -0)
data_structures/graphs/DFS_Travel.c (+70 -0)

📄 Description

I Add BFS, DFS Algorithms in Graphs Directory.
Please Check My algorithm, And If you can, merge my algorithms
Thanks :)


🔄 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/236 **Author:** [@Son-GyeongSik](https://github.com/Son-GyeongSik) **Created:** 6/14/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`56879d5`](https://github.com/TheAlgorithms/C/commit/56879d552e8a414f0e25e8dfc3e90a66bf38a322) DFS, BFS ADD ### 📊 Changes **2 files changed** (+157 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/graphs/BFS_Travel.c` (+87 -0) ➕ `data_structures/graphs/DFS_Travel.c` (+70 -0) </details> ### 📄 Description I Add BFS, DFS Algorithms in Graphs Directory. Please Check My algorithm, And If you can, merge my algorithms Thanks :) --- <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:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#528