Nearly Work-Efficient Parallel DFS in Undirected Graphs

04/19/2023
by   Mohsen Ghaffari, et al.
0

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 Õ(√(n)) depth and using Õ(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.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset