Concepts2
📚TheoryAdvanced
Streaming Algorithm Theory
Streaming algorithms process massive data one pass at a time using sublinear—often polylogarithmic—memory.
#streaming algorithms#count-min sketch#misra-gries+12
📚TheoryIntermediate
Randomized Algorithm Theory
Randomized algorithms use random bits to make choices that simplify design, avoid worst cases, and often speed up computation.
#randomized algorithms#las vegas#monte carlo+12