Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 535 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 535 Bytes

parprog-assignments

Assignments done for a Parallel Programming course UFMS Faculty of Computing, Brazil.

Description

These assignments are organized one per subdirectory, namely

  1. router: an OpenMP-based solution to trace routing with Lee's algorithm.
  2. min-edit-distance: a CUDA-based solution to minimum edit distance between two genetic sequences.
  3. erase-zeros: an MPI-based parallel solution to filtering of large arrays.

Each project has a PDF file that describes it (in Portuguese).