summaryrefslogtreecommitdiff
path: root/networkx/algorithms/euler.py
Commit message (Expand)AuthorAgeFilesLines
* Merge digraph and graph algorithmAric Hagberg2013-12-151-34/+28
* added referenceswatmad2013-12-131-1/+8
* compatibility with python3Stepan Artamonov2013-12-131-2/+2
* documentation updatedswatmad2013-12-131-12/+6
* fast euler cycle algorithm implementedswatmad2013-12-131-15/+27
* Clean up documentation and commentsAric Hagberg2010-09-121-19/+29
* Fix wrong license text.Aric Hagberg2010-09-121-4/+4
* Update some doctests. Addresses #385aric2010-08-071-6/+6
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-1/+1
* Add eulerian graph and circuit functions.aric2010-07-221-0/+125