login

A Functional Approach to External Graph Algorithms

Lecture notes in computer sciencePublished 1 January 1998
James Abello, Adam L. Buchsbaum, Jeffery Westbrook
Citations126
SJR quartileQ2
SJR score0.35
SNIP0.55

Abstract

We present a new approach for designing external graph algorithms and use it to design simple external algorithms for computing connected components, minimum spanning trees, bottleneck minimum spanning trees, and maximal matchings in undirected graphs and multi-graphs. Our I/O bounds compete with those of previous approaches. 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.

Keywords

Computer Science