Coursework I've done for a parallel computing class I took at NYU, Spring 2014
For this lab, I implemented a method for solving a group of linear equations using MPI.
For this lab, I implemented a method for solving a modified version of the traveling salesman problem in OpenMP.
For this lab, a reduction algorithm was implemented to find the maximum element of an array of integers.