SPP 1126 - Algorithm Engineering for Large Graphs

This is part of the DFG Schwerpunkt Nr. 1126, Algorithmik großer und komplexer Netzwerke.

Basic graph algorithms for depth first search, breadth first search, shortest paths, spanning trees or network flows are well established compenents of every algorithms course and many applications. Theory has produced advanced algorithms for these problems that should theoretically be superior to the simple text book methods. The starting point of this project is to explore the possibility to transform such advanced approaches in to practicable algorithms and implementations. We are particularly interested in algorithms that can exploit parallelism and memory hierarchies.

Specific Topics

Graph Traversal