An open API service indexing awesome lists of open source software.

https://github.com/amari-calipso/ths-sort

thsSort - a simple sorting library
https://github.com/amari-calipso/ths-sort

algorithms array-manipulation cpp distribution-sort distribution-sorting java merge-sort mergesort python python3 quick-sort quicksort rust sorting sorting-algorithms vlang

Last synced: 4 months ago
JSON representation

thsSort - a simple sorting library

Awesome Lists containing this project

README

        

# ths-sort
thsSort - a simple sorting library i made for school projects

this library contains three main algorithms:
- Median Of Sixteen Adaptive Quicksort (as "`sort`")
- Adaptive MergeSort (as "`stableSort`")
- staticSort (as "`staticSort`", please note it only works on numeric types)

alongside with secondary algorithms, used inside the main ones.