Skip to content

akfk/count_min_sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Count-Min Sketch

C++ implementation of Count-Min Sketch

Count-Min Sketch is a kind of probablistic data structures.

Sketch is a data stream summarization technique with small memory footprint.

This is training for my C++ coding skills and understanding data structures.

Reference

  1. G. Cormode S. Muthukrishnan "An improved data stream summary: The count-min sketch and its applications" J. Algorithms vol. 55 no. 1 pp. 58-75 Apr. 2005.

About

Count-Min Sketch Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages