GitHub topics: block-file
annegog/Exercises.DB
implement and evaluate database management functions, including heap file organization and static hashing, while exploring indexing's impact on database performance
Language: C - Size: 521 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

mar-kan/DBMS_System
A database management system that uses block files written in C. There are two implementations: HP organizes the files in a heap. HT organizes the files in a hash table.
Language: C - Size: 303 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

mar-kan/DBMS_System_secondary_index
a DBMS that organizes the files in a hash table. Also contains a secondary index hashed on a secondary key.
Language: C - Size: 380 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

michalstruna/optimal-paths
Implementation of non-oriented graph, 2D range tree and block sorted file data structures for search points and paths on map
Language: Java - Size: 5.24 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0
