MCPcopy 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

1import { factorial } from '../../Recursive/Factorial'
2import { permutations } from '../GeneratePermutations'
3
4describe('Permutations', () => {

Callers

nothing calls this directly

Calls 2

permutationsFunction · 0.90
factorialFunction · 0.90

Tested by

no test coverage detected