This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/5_Gold/BFS.md
2020-06-22 15:59:16 -04:00

1.2 KiB

id title author prerequisites description
bfs Breadth First Search Benjamin Qi
Silver - Depth First Search
Traversing a graph in a way such that vertices closer to the starting vertex are processed first.

Note that this is not required for silver.

Tutorial

Problems