MCQOPTIONS
Saved Bookmarks
| 1. |
What is the space complexity of the above dynamic programming implementation of the minimum number of insertions to form a palindrome problem? |
| A. | O(1) |
| B. | O(n) |
| C. | O(n2) |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |