Vidyalelo
Data Structure · Q77

Linked Lists in Data Structures

Programming · Data Structure · question 77

Q77

Are the below statements true about skiplists? In a sorted set of elements skip lists can implement the below operations i.given a element find closest element to the given value in the sorted set in O(logn) ii.find the number of elements in the set whose values fall a given range in O(logn)

A.
true
Answer
B.
false

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board