dsa9 min read
Design Twitter — HashMap, Heap, and Social Graph in One Problem
Design a simplified Twitter with follow/unfollow and a news feed that returns the 10 most recent tweets across followed users — combining hash maps, social graph storage, and k-way heap merging.
Read →