Hamilton path vs. Euler path

回答: 關於Hamilton PathSwiperTheFox2010-04-14 02:32:48

Hamiltonian path means the path visits every *vertex* of the graph exactly once.
Euler path means the path visits every *edge* of the graph exactly once.

The above definitions become "circle" (or circuit) if you require that at the end you return to the starting vertex (edge).

所有跟帖: 

回複:Hamilton path vs. Euler path -jinjing- 給 jinjing 發送悄悄話 (647 bytes) () 04/15/2010 postreply 07:20:09

I'm sorry for typing ; thang for thank,Erler for Euler -jinjing- 給 jinjing 發送悄悄話 (115 bytes) () 04/15/2010 postreply 08:13:18

請您先登陸,再發跟帖!