Multiple Choice
In a reference-based implementation of an ADT list ______.
A) increasing the size of the list can waste storage and time
B) less memory is required to store an item than in an array-based implementation
C) an item explicitly references the next item
D) the location of the item after a particular item is implied
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: To delete a node N from a
Q23: What are two advantages of using a
Q24: _ is a process that transforms an
Q25: The constant null can be used as
Q26: When you declare a variable that refers
Q28: Insertion at the end of a linear
Q29: A reference variable whose sole purpose is
Q30: Write the code fragment to delete the
Q31: In a circular doubly linked list,inserting into
Q32: What are the three high-level steps to