You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maintainer=Orlando S. Hoilett <orlandohoilett@gmail.com>
sentence=Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.
paragraph=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!