big o - Hamiltonian circuit -


What is the biggest complexity of finding Hamiltonian circuits in Markov series using DFS?

Big O notation gives upper limit, ie bad case running time. For the Hamiltonian cycle it can be called O (N ^ N)


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -