Jul 13
Spotify Top K Songs
Designing a system to identify the top k heavy hitters in a data stream is a common yet challenging system design interview problem. Real-world examp...
3 min read
I'm Wenhao, a software engineer. I write up system design problems I've worked through, what I'm learning about LLMs, notes from shipping side projects like ResumeMatch, and the occasional take on layoffs and where the industry is heading.
Designing a system to identify the top k heavy hitters in a data stream is a common yet challenging system design interview problem. Real-world examp...