DHPS-Solutions / dhps-lib

c+
3 stars 0 forks source link

feat(sort.h): created a generic and fast quicksort algorithm #4

Closed callumgran closed 1 year ago

callumgran commented 1 year ago

The sorting method is equivalent in speed to the glib algorithm, which is great bearing in mind that this algorithm surely kan be optimized.