Back to search
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).
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits