Nearly Work-Efficient Parallel DFS in Undirected Graphs
Abstract
We present the first parallel depth-first search algorithm for undirected graphs that has near-linear work and sublinear depth. Concretely, in any n-node m-edge undirected graph, our algorithm computes a DFS in O(n) depth and using O(m+n) work. All prior work either required (n) depth, and thus were essentially sequential, or needed a high poly(n) work and thus were far from being work-efficient.
0
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.