Skip to content

Commit ca43c00

Browse files
nik-revmao-sz
andauthored
feat(pascal): math mistake
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com>
1 parent b5adfce commit ca43c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

19_pascal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ also be said to be `0, 1, 0`
99
First row: `[1]`
1010
Second row: `[0+1, 1+0]` or simply `[1, 1]`
1111
Third row: `[0+1, 1+1, 1+0]` or simply `[1, 2, 1]`
12-
Fourth row: `[0+1, 1+2, 2+1, 1+0]` or simply `[1, 2, 2, 1]`
12+
Fourth row: `[0+1, 1+2, 2+1, 1+0]` or simply `[1, 3, 3, 1]`
1313
...
1414

1515
The pattern continues forever.

0 commit comments

Comments
 (0)