summaryrefslogtreecommitdiff
path: root/examples/algorithms
Commit message (Expand)AuthorAgeFilesLines
* minor changes related to _iter removalDan Schult2015-08-071-1/+1
* Adds missing parentheses to Davis club examplejfinkels2015-02-051-2/+2
* Simplify Davis Club exampleAric Hagberg2015-01-121-146/+26
* Adapt print statements in examples for Python 3 compatibilityysitu2014-06-251-3/+3
* Update cuthill-mckee ordering with docs and example.Aric Hagberg2011-09-241-24/+24
* Move reverse Cuthill-McKee algorithm to utils.Aric Hagberg2011-09-211-77/+26
* Add Cuthill McKee example.Aric Hagberg2011-09-171-0/+83
* Change to ascii text fileAric Hagberg2011-09-091-337/+337
* Update for python 3. Refs #384aric2010-08-071-1/+1
* Ported examples/algorithms. Refs #384loicseguin2010-08-053-30/+26
* Raise exception if using Python-2.4 or earlier (uses defaultdict).aric2010-06-191-1/+5
* Fix Exceptions to work with Python 2.6.dschult2010-06-191-4/+1
* Simplified blockmodel example and improved drawing.aric2010-03-051-32/+43
* Blockmodel examplearic2010-03-052-0/+418
* License change to BSD.aric2009-08-262-4/+4
* move examples directory out of doc directoryaric2008-11-132-0/+189