Skip to content

My Thesis on the data structure Count-Min Sketch and it's applications.

Notifications You must be signed in to change notification settings

Anestiskyrke/Thesis-on-Count-Min-Sketch

Repository files navigation

Thesis-on-Count-Min-Sketch

In this thesis, we are concerned with the maintenance of huge datasets of numerical data, in a data structure without the usage of large amount of storage space. Specifically, we will analyze the data structure Count-Min Sketch which stores sublinear approximations of our datasets. Count-Min Sketch supports the efficient response to several types of queries, such as Point Query and Range Query, guaranteeing good estimations of our data. In this thesis, we will explain the data structure’s function and provide experimental analysis of its’ efficacy.