/ParallellisedSorter

A small experiment algorithm. Works like a hybrid (QuickSort and InsertionSort) sorting algorithm, only difference being it splits main array into sub arrays based on the number of processors the device has, or how many it needs.

Primary LanguageJava

Watchers