MCPcopy Create free account
hub / github.com/Reaper622/DataStructure-Algorithm-TS / PrintMatrix

Function PrintMatrix

DataStructure/Array/PrintMatrix.ts:7–27  ·  view source on GitHub ↗

* 输入一个矩阵,按照从外向里以顺时针的顺序依次打印出每一个数字。 * @param {number[][]} arr * @return {number[]}

(arr: number[][])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Array.test.jsFile · 0.90

Calls 1

printCircleFunction · 0.70

Tested by

no test coverage detected