There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
QuickSort implementation that switches to Insertion Sort when the sub-array gets small enough. At KTH we wrote a report where we investigated how different aspects such as pivotal points, using Insertion Sort or not, type of input data affect the time it takes to sort an array.