- https://leetcode.com/problems/longest-consecutive-sequence/
- Design Minesweeper
- Top K frequent elements given an Array of elements. What if you are getting a continuous stream of data? What if the Array is too big to fit in memory
- Design a stock notification system. An application which received data from a stock exchange continuosly and answers following user queries:
- Current price of any stock
- Top K movers of the day
- Historic chart of a stock (1D, 5D, 1month, 1Yr etc)