Write a program to create a dictionary class using BST that allows to
insert,
delete,
display in-order and
search records.
Each record represents a book and should contain,
book title,
author name,
number of copies,
publication year.
Insert the record using book title as key.
(shouldn't save or use any actual file data)

Write a program to create a dictionary class using BST that allows t.pdf

  • 1.
    Write a programto create a dictionary class using BST that allows to insert, delete, display in-order and search records. Each record represents a book and should contain, book title, author name, number of copies, publication year. Insert the record using book title as key. (shouldn't save or use any actual file data)