Repeat Exercise, but consider the class SortedLinkedList, as described in Segment 17.12, instead of Linked-ChainBase.
Exercise 5 in Chapter 16 asked you to design an ADT for a list of earthquake records. Can you implement this ADT by using inheritance, with LinkedChainBase as the base class? Which methods would you need to override? Is containment more appropriate?
Exercise 5
Imagine you are working for a geologist who has records for earthquakes that occurred during the past 50 years. Each record includes a date, location, strength, and duration. Design and specify an ADT for this collection of data.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.