Page 1 of 1

What is the time complexity for finding a Hamiltonian path for a graph having N vertices (using permutation)?

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) O(N!)
b) O(N! * N)
c) O(log N)
d) O(N)