Libraries: Introsort (Introspective sort)

 

Introsort (Introspective sort):

Sort the input array in-place using comparison function less.

Author: amrali

 

Update 25 Dec, 2022

The Less() function changed to generic to enable sorting arrays of simple types in descending order.

Added description for the custom sort order.