|
|
|
|
|
by zmgsabst
783 days ago
|
|
Visiting a node twice implies a loop, which implies two paths between your original nodes. Let’s say we want to get from A to B, but we visit Y twice. That means there’s a segment of A~B that is Y~Y (a loop). However, since we’re talking about undirected edges, we can reverse that segment. Then both our original A~B and the A~B with Y~Y reversed are paths from A to B. So if there’s a single path from A to B, there cannot be a Y we visit twice along that path. (Please don’t take this as criticism; my pedantic nature got the better of me.) |
|
I was trying to find terminology for something Like 'all possible paths between these two nodes contain exactly one Hamiltonian sub-path' but I think that's a bit of a circular definition
All that said I'm running off 3 hours of sleep and about to recoup so that probably explains my non constructive comments here