We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad37314 commit f9bbd25Copy full SHA for f9bbd25
19_pascal/README.md
@@ -2,8 +2,7 @@
2
3
The pascal's triangle is modelled as follows:
4
- 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`
+- 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`
7
- To obtain the next row, we take each number and add it with its rightmost neighbor.
8
9
First row: `[1]`
0 commit comments