# Breadth First Search Category: graph algorithms ### Pseudocode <img width="500" alt="Image" src="https://github.com/user-attachments/assets/081e7fa7-f64b-4f40-bdd7-4d3e15630978" /> ### Implementation Languages 1. Python 2. C++ 3. Golang ## References 1. https://cp-algorithms.com/graph/breadth-first-search.html
Breadth First Search
Category: graph algorithms
Pseudocode
Implementation Languages
References