combinatoricSelections(1000)
should return 4626.");'
- text: ''
testString: 'assert.strictEqual(combinatoricSelections(10000), 4431, "combinatoricSelections(10000)
should return 4431.");'
- text: ''
testString: 'assert.strictEqual(combinatoricSelections(100000), 4255, "combinatoricSelections(100000)
should return 4255.");'
- text: ''
testString: 'assert.strictEqual(combinatoricSelections(1000000), 4075, "combinatoricSelections(1000000)
should return 4075.");'
```