I came across this answer on a very similar question which says:
Total (non-distinct) Hamiltonian circuits in complete graph $K_n$ is $(n−1)!$
This follows from the fact that starting from any vertex we have $n−1$ edges to choose from first vertex, $n−2$ edges to choose from second vertex, $n−3$ to choose from the third and so on. These being independent choices, we get $(n−1)!$ possible number of choices.
I have seen many textbooks which mention the exact same reasoning, but what I do not understand is the fixed choice of the starting vertex.
Since the starting vertex itself can be chosen in $n$ ways, we should have $n!$ total Hamiltonian circuits and not $(n-1)!$.
Why is this not the case?