Multiple Choice
When testing the insert method of a linked list (one that inserts at the beginning of the list) , what scenarios do we want to test?
A) Insert in an empty list (only) .
B) Insert in an empty list and a nonempty list.
C) Insert in a nonempty list (only) .
D) There is no need to test if we think the method is properly coded.
Correct Answer:

Verified
Correct Answer:
Verified
Q52: A linked list:<br>A) has a fixed size.<br>B)
Q53: Visiting each node in a list by
Q54: The isFull and isEmpty methods enable a
Q55: A linked list that stores its values
Q56: When we successfully delete an item from
Q58: When testing the delete method of a
Q59: In a sorted linked list, we always
Q60: With a linked list, you should provide
Q61: In a queue represented by an array,
Q62: A doubly linked list provides two links