summaryrefslogtreecommitdiff
path: root/networkx/algorithms/traversal/edgebfs.py
Commit message (Expand)AuthorAgeFilesLines
* Dispatch more BFS-based algorithms (#6467)Erik Welch2023-03-111-0/+1
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Format w/ blackJarrod Millman2020-07-101-9/+17
* PEP8 fixesJarrod Millman2019-10-181-1/+4
* Resolve many documentation issues (#3611)Dan Schult2019-09-301-0/+9
* algorithms/traversal/edgebfs name fix (#3397)MCer42949672962019-04-201-1/+1
* Pull request to set up python3.7 testing on travis (#3054)Dan Schult2018-07-081-1/+1
* Fix up edge_dfs and add edge_bfs (#3043)Dan Schult2018-07-021-0/+156