Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ combSort } from
'../CombSort'
2
3
describe(
'combSort function'
, () => {
4
it(
'should correctly sort an input list that is sorted backwards'
, () => {
Callers
nothing calls this directly
Calls
1
combSort
Function · 0.90
Tested by
no test coverage detected