mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
Javascript/linear-algebra-javascript
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const numRows = 5
|
||||
const numRows = 5
|
||||
|
||||
var generate = function (numRows) {
|
||||
const triangle = [[1], [1, 1]]
|
||||
|
||||
Reference in New Issue
Block a user