JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
451 stars 87 forks source link

Create some new options for `BFSIterator` #389

Open Tortar opened 1 month ago

Tortar commented 1 month ago

Fixes https://github.com/JuliaGraphs/Graphs.jl/issues/288.

This PR adds 2 new options, which can be useful when iterating in BFS:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.29%. Comparing base (ec6ab1b) to head (b67e871).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #389 +/- ## ========================================== - Coverage 97.31% 97.29% -0.02% ========================================== Files 120 120 Lines 6953 6956 +3 ========================================== + Hits 6766 6768 +2 - Misses 187 188 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Tortar commented 2 weeks ago

Bump, I have some use cases for this, it should be easy to review