This project consisted in implementing 3 different versions of a K-means algorithm and optimizing them, using C:
- A sequential version
- An OpenMP parallel version
- A Parallel version which used MPI
Lloyd's K-Means clustering algorithm for Parallel Computing course 2022/2023 @ uminho
C
This project consisted in implementing 3 different versions of a K-means algorithm and optimizing them, using C: