Multiple Choice
In order to use recursion on linked lists
A) it is necessary to modify the class that represents nodes,by adding a reference needed to support recursion
B) the class that represents nodes must implement the Repeatable interface
C) no changes to the node class are necessary
D) A and B are both true
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: The objects that form the units of
Q27: A linked list class uses a Node
Q28: A doubly linked list makes it easy
Q29: A systematic procedure for starting at the
Q30: In a linked list,the predecessor of a
Q31: To remove a node with a positive
Q32: To allocate storage for its elements,an array-based
Q33: A linked list class uses a Node
Q34: In a linked list,the successor of a
Q35: When using recursion on linked lists<br>A) the