diff --git a/streaming_algorithms/README.md b/streaming_algorithms/README.md new file mode 100644 index 0000000..e7f63e0 --- /dev/null +++ b/streaming_algorithms/README.md @@ -0,0 +1,7 @@ + ## Streaming Algorithms + + [Counting large numbers of events in small registers](http://www.inf.ed.ac.uk/teaching/courses/exc/reading/morris.pdf) by Robert Morris + + [Probabilistic Counting Algorithms for Data Base Applications](http://algo.inria.fr/flajolet/Publications/FlMa85.pdf) by Philppe Flajolet, Nigel Martin + + [The Space Complexity of Approximating the Frequency Moments](http://www.cs.ucsb.edu/~veronika/MAE/spacecomplexityapproxfreqmoments_alon_99.pdf) by Noga Alon, Yossi Matias, Mario Szegedy