8000 Merge pull request #94 from rayahazi/patch-1 · JSSpagh/Algorithms-Explanation@ff4a5ec · GitHub
[go: up one dir, main page]

Skip to content

Commit ff4a5ec

Browse files
authored
Merge pull request TheAlgorithms#94 from rayahazi/patch-1
Fix fibonnacci item sequence issue
2 parents 083504b + 77a7172 commit ff4a5ec

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