summaryrefslogtreecommitdiff
path: root/examples/algorithms
Commit message (Collapse)AuthorAgeFilesLines
* Adds missing parentheses to Davis club examplejfinkels2015-02-051-2/+2
|
* Simplify Davis Club exampleAric Hagberg2015-01-121-146/+26
| | | | Keep track of ordering in davis club and show how to use one-mode projections.
* 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
| | | | Addresses #530
* Move reverse Cuthill-McKee algorithm to utils.Aric Hagberg2011-09-211-77/+26
| | | | | | | | Adjust example. Addresses #530 --HG-- rename : examples/algorithms/rcm.py => networkx/utils/rcm.py
* Add Cuthill McKee example.Aric Hagberg2011-09-171-0/+83
| | | | Fixes #530
* Change to ascii text fileAric Hagberg2011-09-091-337/+337
|
* Update for python 3. Refs #384aric2010-08-071-1/+1
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401853
* Ported examples/algorithms. Refs #384loicseguin2010-08-053-30/+26
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401847
* Raise exception if using Python-2.4 or earlier (uses defaultdict).aric2010-06-191-1/+5
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401747
* Fix Exceptions to work with Python 2.6.dschult2010-06-191-4/+1
| | | | | | | Fixes #361 --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401745
* Simplified blockmodel example and improved drawing.aric2010-03-051-32/+43
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401541
* Blockmodel examplearic2010-03-052-0/+418
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401540
* License change to BSD.aric2009-08-262-4/+4
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401429
* move examples directory out of doc directoryaric2008-11-132-0/+189
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40961