The worst case running time of a linear search on the self organizing list is ____
(a) O(1)
(b) O(logn)
(c) O(n)
(d) O(n^2)
This key question is from Types of Lists in section Types of Lists of Data Structures & Algorithms I
This question was addressed to me during an interview.