Streaming Algorithms
Streaming Algorithms
What are Streaming Algorithms?
They are algorithms for processing extremely large data sets where the input is presented as a sequence of items.
They can be examined in only a few passes (often just one pass), and mostly have a...
metwalli.hashnode.dev4 min read