Examveda

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

A. O(N!)

B. O(N! * N)

C. O(log N)

D. O(N)

Answer: Option B


This Question Belongs to Data Structure >> Miscellaneous On Data Structures

Join The Discussion

Related Questions on Miscellaneous on Data Structures