Question
What is a common use of Skip List?
Select an option. Your answer will be checked instantly.
Correct Answer: B. ordered dictionary operations with expected logarithmic time
Explanation:
Skip List is commonly used for ordered dictionary operations with expected logarithmic time.
Its design supports this task efficiently or naturally.
Leave a Reply