MCQOPTIONS
Saved Bookmarks
| 1. |
Solution to recurrence relation T(n) = T(n - 1) + 2 is given by, where n > 0 and T(0) = 5. |
| A. | T(n) = 2n - 5 |
| B. | T(n) = n - 5 |
| C. | T(n) = 2n + 5 |
| D. | T(n) = n - 3 |
| Answer» D. T(n) = n - 3 | |