Notes / Data Structures Algorithms / 14 Interview Problem Patterns / 10 Bfs Pattern

10 — BFS Pattern

Recognizing shortest-path/level-order/minimum-step problems that breadth-first search solves optimally on unweighted graphs.

Chapter Navigation
On This Page

10 — BFS Pattern

Purpose

[stub: bfs-pattern]

Metadata

AuthorAmit Singh
Scopedata-structures-algorithms

Local graph

Full graph →