Question: CSC 331 PROJECT 1 Design and implement a class representing a sorted doubly linked list. The class must have the following requirements: 1. The linked

 CSC 331 PROJECT 1 Design and implement a class representing a

CSC 331 PROJECT 1 Design and implement a class representing a sorted doubly linked list. The class must have the following requirements: 1. The linked list and the nodes must be implemented as C++ templates 2. It must include a constructor, a destructor, a copy constructor and an operator 3. It must include functions to insert a given item, delete a given item, search for a given item, empty the list, check if the list is empty, return the length of the list 4. It must provide an iterator to access items from front to back 5. It must provide an iterator to access items from back to front Write a menu-driven program to test all the functions in your class. To test your iterators, include in your menu options to print in ascending or descending order

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!