8000 Update Fibonacci_Numbers.md · JSSpagh/Algorithms-Explanation@77a7172 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77a7172

Browse files
authored
Update Fibonacci_Numbers.md
changed steps numbers. it was wrong. (missing 4 and 5)
1 parent 083504b commit 77a7172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/Basic Math/Fibonacci_Numbers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Calculate matrix^4
4646
| 5 3 |
4747
| 3 2 |
4848
```
49-
### Step 3
49+
### Step 4
5050
```
5151
Calculate matrix^8
5252
| 34 21 |
5353
| 21 13 |
5454
```
55-
### Step 3
55+
### Step 5
5656
F(8)=21
5757

5858
## Implementation

0 commit comments

Comments
 (0)
0