dominikbraun / graph

A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
https://graph.dominikbraun.io
Apache License 2.0
1.8k stars 94 forks source link

Typo fix on BFS #78

Closed SparrowOchon closed 1 year ago

SparrowOchon commented 1 year ago

Currently the docs define BFS as being Depth-first search rather than breathfirst.