Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dispatch more BFS-based algorithms (#6467) | Erik Welch | 2023-03-11 | 1 | -0/+1 |
* | Lint using Ruff (#6371) | danieleades | 2023-02-19 | 1 | -1/+1 |
* | Use isort with pre-commit to enforce import guidelines (#5659) | Mridul Seth | 2022-06-02 | 1 | -0/+1 |
* | Format python in docstrings (#4168) | Jarrod Millman | 2020-08-19 | 1 | -2/+2 |
* | Remove unnecessary nx imports from doctests (#4163) | Jarrod Millman | 2020-08-16 | 1 | -1/+0 |
* | Format w/ black | Jarrod Millman | 2020-07-10 | 1 | -9/+17 |
* | PEP8 fixes | Jarrod Millman | 2019-10-18 | 1 | -1/+4 |
* | Resolve many documentation issues (#3611) | Dan Schult | 2019-09-30 | 1 | -0/+9 |
* | algorithms/traversal/edgebfs name fix (#3397) | MCer4294967296 | 2019-04-20 | 1 | -1/+1 |
* | Pull request to set up python3.7 testing on travis (#3054) | Dan Schult | 2018-07-08 | 1 | -1/+1 |
* | Fix up edge_dfs and add edge_bfs (#3043) | Dan Schult | 2018-07-02 | 1 | -0/+156 |