MCPcopy Create free account
hub / github.com/course-dasheng/fe-algorithm / matrix.js

File matrix.js

interview/matrix.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// S型打印二维数组
2function printMatrix(n, m) {
3 let ret = []
4 // let obj = Array(String(n*m).length-1).fill(0)

Callers

nothing calls this directly

Calls 1

printMatrixFunction · 0.85

Tested by

no test coverage detected