BFS Algorithm (C) This repository contains an implementation of the Breadth First Search (BFS) algorithm using C. How to Run gcc bfs.c -o bfs ./bfs