Hamilton Paths in Complete graph $K_n$

576 Views Asked by At

In complete graph $K_n$, is it true that we can have at least $2*n$ Hamilton paths?

1

There are 1 best solutions below

3
On BEST ANSWER

Since in a complete graph $K_n$ each two vertices are adjacent, the set of Hamiltonian paths of $K_n$ is exactly a set $S_n$ of permutations of its vertices. But $|S_n|=n!$, which is at least $2n$ when $n\ge 3$, but it is less than $2n$ for $n\le 2$.