Space-Efficient Depth-First Search via Augmented Succinct Graph Encodings
By: Michael Elberfeld, Frank Kammer, Johannes Meintrup
Potential Business Impact:
Lets computers quickly explore graph maps.
We call a graph $G$ separable if a balanced separator can be computed for $G$ of size $O(n^c)$ with $c<1$. Many real-world graphs are separable such as graphs of bounded genus, graphs of constant treewidth, and graphs excluding a fixed minor $H$. In particular, the well-known planar graphs are separable. We present a succinct encoding of separable graphs $G$ such that any number of depth-first searches DFS can be performed, from any given start vertex, each in $o(n)$ time with $o(n)$ additional bits. After the execution of a DFS, the succinct encoding of $G$ is augmented such that the DFS tree is encoded inside the encoding. Afterward, the encoding provides common DFS-related queries in constant time. These queries include queries such as lowest-common ancestor of two given vertices in the DFS tree or queries that output the lowpoint of a given vertex in the DFS tree. Furthermore, for planar graphs, we show that the succinct encoding can be computed in $O(n)$ bits and expected linear time, and a compact variant can be constructed in $O(n)$ time and bits.
Similar Papers
Deterministic Distributed DFS via Cycle Separators in Planar Graphs
Distributed, Parallel, and Cluster Computing
Finds paths in computer networks faster.
Faster shortest-path algorithms using the acyclic-connected tree
Data Structures and Algorithms
Finds shortest paths faster in some tricky maps.
Separator Theorem for Minor-Free Graphs in Linear Time
Data Structures and Algorithms
Finds a good split for tricky computer networks fast.