Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ generateCombinations } from
'../AllCombinationsOfSizeK'
2
3
describe(
'AllCombinationsOfSizeK'
, () => {
4
it(
'should return 3x2 matrix solution for n = 3 and k = 2'
, () => {
Callers
nothing calls this directly
Calls
1
generateCombinations
Function · 0.90
Tested by
no test coverage detected