Rewrite Exercise 4, making MergeLists an array-based member function of the Sorted List ADT. Exercise 4 Write

Question:

Rewrite Exercise 4, making MergeLists an array-based member function of the Sorted List ADT.

Exercise 4

Write a client function that merges two instances of the Sorted List ADT using the following specification. MergeLists(SortedType list1, SortedType list2, SortedType& result)

image text in transcribed 1. Write the prototype for MergeLists. 2. Write the function definition, using an array-based implementation. 3. Write the function definition, using a linked implementation. 4. Describe the algorithm in terms of Big-O.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

C++ Plus Data Structures

ISBN: 9781284089189

6th Edition

Authors: Nell Dale, Chip Weems, Tim Richards

Question Posted: