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

Re-Implementation of GreedySearch #41

Closed AntonisZks closed 4 weeks ago

AntonisZks commented 1 month ago

I suggest we try to re-implement the GreedySearch algorithm in order to be compatible with the Graph data structure.

EvitaChasioti commented 1 month ago

I made GreedySearch more compatible and write some comments.

AntonisZks commented 1 month ago

I made a version of Greedy Search too