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

File CombSort.test.js

Sorts/test/CombSort.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { combSort } from '../CombSort'
2
3describe('combSort function', () => {
4 it('should correctly sort an input list that is sorted backwards', () => {

Callers

nothing calls this directly

Calls 1

combSortFunction · 0.90

Tested by

no test coverage detected