You are on page 1of 1

Assignment # 4

Data Structures and Algorithms


BSCS – 3A
9th May, 2021

Library Management System

Book Node:

Create a BookNode class to store the Title, Author and ISBN of each book.

Problem Description:

Write a C++ program which allows a librarian to manage data for a number of books and stores
the entered data in a BST. Each node of the BST should contain an object of class BookNode.
Data is to be arranged with respect to book title.

You program should allow the librarian to perform any of the given functionalities by giving him
a menu to choose from. Basic functionalities include:
1) to add new book’s data
2) to search for a book using title as the search parameter and display all its information
3) to modify an existing book’s data
4) to delete a book’s record
5) to display the list of currently present books

Submission Procedure

This is a group assignment (maximum of two group members allowed). SAME groups should be
maintained as in previous assignments. Changing group members is not allowed. You need to
submit a soft copy of your working program with output screen shots on LMS (individual
submissions are required for each group member). NO CREDIT for copied assignments.

Submission Date: Tuesday, 1st, June, 2021.

You might also like