Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 504 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 504 Bytes

Parallel-Knuth-Morris-Pratt

The project is based on an advanced solution of pattern matching in text files.

  • Study of a parallel version of Knuth-Morris-Pratt algorithm, used to do pattern matching on text.
  • Implementation of these new version in C language using MPI Protocol.
  • Test made on Power 7 of UNIPD DEI department.
  • Report about obtained results and analysis of them.

The project was developed by CristiFab and RaffaDNDM.