Content deleted Content added
Undid revision 549277785 by 131.170.90.4 (talk) unexpl. del. |
m WP:CHECKWIKI error fixes - Replaced endash with hyphen in sortkey per WP:MCSTJR using AWB (9100) |
||
Line 1:
[[File:
[[File:
In the [[mathematics|mathematical]] subfield of [[Matrix (mathematics)|matrix theory]], the '''Cuthill–McKee algorithm''' (named for Elizabeth Cuthill and J. McKee)
<ref name="cm">
The Cuthill McKee algorithm is a variant of the standard [[breadth-first search]]
Line 12:
by listing all vertices adjacent to all nodes in <math> R_i </math>. These
nodes are listed in increasing degree. This last detail is the only difference
with the breadth-first search algorithm.
==Algorithm==
Line 37:
==References==
<references />
* [http://www.boost.org/doc/libs/1_37_0/libs/graph/doc/cuthill_mckee_ordering.html Cuthill–McKee documentation] for the [[Boost C++ Libraries]].
* [http://ciprian-zavoianu.blogspot.com/2009/01/project-bandwidth-reduction.html A detailed description of the Cuthill–McKee algorithm].
{{DEFAULTSORT:Cuthill-McKee algorithm}}
[[Category:Matrix theory]]
[[Category:Graph algorithms]]
|