Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Book Node: Create a BookNode class to store the Title, Author and ISBN of each book. Provide appropriate constructors, get(), set() and display functions in

Book Node:

Create a BookNode class to store the Title, Author and ISBN of each book. Provide appropriate constructors, get(), set() and display functions in the class.

Problem Description:

Write a C++ program which allows a librarian to manage data for a number of books and store 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 books’ 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

Step by Step Solution

3.38 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

Solution Code BookNodeh include include include using namespace std class BookNode private string title string author int ISBN public BookNode left BookNode right BookNode BookNodestring string int vo... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Using Excel & Access for Accounting 2010

Authors: Glenn Owen

3rd edition

1111532672, 978-1111532673

More Books

Students also viewed these Programming questions

Question

What are the differences between various types of monitors?

Answered: 1 week ago

Question

What do you think?

Answered: 1 week ago

Question

How is grouping used with the cash budget?

Answered: 1 week ago