Question: done in c++ done in 3 hours Task 1: Maintain a bookshelf that initially contain 2 books. Now you purchased three more books from book
done in c++ done in 3 hours
Task 1: Maintain a bookshelf that initially contain 2 books. Now you purchased three more books from book fair and add them to your shelf. Consider the fact that last book will be removed first from the shelf. Display all books in shelf. Use appropriate data structure as per your understanding to implement the task. Task 2: First, explore what are doubly linked lists and then write a properly formatted code for inserting a node at front and end, deleting a node from front and end and printing the linked list in forward direction only. Code must include the user defined functions and its your choice to make the function calls dynamic or static.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
