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 dffe09b commit 2dfa030Copy full SHA for 2dfa030
exercises/practice/pascals-triangle/.docs/instructions.md
@@ -2,8 +2,7 @@
2
3
Compute Pascal's triangle up to a given number of rows.
4
5
-In Pascal's Triangle each number is computed by adding the numbers to
6
-the right and left of the current position in the previous row.
+In Pascal's Triangle each number is computed by adding the numbers to the right and left of the current position in the previous row.
7
8
```text
9
1
exercises/practice/pascals-triangle/.meta/config.json
@@ -30,5 +30,5 @@
30
]
31
},
32
"source": "Pascal's Triangle at Wolfram Math World",
33
- "source_url": "http://mathworld.wolfram.com/PascalsTriangle.html"
+ "source_url": "https://www.wolframalpha.com/input/?i=Pascal%27s+triangle"
34
}
0 commit comments