summaryrefslogtreecommitdiff
path: root/networkx/algorithms/traversal/depth_first_search.py
Commit message (Expand)AuthorAgeFilesLines
* Add dfs_labeled_edges reporting of reverse edges due to depth_limit. (#6240)Dan Schult2022-12-011-4/+9
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Update docstrings for dfs and bfs edges and fix cross links (#4900)Ross Barnowski2021-06-211-14/+17
* Format w/ blackJarrod Millman2020-07-101-11/+16
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-11/+0
* Resolve many documentation issues (#3611)Dan Schult2019-09-301-0/+27
* Fixed incorrect docs (#3495)Nanda H Krishna2019-06-291-6/+3
* Fix dfs_preorder_nodes docstring saying "edges" instead of "nodes" (#3484)Tamás Bitai2019-06-251-1/+1
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* Fix up edge_dfs and add edge_bfs (#3043)Dan Schult2018-07-021-0/+4
* Pep8 fixesJarrod Millman2018-01-201-4/+4
* Update copyrightJarrod Millman2018-01-201-1/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* Depth limited search (#2505)Dan Schult2017-07-091-68/+127
* Update docs in traversal. add see also, change produce to iterate over (#2471)Dan Schult2017-06-131-29/+54
* Yield string, not dict, in dfs_labeled_edges.Jeffrey Finkelstein2016-10-071-18/+45
* Set default source=None for dfs_treeMatthew Brett2016-05-311-1/+1
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-14/+7
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Docstring changes for edge_dfs and company.chebee7i2014-07-191-1/+1
* Add docs for dfs and bfsAric Hagberg2013-12-221-26/+215
* Add isolated nodes to tree in dfs_tree() and bfs_tree().Aric Hagberg2012-10-171-8/+11
* Even more imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-1/+0
* Allow source=None option in depth-first search.Aric Hagberg2010-10-181-56/+72
* Add dfs_forrest.Aric Hagberg2010-10-171-1/+11
* Bugfix in dfs postorder. Adjust tests for new interface.Aric Hagberg2010-10-171-3/+3
* New depth-first search iterators and graphs.Aric Hagberg2010-10-171-169/+81
* Update dfs docsaric2010-04-051-3/+0
* Move shortest path algorithms to new directory. Rename search.py.aric2010-03-241-0/+187