AntonisZks / Information-Systems-Software-Development-Project

A university project implementing Vamana-Indexing-Algorithm (VIA) for Approximate-Nearest-Neighbors (ANN) problem.
2 stars 0 forks source link

Simplify GreedySearch #42

Closed AntonisZks closed 1 week ago

AntonisZks commented 1 week ago

The GreedySearch needs some adjustments in order to be simplified.

AntonisZks commented 1 week ago

I have simplified my version of the Greedy Search Algorithm and I have added some comments and documentation to the code.