1.

The self organizing list improves the efficiency of _______(a) binary search(b) jump search(c) sublist search(d) linear searchMy doubt is from Types of Lists in section Types of Lists of Data Structures & Algorithms II got this question during an internship interview.

Answer»

The correct OPTION is (d) linear search

Explanation: Linear search in a linked list has TIME complexity O(n). To improve the efficiency of the linear search the self ORGANIZING list is used. A self-organizing list improves the efficiency of linear search by moving more frequently ACCESSED elements towards the HEAD of the list.



Discussion

No Comment Found

Related InterviewSolutions