2023/04/19 by Mohsen Ghaffari, Christoph Grunau, Ghaffari, Mohsen +3 · 5 citations
Engineering · Computer Science · #VLSI and FPGA Design Techniques #Complexity and Algorithms in Graphs #Advanced Graph Theory Research
paper · pdf · doi:10.48550/arxiv.2304.09774
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.