Sciweavers

ESA
1998
Springer

A Functional Approach to External Graph Algorithms

13 years 8 months ago
A Functional Approach to External Graph Algorithms
We present a new approach for designing external graph algorithms and use it to design simple, deterministic and randomized external algorithms for computing connected components, minimum spanning forests, bottleneck minimum spanning forests, maximal independent sets (randomized only), and maximal matchings in undirected graphs. Our I/O bounds compete with those of previous approaches. We also introduce a semi-external model, in which the vertex set but not the edge set of a graph fits in main memory. In this model we give an improved connected components algorithm, using new results for external grouping and sorting with duplicates. Unlike previous approaches, ours is purely functional--without side effects--and is thus amenable to standard checkpointing and programming language optimization techniques. This is an important practical consideration for applications that may take hours to run. Key Words. Connected components, External memory algorithms, Graph algorithms, Maximal matchin...
James Abello, Adam L. Buchsbaum, Jeffery Westbrook
Added 05 Aug 2010
Updated 05 Aug 2010
Type Conference
Year 1998
Where ESA
Authors James Abello, Adam L. Buchsbaum, Jeffery Westbrook
Comments (0)