Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 228 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 228 Bytes

Top k query

This project achieves a naive and a Threshold algorithm of top k query. It also support join operation of multiple tables. Btree is used for constructing index. This project is one of my databse course assignment.