This repo contains simple yet fast implementations of k-Nearest Neighbor algorithm.
- Naive Sequential Implementation ✔️
- OpenMP Implementation ✔️
- CUDA Implementation ❌
k-NN is a project that contains implementations of various kNN algorithms both sequential and parallel.
C++MIT