is-sorted
Sequence checker
A small utility module to check if an ordered list of values is in the correct sequence
A small module to check if an Array is sorted
23 stars
3 watching
32 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
arrayarray-likejavascriptsortsorting
Related projects:
Repository | Description | Stars |
---|---|---|
dancouper/natural_sort | A sorting function for natural ordering of strings containing numbers | 14 |
domenic/sorted-object | Creates a consistent ordering of object keys for serialization purposes. | 35 |
leo-buneev/eslint-plugin-sort-keys-fix | A tool to automatically fix objects in JavaScript code with sorted keys | 97 |
dsmatter/swiftsortutils | A collection of utility functions and extensions for sorting in Swift | 61 |
graphitemaster/dep_sort | Generates a topologically sorted list of dependencies with cycle detection. | 13 |
sindresorhus/alpha-sort | A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 39 |
yourbasic/radix | A fast string sorting algorithm implemented in Go. | 192 |
stoeffel/mergesort | An efficient sorting algorithm with O(n log n) complexity. | 20 |
refactorfirst/refactorfirst | Identifies highly coupled classes and class cycles in Java codebases to prioritize refactoring efforts. | 457 |
dogweather/naturally | An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |
sidneycadot/oeis | Tools for analyzing and processing sequence data from the Online Encyclopedia of Integer Sequences. | 46 |
azat-io/eslint-plugin-perfectionist | A plugin for ESLint that enforces consistent sorting of various data in code | 1,932 |
pi8027/stablesort | Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |