Sort an array by descending values via insertion sort, pass by value
The merge-insertion sort (aka the Ford-Johnson algorithm) is optimized for using few comparisons.
Insertion sort is a simple sorting algorithm that works the way we sort playing cards in our hands.
Collection of ready-to-use implementation of some sorting algorithms such as: merge sort, quick sort, bubble sort, insertion sort
A sorting library for Node.js & javascript made based on well kown algorithmes included : Bead Sort , Gravity Sort , Bucket Sort , Bin Sort , Counting Sort , Insertion Sort , Merge Sort , Radix Sort
Arranges values in an order.
Insertion sorting algorithms for JavaScript
ShellOsort uses the cuts 1, 1, 3, 12, 64, 405, 3312, 44370, 2209839, 623492664 and insertion sort to sort sub-arrays which match for the different cuts
JSS plugin that ensures style properties extend each other instead of override
Sort an Object or package.json based on the well-known package.json keys
Easy autofixable import sorting
A TypeScript library with data structures and sorting algorithms including MaxStack, bubble sort, insertion sort, and selection sort
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
PostCSS plugin for sorting and combining CSS media queries with mobile first / **desktop first methodologies
Micro library for sorting arrays using the firstBy().thenBy().thenBy() syntax
Content insertion plugin for @atlaskit/editor-core
vfile utility to sort messages by line/column
Sort the keys of an object
Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)
The custom `sort` method (mobile-first / desktop-first) of CSS media queries for `postcss-sort-media-queries`, `css-mqpacker` or `pleeease` (which uses css-mqpacker) or, perhaps, something else ))
Sort an object's keys, including an optional key list
Fork of eslint rule that sorts keys in objects (https://eslint.org/docs/rules/sort-keys) with autofix enabled
Sort array elements in ascending order.
Sort array elements in descending order.