MCQOPTIONS
Saved Bookmarks
| 1. |
An algorithm that requires . operations to complete its task on n data elements is said to have a linear runtime. |
| A. | N^3 + 9 |
| B. | 3n^2 + 3n + 2 |
| C. | 2n + 1 |
| D. | 9 |
| Answer» D. 9 | |