Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/neetcode-gh/leetcode
/ reverse
Function
reverse
javascript/0048-rotate-image.js:61–61 ·
view source on GitHub ↗
(matrix)
Source
from the content-addressed store, hash-verified
59
};
60
61
var
reverse = (matrix) => matrix.reverse();
62
63
var
transpose = (matrix) => {
64
const
rows = matrix.length;
Callers
1
rotate
Function · 0.70
Calls
1
reverse
Method · 0.45
Tested by
no test coverage detected