Knuth-Morris-Pratt algorithm parallel implementation with MPI
Go to file
Raffaele Mignone 4f62118a78
add coolect_results function
2021-03-21 14:23:56 +01:00
.idea Add sequential implementation 2021-03-15 21:04:23 +01:00
.gitignore Init repository 2021-03-15 21:04:02 +01:00
CMakeLists.txt Add sequential implementation 2021-03-15 21:04:23 +01:00
LICENSE Init repository 2021-03-15 21:04:02 +01:00
README.md Init repository 2021-03-15 21:04:02 +01:00
kmp.c Add sequential implementation 2021-03-15 21:04:23 +01:00
kmp.h Add sequential implementation 2021-03-15 21:04:23 +01:00
main.c add coolect_results function 2021-03-21 14:23:56 +01:00
util.c Read from files 2021-03-19 17:56:57 +01:00
util.h Read from files 2021-03-19 17:56:57 +01:00

README.md

KMP MPI implementazion

This is a project for the concurrent system exam at Unisannio.