Skip to content
#

array-sorting

Here are 17 public repositories matching this topic...

Efficient implementations of Merge Sort and Bitonic Sort algorithms using CUDA for GPU parallel processing, resulting in accelerated sorting of large arrays. Includes both CPU and GPU versions, along with a performance comparison.

  • Updated Jul 27, 2023
  • Cuda

OpenMP/C project implementing Multisort, a parallel divide-and-conquer sorting algorithm. Recursively splits arrays into four parts, sorts in parallel with tasks, merges results, and uses sequential Quicksort for small sub-arrays. Optimized for high-performance multi-threaded execution (Parallel Systems, UNIWA).

  • Updated Feb 14, 2026
  • C

Improve this page

Add a description, image, and links to the array-sorting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the array-sorting topic, visit your repo's landing page and select "manage topics."

Learn more