What are two advantages of using a reference-based implementation of the ADT list instead of an array-based implementation?
What will be an ideal response?
First, a reference-based implementation does not shift items during insertion and deletion operations.
Second, a reference-based implementation does not impose a fixed maximum length on the list.
Computer Science & Information Technology
You might also like to view...
The ________ format displays the currency symbol next to the left-most digit
Fill in the blank(s) with correct word
Computer Science & Information Technology
Charts should be modified and formatted to ensure that the chart conveys the intended message
Indicate whether the statement is true or false
Computer Science & Information Technology