Graph Streaming
Single-Pass Algorithms
Algorithms that require only one pass through the data stream to produce their result, impossible to re-execute on past data in a streaming environment.
← Back