Return the `11`th Fibonacci number (0-indexed: F(0)=0, F(1)=1). Variant **#31**.
Example 1
Input: n = 11
Output: 89
Constraints
Acceptance: 76% · Topics: math, dynamic-programming, recursion
← All practice problems