summaryrefslogtreecommitdiff
path: root/networkx/algorithms/traversal
Commit message (Expand)AuthorAgeFilesLines
* Add function bfs_layers to docs (#5932)Dan Schult2022-08-211-1/+1
* Adds ```nx.bfs_layers``` method (#5879)Dhaval Kumar2022-08-212-17/+92
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-024-3/+7
* MAINT: Update dfs_test with more comprehensive tests (#5654)Mridul Seth2022-05-181-7/+11
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-172-26/+19
* Add unit tests and examples / doctests for nx.descendants_at_distance (#5029)Andrew Eckart2021-08-232-15/+42
* `descendants_at_distance` also for non-DiGraphs (#4952)Michael Dorner2021-07-071-2/+2
* Update docstrings for dfs and bfs edges and fix cross links (#4900)Ross Barnowski2021-06-213-34/+40
* Improves description bfs_predecessors and bfs_successors. (#4438)Matthias Nagel2020-12-101-6/+14
* Remove xml import checks (#4393)Jarrod Millman2020-11-261-9/+26
* Format python in docstrings (#4168)Jarrod Millman2020-08-193-7/+7
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-162-2/+0
* Format w/ blackJarrod Millman2020-07-109-135/+209
* add the option of sorting node's neighbors during bfs traversal (#4029)Adnan Abdulmuttaleb2020-07-102-9/+47
* fix typo slightly confusing the meaning (#3840)ernstklrb2020-02-261-2/+2
* Upgrade to Py36 syntaxJarrod Millman2020-01-012-2/+2
* Convert %-format to fstringJarrod Millman2020-01-011-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-114-42/+0
* Enable tests (#3678)Jarrod Millman2019-10-213-11/+9
* Remove unused importsJarrod Millman2019-10-211-1/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+4
* PEP8 fixes to testsJarrod Millman2019-10-182-21/+21
* Use yield fromJarrod Millman2019-10-182-6/+2
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-122-4/+4
* Remove unused importsJarrod Millman2019-10-123-3/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-125-87/+87
* Use class methods for class setup/teardownStefan van der Walt2019-10-124-17/+23
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Resolve many documentation issues (#3611)Dan Schult2019-09-303-2/+72
* Faster transitive closure computation for DAGs (#3445)Anthony Labarre2019-08-091-1/+45
* Fixed incorrect docs (#3495)Nanda H Krishna2019-06-292-14/+9
* Fix dfs_preorder_nodes docstring saying "edges" instead of "nodes" (#3484)Tamás Bitai2019-06-251-1/+1
* algorithms/traversal/edgebfs name fix (#3397)MCer42949672962019-04-201-1/+1
* Update copyrightJarrod Millman2019-03-304-4/+4
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-182-4/+4
* Depth-limited Breadth First Search (#3077)Mohammed Kashif2018-07-232-21/+118
* Pull request to set up python3.7 testing on travis (#3054)Dan Schult2018-07-082-2/+2
* Fix up edge_dfs and add edge_bfs (#3043)Dan Schult2018-07-026-85/+373
* Pep8 fixesJarrod Millman2018-01-204-46/+46
* Update copyrightJarrod Millman2018-01-204-4/+4
* change variable names to avoid kwargs clobber (#2824)Dan Schult2018-01-101-5/+5
* Update copyrightJarrod Millman2017-07-254-4/+4
* Depth limited search (#2505)Dan Schult2017-07-092-68/+187
* Add graph view classes for nodes/edge/degrees (#2458)Dan Schult2017-06-131-1/+1
* Update docs in traversal. add see also, change produce to iterate over (#2471)Dan Schult2017-06-132-31/+56
* Merge pull request #1874 from jfinkels/prufer-sequenceAric Hagberg2017-01-151-3/+14
|\
| * Adds tree encoding and decoding functions.Jeffrey Finkelstein2016-07-291-3/+14
* | Yield string, not dict, in dfs_labeled_edges.Jeffrey Finkelstein2016-10-072-20/+47
* | Removes irrelevant Notes section from docstringremove-beam-notesjfinkels2016-07-051-7/+0