@aureooms/js-sort

8.0.0 • Public • Published

📶 @aureooms/js-sort


© xkcd.com

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

🏗️ 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

👶 Children

This package has several children:

⚖️ Comparison sorting

Subroutines

💤 Integer sorting

🔗 Links

Package Sidebar

Install

npm i @aureooms/js-sort

Weekly Downloads

0

Version

8.0.0

License

AGPL-3.0

Unpacked Size

372 kB

Total Files

14

Last publish

Collaborators

  • aureooms