Incremental SCC Maintenance in Sparse Graphs

Authors Aaron Bernstein, Aditi Dudeja, Seth Pettie



PDF
Thumbnail PDF

File

LIPIcs.ESA.2021.14.pdf
  • Filesize: 0.88 MB
  • 16 pages

Document Identifiers

Author Details

Aaron Bernstein
  • Rutgers University, New Brunswick, NJ, USA
Aditi Dudeja
  • Rutgers University, New Brunswick, NJ, USA
Seth Pettie
  • University of Michigan, Ann Arbor, MI, USA

Cite AsGet BibTex

Aaron Bernstein, Aditi Dudeja, and Seth Pettie. Incremental SCC Maintenance in Sparse Graphs. In 29th Annual European Symposium on Algorithms (ESA 2021). Leibniz International Proceedings in Informatics (LIPIcs), Volume 204, pp. 14:1-14:16, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2021)
https://doi.org/10.4230/LIPIcs.ESA.2021.14

Abstract

In the incremental cycle detection problem, edges are added to a directed graph (initially empty), and the algorithm has to report the presence of the first cycle, once it is formed. A closely related problem is the incremental topological sort problem, where edges are added to an acyclic graph, and the algorithm is required to maintain a valid topological ordering. Since these problems arise naturally in many applications such as scheduling tasks, pointer analysis, and circuit evaluation, they have been studied extensively in the last three decades. Motivated by the fact that in many of these applications, the presence of a cycle is not fatal, we study a generalization of these problems, incremental maintenance of strongly connected components (incremental SCC). Several incremental algorithms in the literature which do cycle detection and topological sort in directed acyclic graphs, such as those by [Michael A. Bender et al., 2016] and [Haeupler et al., 2012], also generalize to maintain strongly connected components and their topological sort in general directed graphs. The algorithms of [Haeupler et al., 2012] and [Michael A. Bender et al., 2016] have a total update time of O(m^{3/2}) and O(m⋅ min{m^{1/2},n^{2/3}}) respectively, and this is the state of the art for incremental SCC. But the most recent algorithms for incremental cycle detection and topological sort ([Bernstein and Chechik, 2018] and [Bhattacharya and Kulkarni, 2020]), which yield total (randomized) update time Õ(min{m^{4/3}, n²}), do not extend to incremental SCC. Thus, there is a gap between the best known algorithms for these two closely related problems. In this paper, we bridge this gap by extending the framework of [Bhattacharya and Kulkarni, 2020] to general directed graphs. More concretely, we give a Las Vegas algorithm for incremental SCCs with an expected total update time of Õ(m^{4/3}). A key ingredient in the algorithm of [Bhattacharya and Kulkarni, 2020] is a structural theorem (first introduced in [Bernstein and Chechik, 2018]) that bounds the number of "equivalent" vertices. Unfortunately, this theorem only applies to DAGs. We show a natural way to extend this structural theorem to general directed graphs, and along the way we develop a significantly simpler and more intuitive proof of this theorem.

Subject Classification

ACM Subject Classification
  • Theory of computation → Dynamic graph algorithms
Keywords
  • Directed Graphs
  • Strongly Connected Components
  • Dynamic Graph Algorithms

Metrics

  • Access Statistics
  • Total Accesses (updated on a weekly basis)
    0
    PDF Downloads

References

  1. Deepak Ajwani and Tobias Friedrich. Average-case analysis of incremental topological ordering. Discrete Appl. Math., 158(4):240–250, 2010. URL: https://doi.org/10.1016/j.dam.2009.07.006.
  2. Deepak Ajwani, Tobias Friedrich, and Ulrich Meyer. An o(n2.75) algorithm for incremental topological ordering. ACM Trans. Algorithms, 4(4), 2008. URL: https://doi.org/10.1145/1383369.1383370.
  3. Bowen Alpern, Roger Hoover, Barry K. Rosen, Peter F. Sweeney, and F. Kenneth Zadeck. Incremental evaluation of computational circuits. In Proceedings of the First Annual ACM-SIAM Symposium on Discrete Algorithms, SODA '90, page 32–42, USA, 1990. Society for Industrial and Applied Mathematics. Google Scholar
  4. Ferenc Belik. An efficient deadlock avoidance technique. IEEE Trans. Comput., 39(7):882–888, 1990. URL: https://doi.org/10.1109/12.55690.
  5. Michael A. Bender, Richard Cole, Erik D. Demaine, Martin Farach-Colton, and Jack Zito. Two simplified algorithms for maintaining order in a list. In Proceedings of the 10th Annual European Symposium on Algorithms, ESA '02, page 152–164, Berlin, Heidelberg, 2002. Springer-Verlag. Google Scholar
  6. Michael A. Bender, Jeremy T. Fineman, and Seth Gilbert. A new approach to incremental topological ordering. In Proceedings of the Twentieth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA '09, page 1108–1115, USA, 2009. Society for Industrial and Applied Mathematics. Google Scholar
  7. Michael A. Bender, Jeremy T. Fineman, Seth Gilbert, and Robert E. Tarjan. A new approach to incremental cycle detection and related problems. ACM Trans. Algorithms, 12(2):14:1-14:22, 2016. URL: https://doi.org/10.1145/2756553.
  8. Aaron Bernstein and Shiri Chechik. Incremental topological sort and cycle detection in Õ(m√n) expected total time. In Proceedings of the Twenty-Ninth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 21-34. SIAM, 2018. Google Scholar
  9. Aaron Bernstein, Maximilian Probst, and Christian Wulff-Nilsen. Decremental strongly-connected components and single-source reachability in near-linear time. In Moses Charikar and Edith Cohen, editors, Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing, STOC 2019, Phoenix, AZ, USA, June 23-26, 2019, pages 365-376. ACM, 2019. Google Scholar
  10. Sayan Bhattacharya and Janardhan Kulkarni. An improved algorithm for incremental cycle detection and topological ordering in sparse graphs. In Proceedings of the Fourteenth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 2509-2521. SIAM, 2020. Google Scholar
  11. Shiri Chechik, Thomas Dueholm Hansen, Giuseppe F. Italiano, Jakub Lacki, and Nikos Parotsidis. Decremental single-source reachability and strongly connected components in õ(m√n) total update time. In Irit Dinur, editor, IEEE 57th Annual Symposium on Foundations of Computer Science, FOCS 2016, 9-11 October 2016, Hyatt Regency, New Brunswick, New Jersey, USA, pages 315-324. IEEE Computer Society, 2016. Google Scholar
  12. Shiri Chechik and Tianyi Zhang. Incremental single source shortest paths in sparse digraphs. In Dániel Marx, editor, Proceedings of the 2021 ACM-SIAM Symposium on Discrete Algorithms, SODA 2021, Virtual Conference, January 10 - 13, 2021, pages 2463-2477. SIAM, 2021. URL: https://doi.org/10.1137/1.9781611976465.146.
  13. Edith Cohen, Amos Fiat, Haim Kaplan, and Liam Roditty. A labeling approach to incremental cycle detection. CoRR, abs/1310.8381, 2013. URL: http://arxiv.org/abs/1310.8381.
  14. Paul Dietz and Daniel Sleator. Two algorithms for maintaining order in a list. In Proceedings of the nineteenth annual ACM symposium on Theory of computing, pages 365-372, 1987. Google Scholar
  15. Maximilian Probst Gutenberg, Virginia Vassilevska Williams, and Nicole Wein. New algorithms and hardness for incremental single-source shortest paths in directed graphs. In Konstantin Makarychev, Yury Makarychev, Madhur Tulsiani, Gautam Kamath, and Julia Chuzhoy, editors, Proccedings of the 52nd Annual ACM SIGACT Symposium on Theory of Computing, STOC 2020, Chicago, IL, USA, June 22-26, 2020, pages 153-166. ACM, 2020. Google Scholar
  16. Bernhard Haeupler, Telikepalli Kavitha, Rogers Mathew, Siddhartha Sen, and Robert E. Tarjan. Incremental cycle detection, topological ordering, and strong component maintenance. ACM Trans. Algorithms, 8(1), 2012. URL: https://doi.org/10.1145/2071379.2071382.
  17. Giuseppe F. Italiano. Amortized efficiency of a path retrieval data structure. Theoretical Computer Science, 48:273-281, 1986. Google Scholar
  18. Irit Katriel and Hans L. Bodlaender. Online topological ordering. ACM Trans. Algorithms, 2(3):364-379, 2006. URL: https://doi.org/10.1145/1159892.1159896.
  19. Jakub Lacki. Improved deterministic algorithms for decremental reachability and strongly connected components. ACM Trans. Algorithms, 9(3):27:1-27:15, 2013. URL: https://doi.org/10.1145/2483699.2483707.
  20. Hsiao-Fei Liu and Kun-Mao Chao. A tight analysis of the katriel-bodlaender algorithm for online topological ordering. Theor. Comput. Sci., 389(1-2):182-189, 2007. URL: https://doi.org/10.1016/j.tcs.2007.08.009.
  21. Alberto Marchetti-Spaccamela, Umberto Nanni, and Hans Rohnert. Maintaining a topological order under edge insertions. Inf. Process. Lett., 59(1):53-58, 1996. URL: https://doi.org/10.1016/0020-0190(96)00075-0.
  22. Liam Roditty. Decremental maintenance of strongly connected components. In Sanjeev Khanna, editor, Proceedings of the Twenty-Fourth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2013, New Orleans, Louisiana, USA, January 6-8, 2013, pages 1143-1150. SIAM, 2013. Google Scholar
  23. Robert Endre Tarjan. Efficiency of a good but not linear set union algorithm. Journal of the ACM (JACM), 22(2):215-225, 1975. Google Scholar
Questions / Remarks / Feedback
X

Feedback for Dagstuhl Publishing


Thanks for your feedback!

Feedback submitted

Could not send message

Please try again later or send an E-mail