Skip to content

make-github-pseudonymous-again/js-sorting

Repository files navigation

📶 Sorting License GitHub issues


© xkcd.com

Sorting algorithms for JavaScript. See docs. Parent is 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

👶 Children

This package has several children:

⚖️ Comparison sorting

Spec

In-place

Stable

Input oblivious

Subroutines

💤 Integer sorting

🔗 Links

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy