(Quasi-)linear time algorithm to compute LexDFS, LexUP and LexDown orderings
Arthur Milchior

TL;DR
This paper presents efficient algorithms for computing LexDFS, LexUP, and LexDOWN graph orderings, achieving linear or near-linear time complexity, improving the efficiency of these graph search methods.
Contribution
It introduces a linear time algorithm for LexUP orderings and near-linear algorithms for LexDOWN and LexDFS orderings, enhancing computational efficiency.
Findings
LexUP orderings computed in linear time
LexDOWN and LexDFS orderings computed in $n + m \,\log m$ time
Algorithms improve efficiency of graph search orderings
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 where is the number of vertices and the number of edges.
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.
Taxonomy
TopicsAdvanced Graph Theory Research · Constraint Satisfaction and Optimization · Algorithms and Data Compression
