[PR #256] Added BFS algorithm #556

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

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

State: closed
Merged: Yes


Added the BFS algorithm in graphs section, which seems very lacking. Please review it and merge if found useful 😁

The Sample I/O from an execution is as below:

Run

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/256 **State:** closed **Merged:** Yes --- Added the **BFS** algorithm in **graphs** section, which seems very lacking. Please review it and merge if found useful 😁 The Sample I/O from an execution is as below: ![Run](https://user-images.githubusercontent.com/25523604/64909711-60db5d80-d72d-11e9-98c6-92c2b98b3da3.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#556