hash-organization

There are 2 repositories under hash-organization topic.

  • 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:C2100
  • 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:C110