kasselouris / Complex-Data-Management

Spatial Data and Networks, Efficient Text Retrieval Methods, Ultra Fast Database Operators, Top-K Queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complex-Data-Management

The projects I did for my undergraduate course of Complex Data Management.

Summary of the projects:

  • O(n) time for database merge operations such as join, intersection etc between two sorted arrays.
  • Implementation of the R-tree data stracture for spatial data (or multi-dimensional data), as well as range and K Nearest Neighbors queries based on R-tree.
  • Implementation of spatial network algorithms such as Dijkstra and A*, and top-K queries.
  • Efficient containment and relevance retrieval queries methods between transactions and items.

About

Spatial Data and Networks, Efficient Text Retrieval Methods, Ultra Fast Database Operators, Top-K Queries

License:MIT License


Languages

Language:Python 100.0%