Q.

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» B. o(n! * n)
1.6k
0
Do you find this helpful?
5

View all MCQs in

Discrete Mathematics

Discussion

No comments yet