Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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型打印二维数组
2
function
printMatrix(n, m) {
3
let
ret = []
4
// let obj = Array(String(n*m).length-1).fill(0)
Callers
nothing calls this directly
Calls
1
printMatrix
Function · 0.85
Tested by
no test coverage detected