InterviewSolution
Saved Bookmarks
| 1. |
The class PSPACE is closed under the following operations:(a) Union(b) Concatenation(c) Kleene(d) All of the mentioned |
|
Answer» Correct choice is (d) All of the mentioned For explanation: The closure property of PSPACE class includes :- Union, Concatenation and Kleene operation. |
|