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