mergesort
Sorting algorithm
An efficient sorting algorithm with O(n log n) complexity.
O(n log n)
20 stars
3 watching
4 forks
Language: JavaScript
last commit: almost 6 years agoLinked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 703 | |
| An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 | |
| A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 | |
| A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,137 | |
| A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order | 107 | |
| An optimized sorting algorithm with O(1) memory usage. | 1,273 | |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 | |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 | |
| An implementation of the sorting algorithm known as Ska Sort in C++ | 235 | |
| A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations | 464 | |
| Provides a collection of algorithms for sorting data in a programming language | 17 | |
| Visualizes various sorting algorithms in Go with animations | 125 | |
| An implementation of a hybrid sorting algorithm with a focus on stability and adaptability | 6 | |
| A small utility module to check if an ordered list of values is in the correct sequence | 23 | |
| A fast string sorting algorithm implemented in Go. | 192 |