Unique topological sorting implies the existence of a Hamiltonian path
1 answer
Suppose there is a dag. We first sort it topologically. This dag needs a Hamiltonian path; each vertex must be connected to the next vertex in topological order, because if it is not connected in this way, it will not have a Hamiltonian path (we cannot visit every vertex from anywhere). and if each vertex is connected to the next vertex in a topological order, then there can be no other topological ordering. Hope this helps.
+2
source to share