[prev] [index] [next]

Hamilton Path and Tour

Hamilton path problem:
  • find a simple path connecting two vertices v,w in graph G
  • such that the path includes each vertex exactly once
If v = w, then we have a Hamilton Tour.

[Diagram:Pics/graphs/hamilton1.png]

No efficient algorithm known (use generate-and-test)