I read this article [1] and found an interesting algorithm Space Saving (SS) for finding Top-K and frequent items or heavy hitters. The authors described a data structure called Stream summary. The SS algorithm is very simple but the stream summary data structure is a little bit difficult to implement. I am wondering is it possible to design SS algorithm without stream summary data structure. Can some one guide me? 

[1] Metwally, Ahmed, Divyakant Agrawal, and Amr El Abbadi. "Efficient computation of frequent and top-k elements in data streams." Database Theory-ICDT 2005. Springer Berlin Heidelberg, 2005. 398-412.

http://link.springer.com/chapter/10.1007/978-3-540-30570-5_27#page-1

More Zubair Shah's questions See All
Similar questions and discussions