Groups
Category
Streaming algorithms process massive data one pass at a time using sublinearโoften polylogarithmicโmemory.
Randomized algorithms use random bits to make choices that simplify design, avoid worst cases, and often speed up computation.