7.0.1 • Published 4 years ago

@aureooms/js-merge-insertion-sort v7.0.1

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
4 years ago

:person_fencing: @aureooms/js-merge-insertion-sort

Ford-Johnson algorithm for JavaScript. See docs. Parent is @aureooms/js-sort.

import { fordjohnson } from "@aureooms/js-merge-insertion-sort" ;
import { binarysearch } from "@aureooms/js-search" ;
import { swap } from "@aureooms/js-array" ;
const fj = fordjohnson( binarysearch ) ;
const sort = (compare, a, i, j) => fj(compare, swap, a, i, j) ;

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size