naturally
Natural sorting library
An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters
Natural sort algorithm
87 stars
6 watching
20 forks
Language: Ruby
last commit: over 1 year ago array-comparisonrubysortsort-order
Related projects:
Repository | Description | Stars |
---|---|---|
| A sorting function for natural ordering of strings containing numbers | 14 |
| An extension to StringComparison that adds support for natural sorting of strings | 175 |
| Provides a collection of algorithms for sorting data in a programming language | 17 |
| A library that allows gradients to be propagated through sorting operations, enabling differentiable sorting networks. | 107 |
| An optimized sorting algorithm with O(1) memory usage. | 1,273 |
| An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures. | 68 |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
| A fast string sorting algorithm implemented in Go. | 192 |
| An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| A small utility module to check if an ordered list of values is in the correct sequence | 23 |
| An implementation of sorted data structures using B-Trees in the Nim programming language | 17 |
| An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 703 |
| A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order | 107 |
| A collection of basic algorithms implemented in Ruby | 72 |