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.
make hp
./build/hp_main
make clean
make ht
./build/ht_main
make clean
make sht
./build/sht_main
make clean