Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
To find a fibonacci number given a count:
|
||||
Put 0 into a number.
|
||||
Put 1 into another number.
|
||||
Loop.
|
||||
If a counter is past the count, put the number into the fibonacci number; exit.
|
||||
Add the number to the other number.
|
||||
Swap the number with the other number.
|
||||
Repeat.
|
||||
Loading…
Add table
Add a link
Reference in a new issue