MCQOPTIONS
Saved Bookmarks
| 1. |
What is the purpose of using square root decomposition? |
| A. | to reduce the time complexity of a code |
| B. | to increase the space complexity of a code |
| C. | to reduce the space complexity of a code |
| D. | to reduce the space and time complexity of a code |
| Answer» B. to increase the space complexity of a code | |