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