2000 character limit reached
(Quasi-)linear time algorithm to compute LexDFS, LexUP and LexDown orderings (1701.00305v2)
Published 2 Jan 2017 in cs.DS
Abstract: We consider the three graph search algorithm LexDFS, LexUP and LexDOWN. We show that LexUP orderings can be computed in linear time by an algorithm similar to the one which compute LexBFS. Furthermore, LexDOWN orderings and LexDFS orderings can be computed in time $\left(n+m\log m\right)$ where $n$ is the number of vertices and $m$ the number of edges.