Graph isomorphism
Encyclopedia : G : GR : GRA : Graph isomorphism
A graph isomorphism is a bijection, i.e., a one-to-one mapping, between the vertices of two graphs [G] and [H]:
- [ f: V(G) \rightarrow V(H)]
If an isomorphism can be constructed between two graphs, then we say those graphs are isomorphic.
Determining whether two graphs are isomorphic is the graph isomorphism problem.
Example
Consider these two graphs:
Although these graphs look very different, they are isomorphic; one isomorphism between them is
- :[ f(a) = 1]
- :[ f(b) = 6]
- :[ f(c) = 8]
- :[ f(d) = 3]
- :[ f(g) = 5]
- :[ f(h) = 2]
- :[ f(i) = 4]
- :[ f(j) = 7]
See also
This article incorporates material from on PlanetMath, which is licensed under the [Text of the GNU Free Documentation LicenseGFDL].
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.


