Recursionhard
0:00.0

A recursive function f(n)f(n) calls f(n1)f(n-1) and f(n2)f(n-2). If we use dynamic programming (memoization), the time complexity improves from O(2n)O(2^n) to: