@aureooms/js-merge-insertion-sort

7.0.1 • Public • Published

🤺 @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

Package Sidebar

Install

npm i @aureooms/js-merge-insertion-sort

Weekly Downloads

2

Version

7.0.1

License

AGPL-3.0

Unpacked Size

410 kB

Total Files

8

Last publish

Collaborators

  • aureooms