Recursionhard
0:00.0

In the recurrence T(n)=T(n1)+O(1)T(n) = T(n-1) + O(1), what is the total complexity?