Time-bounded computations - The time complexity classes P and EXP
3 important questions on Time-bounded computations - The time complexity classes P and EXP
The complexity class P
P = U k>=1 DTIME(n^k) = DTIME(n) u DTIME(n^2) etc...
normal words : contains all decidable problems that can be solved in polynomial running time
The complexity class EXP
EXP = Uk>=1 DTIME(2^n^k) = DTIME(2^n) U DTIME(2^n^2) etc....
normal words : contains all decidable problem that can be solved in exponential running time .
P included in EXP
Time Hierarchy theorem
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding