InterviewSolution
Saved Bookmarks
| 1. |
Savitch theorem relates to which of the following:(a) PSPACE=NPSPACE(b) Alternating Turing Machine(c) Time complexity(d) None of the mentioned |
|
Answer» Right choice is (a) PSPACE=NPSPACE To explain: Some important conclusions of Savitch theorem includes: a) PSPACE=NPSPACE: square of a polynomial function is still a polynomial function. b) NL∈L2 |
|