InterviewSolution
Saved Bookmarks
| 1. |
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(c) traspose(d) exchangeMy doubt stems from Types of Lists topic in section Types of Lists of Data Structures & Algorithms IThe question was posed to me in examination. |
|
Answer» The correct answer is (b) count |
|