Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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