InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method performs poorly when elements are accessed in sequential order?(a) count method(b) move to front method(c) transpose meth(d) ordering methodI'd like to ask this question from Types of Lists topic in chapter Types of Lists of Data Structures & Algorithms IThis question was addressed to me in a job interview. |
|
Answer» Right CHOICE is (b) move to FRONT method |
|