-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bfs iterator for multiple source nodes (#382)
* Fix bfs iterator for multiple source nodes * Update bfs.jl * fix another possible source of problems * actually we can go faster * Update bfs.jl * sort for faster bfs * better not * simpler * Update bfs.jl * Update bfs.jl * Update doc * Update src/iterators/bfs.jl Co-authored-by: Guillaume Dalle <[email protected]> * Update bfs.jl * sort is applicable * Update bfs.jl * adjust tests --------- Co-authored-by: Guillaume Dalle <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters