Problems / Heap / Priority Queue / Design Twitter
#69 Medium Time O(n log n) Space O(n) Animated

Design Twitter

Design a simplified version of Twitter.

LeetCode ↗
Approach: Hash Map + Max-Heap
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps