Algorithms for Streaming Graphs
Mariano Zelke
Broschiertes Buch

Algorithms for Streaming Graphs

Approaching Graph Problems with Limited Memory and without Random Access

Versandkostenfrei!
Versandfertig in 6-10 Tagen
53,90 €
inkl. MwSt.
PAYBACK Punkte
0 °P sammeln!
An algorithm solving a graph problem is usually expected to have fast random access to the input graph G and a working memory being able to store G completely. These powerful assumptions are put in question by massive graphs that exceed common working memories and that can only be stored on disks or even tapes. Here, random access is very time-consuming. To tackle massive graphs stored on external memories, the semi-streaming model has been proposed. It permits a working memory of restricted size and forbids random access to G. In contrast, the input is assumed to be a stream of edges in arbit...