Approximate Algorithms
Everything on SkillVeris tagged Approximate Algorithms — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Count-Min Sketch and When Would You Use One?
A count-min sketch is a probabilistic data structure that estimates the frequency of items in a massive stream using a fixed-size 2D array of counters and seve…
How Would You Design a Top-K Trending System?
A top-K trending system continuously ranks items (like hashtags or search terms) by recent activity using a streaming pipeline that maintains approximate count…