[jgrapht-users] Non-cyclical Hamiltonian?
Brought to you by:
barak_naveh,
perfecthash
From: Darrell E. <de...@so...> - 2013-09-29 05:13:47
|
Hi all, Is there a way to get a hamiltonian cycle for a given node, but not actually a cycle? Given a graph and a starting node, I'd like to find a path that will cover each node exactly once, but not returning to the origin. Any advice? Thanks! -darrell |