Skip to content

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

License

Notifications You must be signed in to change notification settings

RobBa/count-min-sketch

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published