分享

Hamiltonian circuits (vertices circuits)

 moonboat 2011-06-13
Icosian Game A century after Euler’s discovery (see Problem 4), another
famous puzzle–this one invented by the renown Irish mathematician
Sir William Hamilton (1805-1865)–was presented to the world under
the name of the Icosian Game. The game was played on a circular wooden
board on which the following graph was carved:
 
Find a Hamiltonian circuit–a path that visits all the graph’s vertices
exactly once before returning to the starting vertex–for this graph.
 
Hits:
No efficient algorithm for solving this problem for an arbitrary graph is
known. This particular graph does have Hamiltonian circuits which are
not difficult to find. (You need to find just one of them.)
 
Solution:
A Hamiltonian circuit is marked on the graph below:
 
Think:
Does that mean there exist Hamiltonian circuits if and only if all the vertices have odd degrees? Different with Eulerian circuits and Eulerian paths:
Eulerian circuits and Eulerian paths must walk around the edges,every edges will walked.
But  Hamiltonian circuits  is just pass the vertices, don't need walk all edges.
 
Hamiltonian circuits  is base on Eulerian circuits

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多