Graph MinorsTake a graph and remove some edges. Then contract some edges so that their ends become fused. What you get is a minor of the original graph.
There are some interesting results about graph minors. K5 is the graph made of 5 vertices which are all connected (requiring 10 edges). K3,3 is two sets of three vertices, each vertex in one set connected to each vertex in the other (requires 9 edges).
Deciding whether G1 is a minor of G2 is NpHard.
References:
EditText of this page
(last edited January 9, 2006)
or FindPage with title or text search