Vidyalelo
Data Structure · Q76

Linked Lists in Data Structures

Programming · Data Structure · question 76

Q76

Which of the following is true about the Move-To-Front Method for rearranging nodes?

A.
node with highest access count is moved to head of the list
B.
requires extra storage
C.
may over-reward infrequently accessed nodes
Answer
D.
requires a counter for each node

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board