AceSorting

Various sorting algorithms for Arduino, including Bubble Sort, Insertion Sort, Selection Sort, Shell Sort (3 versions), Comb Sort (4 versions), Quick Sort (3 versions).

Author
Brian T. Park
Website
https://github.com/bxparks/AceSorting
Category
Data Processing
License
MIT
Library Type
Contributed
Architectures
Any

Provides 2 variants of each algorithm: a simple variant which sorts in ascending order using the implicit less-than operator, and a three-argument variant that accepts a function pointer or lambda expression to sort using a user-defined sorting function.

Downloads

Filename Release Date File Size
AceSorting-1.0.0.zip 2021-12-04 410.99 KiB
AceSorting-0.3.0.zip 2021-08-23 408.63 KiB
AceSorting-0.2.0.zip 2021-08-06 403.91 KiB
AceSorting-0.1.0.zip 2021-08-05 376.13 KiB