Competitive-Programming-and-Contests-VP-Solution

The repository that contains all solutions made for the course Competitive Programming and Contests by the University of Pisa

View the Project on GitHub

Fibonacci Number

Solved Solution Time :clock11:
:heavy_check_mark: Naive huuge ms
:heavy_check_mark: Memorizzation 0 ms (faster than 100.00%)
:heavy_check_mark: Table 0 ms (faster than 100.00%)

Solution or Solution discussion