stdgraph / P1709

P1709: C++ Graph Library Proposal
6 stars 0 forks source link

Restore distances parameter to breadth_first_seach #65

Closed pratzl closed 8 months ago

pratzl commented 8 months ago

distance is the number of hops, or edges, from source. There is no weight function.

Also fix other minor things.