ivannikitovic / Count-Min-Sketch

Implementation of Count-Min Sketch using Pyhon. Count-Min Sketch (CMS) is a probabilistic data structure that serves as a frequency table of events in a stream of data.

Home Page:http://dimacs.rutgers.edu/~graham/pubs/papers/cmencyc.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Implementation of Count-Min Sketch using Pyhon. Count-Min Sketch (CMS) is a probabilistic data structure that serves as a frequency table of events in a stream of data.

http://dimacs.rutgers.edu/~graham/pubs/papers/cmencyc.pdf


Languages

Language:Python 100.0%