

MCQOPTIONS
Saved Bookmarks
1. |
What technique is used in Transpose method? |
A. | searched node is swapped with its predecessor |
B. | node with highest access count is moved to head of the list |
C. | searched node is swapped with the head of list |
D. | searched nodes are rearranged based on their proximity to the head node |
Answer» B. node with highest access count is moved to head of the list | |