Skip to content

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.

Notifications You must be signed in to change notification settings

KTH-Ivan-Liljeqvist/Quick-Sort-in-Java

Repository files navigation

Quick-Sort

This was a quite large assignment at Royal Institute of Technology. We implemented Quick Sort with and without Insertion Sort in Java.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages