Skip to content
#

multisort

Here are 5 public repositories matching this topic...

Language: All
Filter by language

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 multisort 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 multisort topic, visit your repo's landing page and select "manage topics."

Learn more