InterviewSolution
Saved Bookmarks
| 1. |
Skip lists are similar to which of the following datastructure?(a) stack(b) heap(c) binary search tree(d) balanced binary search treeOrigin of the question is Skip List topic in portion Types of Lists of Data Structures & Algorithms IThis question was posed to me in a job interview. |
|
Answer» The correct choice is (d) balanced binary search tree |
|