/Index_File

Create and manage files using heap file or hash table file organization

Primary LanguageC

Index File

Contributors:

  1. Evgenia Kozi
  2. Michail Vitantzakis

Create and manage files using heap file or hash table file organization. Hash table files can also have a secondary index.

You must delete the files data.db and index.db every time before running the program again.

HP File

make hp
./build/hp_main
make clean

HT File

make ht
./build/ht_main
make clean

SHT File

make sht
./build/sht_main
make clean