Module approximate_bfs

Source
Expand description

A parallel almost-BFS traversal

This implements a graph traversal that is like a BFS from many sources, but traversal from a source may steal a node from another traversal

Functionsยง

almost_bfs_order