All challenges
DSA
Fibonacci Number
easy
20m
#dsa#python#javascript#typescript#go#java#cpp#rust
Return the n-th Fibonacci number where fib(0) = 0, fib(1) = 1.
Start challengeSign in to save your progress.