Difference between revisions of "Resources"

From Open Problems in Sublinear Algorithms
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
{{DISPLAYTITLE:Resources on Sublinear Algorithms}}
 
{{DISPLAYTITLE:Resources on Sublinear Algorithms}}
Surveys on property testing and sublinear-time algorithms:
+
== Property testing and sublinear-time algorithms ==
 +
=== Surveys ===
 
* E. Fischer. ''The art of uninformed decisions: a primer to property testing.'' 2001. http://www.cs.technion.ac.il/~eldar/surv.ps
 
* E. Fischer. ''The art of uninformed decisions: a primer to property testing.'' 2001. http://www.cs.technion.ac.il/~eldar/surv.ps
 
* D. Ron. ''Property Testing.'' Handbook of Randomized Computing, Vol. II, 2001. http://www.eng.tau.ac.il/~danar/Public-pdf/tut.pdf
 
* D. Ron. ''Property Testing.'' Handbook of Randomized Computing, Vol. II, 2001. http://www.eng.tau.ac.il/~danar/Public-pdf/tut.pdf
Line 7: Line 8:
 
* O. Goldreich. ''Introduction to testing graph properties.'' 2010. http://www.wisdom.weizmann.ac.il/~oded/p_tgp.html
 
* O. Goldreich. ''Introduction to testing graph properties.'' 2010. http://www.wisdom.weizmann.ac.il/~oded/p_tgp.html
 
* R. Rubinfeld and A. Shapira. ''Sublinear time algorithms.'' SIAM Journal on Discrete Mathematics 25, 2011. http://www.math.tau.ac.il/~asafico/sublinear.pdf
 
* R. Rubinfeld and A. Shapira. ''Sublinear time algorithms.'' SIAM Journal on Discrete Mathematics 25, 2011. http://www.math.tau.ac.il/~asafico/sublinear.pdf
 +
 +
== Streaming algorithms ==
 +
=== Classes ===
 +
* Piotr Indyk. ''Sketching, streaming, and sub-linear space algorithms.'' MIT, Fall 2007. http://stellar.mit.edu/S/course/6/fa07/6.895/
 +
* Andrew McGregor. ''Data streams and massive data.'' University of Massachusetts in Amherst, Spring 2012. http://people.cs.umass.edu/~mcgregor/courses/CS711S12/
 +
 +
=== Surveys ===
 +
* S. Muthukrishnan. ''Data streams: algorithms and applications.'' Now Publishers Inc, 2005. http://algo.research.googlepages.com/eight.ps
 +
 +
__FORCETOC__

Revision as of 02:59, 12 December 2012

Property testing and sublinear-time algorithms

Surveys

Streaming algorithms

Classes

Surveys