Timeline for Am I a Fibonacci Number?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 8, 2019 at 9:22 | history | edited | Shaun Bebbers | CC BY-SA 4.0 | Made it fewer BASIC bytes |
| Feb 4, 2019 at 23:56 | comment | added | Shaun Bebbers | Actually, I could save another 6 tokenized BASIC bytes by removing line 6 altogether and changing line 5 to 5 IF R<F THEN NEXT I - my bad! | |
| Feb 4, 2019 at 23:28 | history | edited | Shaun Bebbers | CC BY-SA 4.0 | Made it much better by not calculating the Fib number incrementally |
| Jan 12, 2019 at 17:10 | history | edited | Shaun Bebbers | CC BY-SA 4.0 | Made a good memory saving |
| Dec 21, 2017 at 10:41 | history | edited | Shaun Bebbers | CC BY-SA 3.0 | Spotted a potential error (even though it works) - corrected for consistency. |
| Dec 18, 2017 at 14:39 | history | answered | Shaun Bebbers | CC BY-SA 3.0 |