Twitter

Efficient Order Log Storage

You manage an e-commerce website and need to keep track of the last N order IDs in a log. Design…

2 weeks ago

Select a Random Element from a Stream

You are given a stream of elements that is too large to fit into memory. Write an algorithm to select…

2 weeks ago

Autocomplete System Implementation

Build an autocomplete system that, given a query string s and a set of possible query strings returns all strings…

1 month ago