Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 498 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 498 Bytes

parallel-computing

A repo of the microprojects during the course CS F422 Parallel Computing.

I worked on project A1-P1 and A2-P2.

A1-P1 deals with implementing parallel searching in a text corpus for boolean queries using MPI.

A2-P2 deals with implementing hyperquicksort for an array using OpenMP.

All programming was done in C.