Vidyalelo
Data Structure · Q90

Linked Lists in Data Structures

Programming · Data Structure · question 90

Q90

In . . . . . . . . method, whenever a node is accessed, it might move to the head of the list if its number of accesses becomes greater than the records preceding it.

A.
least recently used
B.
count
Answer
C.
traspose
D.
exchange

Answer: Option B

Solution

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