Count Min Sketch: from Finding the Majority Element problem to heavy hitter problem,统计元素频率的利器
这是笔者学习Stanfordcs168课程的一些学习笔记lecture2,主要讲一个基于hash和独立试验思想,设计的一种数据结构countminsketch,想法非常类似于bloomfilter,都是以牺牲准确率换空间和时间。heavyhitterproblemFindmajorityelement先来看一个简单的在面试中经常会遇到的问题,找主要元素问题如下:一组数据流:a1,…,ana_1,\