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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP8 changes for networkx/algorithms/traversal/tests/test_bfs.py
Mridul Seth
2015-06-07
1
-15
/
+16
*
Add bfs test for directed graph in reverse direction
Mridul Seth
2015-06-07
1
-0
/
+6
*
Fix #1358: removed claim that source parameter is optional from BFS docstrings
Arne Neumann
2015-02-19
1
-16
/
+4
*
Improve memory footprint of edge_dfs.
chebee7i
2014-07-20
1
-7
/
+4
*
Docstring.
chebee7i
2014-07-19
1
-1
/
+1
*
Fix bug for reverse edge DFS.
chebee7i
2014-07-19
2
-9
/
+47
*
Docstring changes for edge_dfs and company.
chebee7i
2014-07-19
3
-17
/
+26
*
Use import * in traversal submodule.
chebee7i
2014-07-19
1
-1
/
+1
*
Remove enum import statement.
chebee7i
2014-07-16
1
-1
/
+0
*
Use 'forward' and 'reverse' strings to indicate traversal direction.
chebee7i
2014-07-16
3
-46
/
+26
*
Violating 80 character rule to make doctests happy.
chebee7i
2014-07-10
1
-9
/
+2
*
Add option for 'reverse' traversals.
chebee7i
2014-07-10
2
-14
/
+40
*
Make edge_dfs use a new Direction enum.
chebee7i
2014-07-10
3
-10
/
+43
*
Fix doctest again.
chebee7i
2014-06-11
1
-6
/
+6
*
Add import statement for doctest.
chebee7i
2014-06-11
1
-0
/
+1
*
Add some additional comments.
chebee7i
2014-06-11
1
-0
/
+3
*
Add DFS over edges.
chebee7i
2014-06-11
3
-4
/
+223
*
Add docs for dfs and bfs
Aric Hagberg
2013-12-22
2
-39
/
+346
*
Merge branch 'master' into jni-ancestors
chebee7i
2013-01-07
4
-17
/
+34
|
\
|
*
Add isolated nodes to tree in dfs_tree() and bfs_tree().
Aric Hagberg
2012-10-17
4
-15
/
+33
*
|
Improve performance of descendants and ancestors
Juan Nunez-Iglesias
2012-11-22
1
-5
/
+9
*
|
Rename 'stack' to 'queue' in BFS for clarity
Juan Nunez-Iglesias
2012-11-13
1
-8
/
+8
|
/
*
Even more imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
1
-1
/
+0
*
Fix python2ism in BFS.
Aric Hagberg
2010-10-18
1
-1
/
+1
*
Add tests for dfs source=None
Aric Hagberg
2010-10-18
1
-1
/
+16
*
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
*
Update bfs documentation, add tests.
Aric Hagberg
2010-10-17
2
-2
/
+31
*
Test dfs_labeled_edges. Addresses #418
Aric Hagberg
2010-10-17
1
-0
/
+5
*
Test dfs_edges. Addresses #418
Aric Hagberg
2010-10-17
1
-0
/
+4
*
Bugfix in dfs postorder. Adjust tests for new interface.
Aric Hagberg
2010-10-17
2
-11
/
+13
*
Update bfs documentation heading
Aric Hagberg
2010-10-17
1
-2
/
+2
*
Add breadth-first search algorithm and related.
Aric Hagberg
2010-10-17
2
-0
/
+54
*
New depth-first search iterators and graphs.
Aric Hagberg
2010-10-17
1
-169
/
+81
*
Switch tests to unittest style
aric
2010-08-10
2
-30
/
+32
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-2
/
+2
*
Update dfs docs
aric
2010-04-05
1
-3
/
+0
*
Update imports
aric
2010-03-24
1
-0
/
+1
*
Move and rename tests.
aric
2010-03-24
2
-246
/
+0
*
Move shortest path algorithms to new directory. Rename search.py.
aric
2010-03-24
6
-1409
/
+1
*
Remove components from import in traversal
aric
2010-03-24
1
-1
/
+0
*
Move components out of traversal
aric
2010-03-24
2
-313
/
+0
*
Move DAG routines out of traversal
aric
2010-03-24
3
-215
/
+0
*
Move distance measures out of traversal
aric
2010-03-24
3
-146
/
+0
*
Move convert_node_labels_to_integers() and relabel_nodes() to convert.py
aric
2010-03-23
3
-3
/
+3
*
Add contract scc and test.
aric
2010-03-11
2
-1
/
+42
*
is_connected() should use single_source_shortest_path().
aric
2010-03-10
1
-1
/
+1
*
Attempt to speed up bidirectional shortest path by balancing frontier sizes.
aric
2010-03-09
1
-16
/
+20
*
Raise exception in connectedness tests for null graph
aric
2009-11-06
1
-0
/
+10
*
Fix bug in shortest_path when source==target
aric
2009-09-29
1
-1
/
+2
[next]