mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-13 23:42:23 +08:00
Update READMEs.
This commit is contained in:
@ -6,3 +6,15 @@ the fact that every number after the first two is the sum of the two
|
|||||||
preceding ones:
|
preceding ones:
|
||||||
|
|
||||||
`0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...`
|
`0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...`
|
||||||
|
|
||||||
|
A tiling with squares whose side lengths are successive Fibonacci numbers
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs connecting the opposite corners of squares in the Fibonacci tiling;[4] this one uses squares of sizes 1, 1, 2, 3, 5, 8, 13 and 21.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
[Wikipedia](https://en.wikipedia.org/wiki/Fibonacci_number)
|
||||||
|
Reference in New Issue
Block a user