Question: 1) Implement an ordered linked list, linkedListOrdered class using templates, which contains data for the students (name, ID and cgpa), and the data is sorted

 1) Implement an ordered linked list, linkedListOrdered class using templates, which

1) Implement an ordered linked list, linkedListOrdered class using templates, which contains data for the students (name, ID and cgpa), and the data is sorted in the list as per the student IDs. The class should have the following functionalities: (20 Points) (a) Initialize the list (b) Determine whether the list is empty (e) Print the list (d) Find the length of the list (e) Destroy the list ( Retrieve the info contained in the first node (g) Retrieve the info contained in the last node (h) Search the list for a given item (0) Insert an item in the list (make sure that the items are added to the list in a sorted manner) 6) Delete an item from the list (k) Make a copy of the linked list (1) Implement the assignment operator) (m)Calculate the average egpa of all students in the list Make an iterator class for the operation like ++ and == also a linked list class for the function and orderlinkedlist class to inherted with the linked list class

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!