Question: Can someone implement a doubly linked list in C++? The code should include the following.... Instructions For this assignment you must write a program that
Can someone implement a doubly linked list in C++? The code should include the following....

Instructions For this assignment you must write a program that implements and manages a list of information. The list must store entries comprised of a string representing an event id and an integer representing the events priority; for simplicity, this program does not concern itself with duplicate event ids. The linked list should be implemented as a doubly linked list. Your program should implement a text-based interface capable of handling the following commands: exit - exits the program load
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
