Pseudodeterministic Algorithms for Minimum Cut Problems

📅 2025-12-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Efficient deterministic algorithms for global and $s$-$t$ minimum cuts remain elusive in the sequential, streaming, PRAM, and cut-query models. Method: We propose a unified pseudo-deterministic algorithmic framework that integrates randomized sampling, graph sparsification, parallel cut verification, and cross-model adaptation—ensuring unique outputs while achieving substantial efficiency gains. Contribution/Results: (i) In the sequential model, our algorithm improves upon the asymptotic time complexity of the best prior deterministic algorithm (SODA 2024); (ii) we present the first efficient pseudo-deterministic minimum cut algorithms for the streaming, PRAM, and cut-query models, thereby closing the long-standing gap in deterministic solutions across multiple computational models; (iii) extensive experiments validate both feasibility and superiority of our approach across all four models.

Technology Category

Application Category

📝 Abstract
In this paper, we present efficient pseudodeterministic algorithms for both the global minimum cut and minimum s-t cut problems. The running time of our algorithm for the global minimum cut problem is asymptotically better than the fastest sequential deterministic global minimum cut algorithm (Henzinger, Li, Rao, Wang; SODA 2024). Furthermore, we implement our algorithm in sequential, streaming, PRAM, and cut-query models, where no efficient deterministic global minimum cut algorithms are known.
Problem

Research questions and friction points this paper is trying to address.

Develop pseudodeterministic algorithms for global and s-t minimum cuts
Achieve faster asymptotic runtime than prior deterministic global cut methods
Implement algorithms in models lacking efficient deterministic cut solutions
Innovation

Methods, ideas, or system contributions that make the work stand out.

Pseudodeterministic algorithms for global and s-t cuts
Asymptotically faster than prior deterministic global cut methods
Implemented across sequential, streaming, PRAM, and query models
🔎 Similar Papers
No similar papers found.
A
Aryan Agarwala
Max-Planck-Institut für Informatik, Saarland Informatics Campus, Germany
Nithin Varma
Nithin Varma
Junior Professor, University of Cologne
Sublinear AlgorithmsApproximation AlgorithmsStreaming Algorithms