# Breadth First Search
* TODO: provide pseudocode of difference between skiena and roughgarden approach. The biggest difference is that Skiena recommends tracking the parent of a given node, which allows us to essentially build a tree
---
Date: 20211014
Links to: [Graph-Algorithms](Graph-Algorithms.md) [Computer Science MOC](Computer%20Science%20MOC.md)
Tags:
References:
* []()