NetworkX

Previous topic

networkx.algorithms.traversal.breadth_first_search.bfs_edges

Next topic

networkx.algorithms.traversal.breadth_first_search.bfs_predecessors

networkx.algorithms.traversal.breadth_first_search.bfs_tree

networkx.algorithms.traversal.breadth_first_search.bfs_tree(G, source)

Return directed tree of breadth-first-search from source.