Multi-Threaded Algorithms in C
Parallelizing array-sum algorithm and Leighton's matrix column-sort algorithm in C.
Multi-Threaded Algorithms in C
Overview
Git repository is not public as it is UofA CSC 422 coursework.
Sum
- Sequential versus threaded sum of array.
Parsort
- Sequential versus threaded sorting of 2D matrix.
This post is licensed under CC BY 4.0 by the author.