Design Skiplist at eBay

Hard59.1% acceptance

This problem has 87.5% frequency at eBay.

Problem Description

Design a **Skiplist** without using any built-in libraries. A **skiplist** is a data structure that takes `O(log(n))` time to add, erase and search. Comparing with treap and red-black tree which has the same function and performance, the code length of Skiplist can be comparatively short and the id...

Read full problem and hints

Topics

Also asked at 5 companies


More eBay Questions

View all eBay questions