Multiple Choice
In a typical doubly linked list,a node has
A) a field to store the element,and two references to keep track of two successor nodes
B) a field to store the element,and two references to keep track of successor and predecessor nodes
C) a field to store the element,and two references to keep track of two predecessor nodes
D) either one of A or C
Correct Answer:

Verified
Correct Answer:
Verified
Q17: To remove a node X with index
Q18: A method int size( )in a linked
Q19: A circularly linked list makes it easy
Q20: A Node class for a linked list
Q21: A recursive computation of the size of
Q23: A linked list is represented by a
Q24: A doubly circularly linked list makes it
Q25: A linked list class keeps its elements
Q26: The objects that form the units of
Q27: A linked list class uses a Node