mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-20 22:36:03 +02:00
parent
6a30bbe54a
commit
43474d27d1
@ -4,7 +4,7 @@ minutes: 30
|
||||
|
||||
# Exercise: Fibonacci
|
||||
|
||||
The first and second Fibonacci numbers are both `1`. For n>2, he n'th Fibonacci
|
||||
The first and second Fibonacci numbers are both `1`. For n>2, the n'th Fibonacci
|
||||
number is calculated recursively as the sum of the n-1'th and n-2'th Fibonacci
|
||||
numbers.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user