Algo rec
closed

closed by
178 views
0 votes
0 votes
closed as a duplicate of: Time Complexity

What is the tightest upper bound to $T(n) = T(n-1) + 2^n$?

  • $O(n2^n)$
  • $O(2^n)$
  • $O(2^{2n})$
  • None
closed by

Related questions

0 votes
0 votes
1 answer
1
Ajit J asked Dec 25, 2018
676 views
What is the intersection between recursive and recursive enumerable language?And also intersection between recursive and non-REL languages
3 votes
3 votes
2 answers
3
0 votes
0 votes
0 answers
4
Sandeep Verma asked Nov 13, 2017
338 views
If a language(L1) is Recursive (REC) and L2 is Recursive (REC) , then what will be L1-L2 ?