Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 355 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 355 Bytes

Parallelize

A few attempts on improving the performance of algorithms listed below.

Technologies Used

OpenMP and MPI

List of Algorithms

  • Huffman Compression Algorithm

  • Guassian Elimination

  • Shortest Path Algorithm by Floyd Warshall

  • Best Match Problem

  • Find the kth element in a large array