KickSort

Data Storage

Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.
The class is templated allowing for ease of use across different data types. This library is built from aggregating and modifying different sorting implementations from various other GitHub users including: robtillaart, emilv, luisllamasbinaburo, and dndubins. Thanks!

Author: Linnes Lab, Orlando S. Hoilett

Maintainer: Orlando S. Hoilett

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.