MCQOPTIONS
Saved Bookmarks
| 1. |
An algorithm that indicates the amount of temporary storage required for running the algorithm, i.e., the amount of memory needed by the algorithm to run to completion is termed as_____. |
| A. | Big Theta (f) |
| B. | Space complexity |
| C. | Big Oh O (f) |
| D. | None of the above |
| Answer» C. Big Oh O (f) | |