summaryrefslogtreecommitdiff
path: root/networkx/utils/rcm.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Format w/ blackJarrod Millman2020-07-101-4/+2
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+1
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-5/+0
* Enable more doctestsJarrod Millman2019-10-181-2/+2
* psuedo -> pseudo (fixing typo)Peleg Michaeli2016-11-291-2/+2
* Solve merge conflictsMridul Seth2015-08-131-1/+4
|\
| * Merge master into iter_refactorDan Schult2015-08-071-1/+4
* | Update single_source_shortest_path_length and all_pairs_shortest_path_length ...Mridul Seth2015-08-131-1/+1
|/
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-2/+2
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Simplifies example function in documentation.Jeffrey Finkelstein2015-05-191-4/+2
* Avoid quadratic behavior in connected_cuthill_mckee_orderingysitu2014-08-041-18/+11
* Fix Cuthill-McKee ordering examplesysitu2014-08-041-2/+2
* Fix PEP8 issues in nx.utils.rcmysitu2014-08-041-4/+8
* Use generator and min for performanceAric Hagberg2014-04-201-2/+2
* Change interface to RCMAric Hagberg2014-04-201-34/+51
* Doc, whitespace cleanupAric Hagberg2014-04-201-2/+2
* Don't copy subgraphs in cuthill_mckee_ordering().Aric Hagberg2013-03-161-2/+2
* skip doctest that uses numpyAric Hagberg2011-09-251-2/+2
* Remove bad -- character.Aric Hagberg2011-09-241-2/+2
* Update cuthill-mckee ordering with docs and example.Aric Hagberg2011-09-241-31/+98
* Move reverse Cuthill-McKee algorithm to utils.Aric Hagberg2011-09-211-0/+83