Skip to content

Commit f9bbd25

Browse files
nik-revmao-sz
andauthored
feat: remove line break
Co-authored-by: MaoShizhong <[email protected]>
1 parent ad37314 commit f9bbd25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

19_pascal/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
The pascal's triangle is modelled as follows:
44
- The first row is `1`.
5-
- Each row can be considered to have a hidden `0` to either sides of it. So the first row could
6-
also be said to be `0, 1, 0`
5+
- Each row can be considered to have a hidden `0` to either sides of it. So the first row could also be said to be `0, 1, 0`
76
- To obtain the next row, we take each number and add it with its rightmost neighbor.
87

98
First row: `[1]`

0 commit comments

Comments
 (0)