The choice of polynomial class has led to the development of an extensive theory called ________
Computational complexity
Time complexity
Problem complexity
Decision complexity
15 practice sets · Page 1 of 1
The choice of polynomial class has led to the development of an extensive theory called ________
Computational complexity
Time complexity
Problem complexity
Decision complexity
Which of the following problems is not NP-complete?
Hamiltonian circuit
Bin packing
Partition problem
Halting problem
How many steps are required to prove that a decision problem is NP-complete?
1
2
3
4
To which of the following class does a CNF-satisfiability problem belong?
NP class
P class
NP complete
NP hard
How many conditions have to be met if an NP-complete problem is polynomially reducible?
1
2
3
4
A non-deterministic algorithm is said to be non-deterministic polynomial if the time-efficiency of its verification stage is polynomial.
True
False
How many stages of procedure does a non-deterministic algorithm consist of?
1
2
3
4
Halting problem is an example for?
Decidable problem
Undecidable problem
Complete problem
Tractable problem
To which class does the Euler's circuit problem belong?
P class
NP class
Partition class
Complete class
The Euler's circuit problem can be solved in?
O(N)
O(N log N)
O(log N)
O(N^2)
Problems that cannot be solved by any algorithm are called?
Tractable problems
Intractable problems
Undecidable problems
Decidable problems
________ is the class of decision problems that can be solved by non-deterministic polynomial algorithms.
NP
P
Hard
Complete
The sum and composition of two polynomials are always polynomials.
True
False
Problems that can be solved in polynomial time are known as?
Intractable
Tractable
Decision
Complete
The worst-case efficiency of solving a problem in polynomial time is?
O(p(n))
O(p(n log n))
O(p(n^2))
O(p(m log n))