The list maintained will always be in sorted order and will be displayed as such whenever the user is finished updating the list. You must use classes/objects, linked lists, and pointers. Using the embed icon shown above, include copies of your screenshots demoing the execution of your program for various input patterns
In the space provided below, write a C++ code that asks a user to enter the names of their favorite albums along with the year each album was released one at a time. As the user enters the data, the program inserts each name into a linked list such that the list in ascending order based on the release year. Your program also allows the user to delete any of the albums from the list. The list maintained will always be in sorted order and will be displayed as such whenever the user is finished updating the list. You must use classes/objects, linked lists, and pointers. Using the embed icon shown above, include copies of your screenshots demoing the execution of your program for various input patterns.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images