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: about 1 year ago
Linked from 1 awesome list
arrayarray-likejavascriptsortsorting
Related projects:
Repository | Description | Stars |
---|---|---|
| A sorting function for natural ordering of strings containing numbers | 14 |
| Creates a consistent ordering of object keys for serialization purposes. | 35 |
| A tool to automatically fix objects in JavaScript code with sorted keys | 97 |
| A collection of reusable sorting utilities in Swift | 61 |
| Generates a topologically sorted list of dependencies with cycle detection. | 13 |
| A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
| Tool to check if a value is an Observable | 40 |
| A fast string sorting algorithm implemented in Go. | 192 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| Identifies highly coupled classes and class cycles in Java codebases to prioritize refactoring efforts. | 459 |
| An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |
| Tools for analyzing and processing sequence data from the Online Encyclopedia of Integer Sequences. | 46 |
| A plugin for ESLint that enforces consistent code formatting and organization through rules-based sorting of various data structures. | 2,220 |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |