MCQOPTIONS
Saved Bookmarks
| 1. |
The time complexity of an algorithm T(n), where n is the input size, is given by T( n) = T( n 1) + 1/n if n > 1 The order of this algorithm is |
| A. | N |
| B. | Log n |
| C. | N+1 |
| D. | N-1 |
| Answer» C. N+1 | |