index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
traversal
/
depth_first_search.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dfs_labeled_edges reporting of reverse edges due to depth_limit. (#6240)
Dan Schult
2022-12-01
1
-4
/
+9
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-1
/
+2
*
Update docstrings for dfs and bfs edges and fix cross links (#4900)
Ross Barnowski
2021-06-21
1
-14
/
+17
*
Format w/ black
Jarrod Millman
2020-07-10
1
-11
/
+16
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-11
/
+0
*
Resolve many documentation issues (#3611)
Dan Schult
2019-09-30
1
-0
/
+27
*
Fixed incorrect docs (#3495)
Nanda H Krishna
2019-06-29
1
-6
/
+3
*
Fix dfs_preorder_nodes docstring saying "edges" instead of "nodes" (#3484)
Tamás Bitai
2019-06-25
1
-1
/
+1
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-3
/
+3
*
Fix up edge_dfs and add edge_bfs (#3043)
Dan Schult
2018-07-02
1
-0
/
+4
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-4
/
+4
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Depth limited search (#2505)
Dan Schult
2017-07-09
1
-68
/
+127
*
Update docs in traversal. add see also, change produce to iterate over (#2471)
Dan Schult
2017-06-13
1
-29
/
+54
*
Yield string, not dict, in dfs_labeled_edges.
Jeffrey Finkelstein
2016-10-07
1
-18
/
+45
*
Set default source=None for dfs_tree
Matthew Brett
2016-05-31
1
-1
/
+1
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-14
/
+7
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-1
/
+1
*
Docstring changes for edge_dfs and company.
chebee7i
2014-07-19
1
-1
/
+1
*
Add docs for dfs and bfs
Aric Hagberg
2013-12-22
1
-26
/
+215
*
Add isolated nodes to tree in dfs_tree() and bfs_tree().
Aric Hagberg
2012-10-17
1
-8
/
+11
*
Even more imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
1
-1
/
+0
*
Allow source=None option in depth-first search.
Aric Hagberg
2010-10-18
1
-56
/
+72
*
Add dfs_forrest.
Aric Hagberg
2010-10-17
1
-1
/
+11
*
Bugfix in dfs postorder. Adjust tests for new interface.
Aric Hagberg
2010-10-17
1
-3
/
+3
*
New depth-first search iterators and graphs.
Aric Hagberg
2010-10-17
1
-169
/
+81
*
Update dfs docs
aric
2010-04-05
1
-3
/
+0
*
Move shortest path algorithms to new directory. Rename search.py.
aric
2010-03-24
1
-0
/
+187