MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / QuickSelect.test.js

File QuickSelect.test.js

Data-Structures/Array/test/QuickSelect.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { QuickSelect } from '../QuickSelect'
2
3describe('QuickSelect tests', () => {
4 it('should return the only element of a list of length 1', () => {

Callers

nothing calls this directly

Calls 1

QuickSelectFunction · 0.90

Tested by

no test coverage detected