120k views
3 votes
Design and write a class that implements an ordered list type using a linked list, and a program that exercises and tests the class's list implementation. The items in the List will be integers, but it should be easy to change this type. The class should implement the following operations on ordered lists of its element type: c++

1 Answer

6 votes

Answer:

A

Step-by-step explanation:

User Cerd
by
5.1k points