RESEARCH AND ELABORATION OF PARALLELIZATION METHODS FOR SORTING ALGORITHMS
Keywords:
sorting algorithms, bubble sort, merge sort, quick sort, threads, speedupAbstract
Research, elaboration and experiments of several parallelization methods are performed for different sorting algorithms. It is shown how the performance of an algorithm (such as bubble sort, merge sort, quick sort algorithms) can be improved through parallelization and compared with its sequential version.