Variation on Hamiltonian path problems

Posted by Robert on Stack Overflow See other posts from Stack Overflow or by Robert
Published on 2010-03-06T08:14:31Z Indexed on 2010/03/24 18:53 UTC
Read the original article Hit count: 249

Filed under:

Thinking about if we modify the definition of Hamiltonian path as we need to go through every edge once,but can pass vertex any times,is there still an algorithm available? How should I modify the original Hamiltonian algorithm to account for this?

© Stack Overflow or respective owner

Related posts about algorithm