24 skills found
scandum / QuadsortQuadsort is a branchless stable adaptive mergesort faster than quicksort.
timsort / Cpp TimSortA C++ implementation of timsort
mziccard / Node TimsortTim Sort implementation for Node.js
avk959 / LGenericsGeneric algorithms and data structures for Lazarus/Free Pascal
colgreen / RedzenGeneral purpose C# code library.
EmuraDaisuke / SortingAlgorithm.HayateShikiHayate-Shiki is an improved merge sort algorithm with the goal of "faster than quick sort".
psilva261 / Timsortgo implementation of timsort
abstools / Java Timsort BugHow to break TimSort and how to fix it
tvanslyke / Timsort CppA fine-tuned, highly-optimized timsort implementation for C++17.
patperry / TimsortPort of Java's TimSort to C
JamesQuintero / ShiftSortSorting algorithm quicker than MergeSort, and is adaptive and stable.
bellbind / Stepbystep TimsortUnderstanding timsort features by implementing step by step manner.
lxsmnsyc / TimSortTimSort implementation in JS/ES.
Baobaobear / SortHighly-optimized sorting implemention in C++, including insertsort, shellsort, heapsort, quicksort, mergesort, timsort
kdgyun / GoSortingAlgorithmsVarious Sorting Algorithms with golang
timjb / Haskell Timsort[OBSOLETE] An adaptive, stable, natural mergesort implemented on mutable vectors.
pgmmpk / Timsorttimsort has moved to psilva261/timsort
marijnfs / ZigtimsortTimSort implementation for Zig
notriddle / Rust TimsortRust implementation of the modified MergeSort used in Python and Java
hu-ng / TimsortImplementation of Timsort in Python