June 2017
Beginner
1296 pages
69h 23m
English
21.1 Fill in the blanks in each of the following statements:
A self- class is used to form dynamic data structures that can grow and shrink at execution time.
A(n) is a constrained version of a linked list in which nodes can be inserted and deleted only from the start of the list.
A method that does not alter a linked list, but simply looks at it to determine whether it’s empty, is referred to as a(n) method.
A queue is referred to as a(n) data structure because the first nodes inserted are the first ones removed.
The reference to the next node in a linked list is referred to as a(n) .
Automatically reclaiming dynamically allocated ...
Read now
Unlock full access