Score: 0

Space-Efficient Depth-First Search via Augmented Succinct Graph Encodings

Published: April 28, 2025 | arXiv ID: 2504.19547v1

By: Michael Elberfeld, Frank Kammer, Johannes Meintrup

Potential Business Impact:

Lets computers quickly explore graph maps.

Business Areas:
Semantic Search Internet Services

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.

Page Count
18 pages

Category
Computer Science:
Data Structures and Algorithms