8.0.0 • Published 3 years ago

@aureooms/js-sort v8.0.0

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

:signal_strength: @aureooms/js-sort

Sorting algorithms for JavaScript. See docs. Parent is @aureooms/js-algorithms.

:building_construction: Caveat emptor! This is work in progress. Code may be working. Documentation may be present. Coherence may be. Maybe.

import {isSorted} from '@comparison-sorting/is-sorted';
import {increasing, decreasing} from '@total-order/primitive';
isSorted(increasing, [1, 2, 3], 0, 3); // true
isSorted(decreasing, [1, 2, 3], 0, 3); // false

License Version Build Dependencies Dev dependencies GitHub issues Downloads

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

:baby: Children

This package has several children:

:balance_scale: Comparison sorting

Subroutines

:zzz: Integer sorting

:link: Links