Skip to content

Commit 7f8da91

Browse files
committedApr 13, 2018
Update READMEs.
1 parent bcf5855 commit 7f8da91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎src/algorithms/math/fibonacci/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ the fact that every number after the first two is the sum of the two
66
preceding ones:
77

88
`0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...`
9+
10+
A tiling with squares whose side lengths are successive Fibonacci numbers
11+
12+
![Fibonacci](https://upload.wikimedia.org/wikipedia/commons/d/db/34%2A21-FibonacciBlocks.png)
13+
14+
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.
15+
16+
![Fibonacci Spiral](https://upload.wikimedia.org/wikipedia/commons/2/2e/FibonacciSpiral.svg)
17+
18+
## References
19+
20+
[Wikipedia](https://en.wikipedia.org/wiki/Fibonacci_number)

0 commit comments

Comments
 (0)
Please sign in to comment.