| |
| | REFERENCE: (Site not responding. Last check: 2007-10-26) |
 | | Informally, the graph isomorphism problem is take two graphs and calculate whether they are "the same." Before tacking the general problem, we'll consider a simple version of an alorithm for finding an isomorphism on trees, a subclass of graphs, (Justin will demonstrate a probabilistic algorithm.) |
 | | takes node 1 in the first graph to node 1 in the second graph, 2 to 5, 3 to 3, 4 to 4, 5 to 2, and 6 to 6, i.e. |
 | | Then it compares the neighbors of the leaves of the two graphs and so on until we find that the trees are the isomorphic or not. |
| www.reed.edu /academic/math442/mattiso.html (822 words) |
|