comparison-sorting/insertion-sort

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export {default as sort} from './sort.js';
export {default as sortTypedDecreasing} from './sortTypedDecreasing.js';
export {default as sortTypedDecreasingOptimized} from './sortTypedDecreasingOptimized.js';
export {default as sortTypedIncreasing} from './sortTypedIncreasing.js';
export {default as sortTypedIncreasingOptimized} from './sortTypedIncreasingOptimized.js';