Map Graph
No coordinates found

Count–min sketch

Probabilistic data structure in computer science

In computing, the count–min sketch is a probabilistic data structure that serves as a frequency table of events in a stream of data. It uses hash functions to map events to frequencies, but unlike a hash table uses only sub-linear space, at the expense of overcounting some events due to collisions. The count–min sketch was invented in 2003 by Graham Cormode and S. Muthu Muthukrishnan and described by them in a 2005 paper.

Read article
Top Questions
AI generated

List the top facts about Count–min sketch

Summarize this article

What is the single most intriguing fact about Count–min sketch?

Are there any controversies surrounding Count–min sketch?

More questions