This program reads dataset of books and stores their details into a hashtable at the start of the program.the program allows for searching book by title,adding and removing books To run program
cd to LibraryManagmentSystem then run make
Then
./Program books
Command to run Hash Tabel tests
g++ -std=c++11 HashTable.cpp hash_tests.cpp Book.cpp
Or
g++ HashTable.cpp hash_tests.cpp Book.cpp