Expand description
Breadth-first search.
Counterpart of igraph_bfs() from references/igraph/src/properties/bfs.c.
Phase 0 ships the simplest variant: from one root, returning the visit
order. Full callback-driven BFS (vids/layers/parents/dist/order/pred/succ)
lands in ALGO-TR-001.
Functions§
- bfs
- Visit order of vertices reachable from
root, in BFS order.