MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / AllCombinationsOfSizeK.test.js

File AllCombinationsOfSizeK.test.js

Backtracking/tests/AllCombinationsOfSizeK.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { generateCombinations } from '../AllCombinationsOfSizeK'
2
3describe('AllCombinationsOfSizeK', () => {
4 it('should return 3x2 matrix solution for n = 3 and k = 2', () => {

Callers

nothing calls this directly

Calls 1

generateCombinationsFunction · 0.90

Tested by

no test coverage detected