82) The running time T (n), where 'n' is input size of a recursive algorithm, is given as
T (n) = c + T (n - 1), if n > 1
= d, if n ≤1
The order of the algorithm is
Answer is:
n
Related Theory of Computation MCQ with Answers
Answer is:
δ: Q xΓ--->Q xΓx {L, R}
Answer is:
O(f)
Answer is: