1.

Which of the following is not the rearranging method used to implement self-organizing lists?(a) count method(b) move to front method(c) ordering method(d) least frequently usedEnquiry is from Types of Lists topic in chapter Types of Lists of Data Structures & Algorithms II had been asked this question during an internship interview.

Answer»

Correct answer is (d) least frequently USED

The EXPLANATION is: Least frequently used is a BUFFER replacement policy, while other three are methods to reorder the nodes in the self-organizing LISTS based on their ACCESS probability.



Discussion

No Comment Found

Related InterviewSolutions