On the Performance of the Depth First Search Algorithm in Supercritical Random Graphs
Sahar Diskin, Michael Krivelevich

TL;DR
This paper analyzes the typical length of maximum paths found by the Depth First Search algorithm in supercritical random graphs, building on recent work about the algorithm's stack behavior.
Contribution
It provides a simple analysis of the maximum path length discovered by DFS in supercritical Erdős–Rényi graphs, complementing existing results on the DFS stack height.
Findings
Maximum path length scales with epsilon and n
DFS stack reaches maximal height of approximately epsilon^2 n
Results enhance understanding of DFS performance in supercritical graphs
Abstract
We consider the performance of the Depth First Search (DFS) algorithm on the random graph , a small constant. Recently, Enriquez, Faraud and M\'enard [2] proved that the stack of the DFS follows a specific scaling limit, reaching the maximal height of . Here we provide a simple analysis for the typical length of a maximum path discovered by the DFS.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
