Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 288 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 288 Bytes

count-min-sketch

A templated implementation of the count-min-sketch data structure.

How to use

An example is show in the countminsketch.cpp file. Use templated instantiation, then the store()-method to store an object, and the getCount()-method to obtain the count of the object.