Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ GeneratePermutations.test.js
File
GeneratePermutations.test.js
Backtracking/tests/GeneratePermutations.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ factorial } from
'../../Recursive/Factorial'
2
import
{ permutations } from
'../GeneratePermutations'
3
4
describe(
'Permutations'
, () => {
Callers
nothing calls this directly
Calls
2
permutations
Function · 0.90
factorial
Function · 0.90
Tested by
no test coverage detected