/KNN_LSH

C++ implementation of probabilistic kNN finding algorithm

Primary LanguageC++

KNN_LSH

This repository contains the program implementation of projects 1 & 2 of the course “software development for algorithmic problems" of DIT – UoA. The kNN algorithm used here is probabilistic and uses locality sensitive hashing (or LSH for short).

Contributors