WBJECA 2025 — Computer PYQ
WBJECA | Computer | 2025The running time of an algorithm for inputs is given as follows:
T(n) = c + T(n-1), \text{ if } n > 1
Here and are constants. Determine the Big-O complexity.

The running time of an algorithm for inputs is given as follows:
T(n) = c + T(n-1), \text{ if } n > 1
Here and are constants. Determine the Big-O complexity.
(Correct Answer)