Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 287 Bytes

FoodSearchApp

Food searching app. Basic implementation for search matching. Inefficient due to long time database loading.

TODO

  1. Add levestein distance to handle non-match cases. DONE.
  2. Add R-Tree nearest restaurants handling.
  3. Upgrade efficiency.
  4. Structure and clear code.