All challenges
Algorithm challenge· 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.