They are my homeworks from the NTHU parallel programming course
- hw1 Odd Even Sort with MPI
- hw2 Manderbolt set with openmp and pthread
- hw3 Parallel Blocked Floyd-Warshall with cuda
Parallel Merge Sort and Parallel Bitonic Merge Sort is my given assignment as a TA in another course, they are both implemented in MPI.