Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mgechev/google-interview-preparation-problems
/ next-permutation.js
File
next-permutation.js
src/next-permutation.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// https://leetcode.com/problems/next-permutation/description/
2
3
const
swap = (a, i, j) => {
4
const
t = a[i];
Callers
nothing calls this directly
Calls
1
nextPermutation
Function · 0.85
Tested by
no test coverage detected