Skip to content

Implementing a hash table using C++ to improve the search speed of a library by looking up books by their title, it also includes functionality such as adding and removing books

Notifications You must be signed in to change notification settings

SohailMG/LibraryManagmentSystem

Repository files navigation

Library Managment System

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

About

Implementing a hash table using C++ to improve the search speed of a library by looking up books by their title, it also includes functionality such as adding and removing books

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages