An $\tilde{O}(n^{2.5})$-Time Algorithm for Online Topological Ordering
Hsiao-Fei Liu, Kun-Mao Chao

TL;DR
This paper introduces an efficient algorithm with approximately O(n^{2.5}) time complexity for dynamically maintaining the topological order of a directed acyclic graph as edges are added, improving performance for large graphs.
Contribution
It presents a novel algorithm that significantly reduces the time complexity for online topological ordering compared to previous methods.
Findings
Achieves O(n^{2.5}) time complexity for online topological ordering
Efficiently updates topological order with each edge insertion
Applicable to large-scale directed acyclic graphs
Abstract
We present an -time algorithm for maintaining the topological order of a directed acyclic graph with vertices while inserting 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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
