

MCQOPTIONS
Saved Bookmarks
1. |
What is the space complexity of the above dynamic programming implementation of the boolean parenthesization problem?$ |
A. | O(1) |
B. | O(n) |
C. | O(n<sup>2</sup>) |
D. | O(n<sup>3</sup>) |
Answer» E. | |