中文
相关论文

相关论文: Polynomial self-stabilizing algorithm and proof fo…

200 篇论文

A maximal matching can be maintained in fully dynamic (supporting both addition and deletion of edges) $n$-vertex graphs using a trivial deterministic algorithm with a worst-case update time of O(n). No deterministic algorithm that…

数据结构与算法 · 计算机科学 2013-02-19 Ofer Neiman , Shay Solomon

Self-stabilization is a versatile fault-tolerance approach that characterizes the ability of a system to eventually resume a correct behavior after any finite number of transient faults. In this paper, we propose a self-stabilizing reset…

分布式、并行与集群计算 · 计算机科学 2019-04-23 Stéphane Devismes , Colette Johnen

We study the Maximum Balanced Biclique (MBB) problem: Given a bipartite graph $G$ with $n$ vertices on each side, find a balanced biclique in $G$ with maximum size. We give a polynomial-time $\left(\frac{n}{\widetilde{\Omega}\left((\log…

数据结构与算法 · 计算机科学 2026-05-01 Pasin Manurangsi

We study the stable matching problem in non-bipartite graphs with incomplete but strict preference lists, where the edges have weights and the goal is to compute a stable matching of minimum or maximum weight. This problem is known to be…

计算机科学与博弈论 · 计算机科学 2017-03-28 Linda Farczadi , Natália Guričanová

A distributed algorithm is self-stabilizing if after faults and attacks hit the system and place it in some arbitrary global state, the system recovers from this catastrophic situation without external intervention in finite time. In this…

数据结构与算法 · 计算机科学 2009-04-20 Toshimitsu Masuzawa , Sébastien Tixeuil

We initiate the study of approximation algorithms and computational barriers for constructing sparse $\alpha$-navigable graphs [IX23, DGM+24], a core primitive underlying recent advances in graph-based nearest neighbor search. Given an…

数据结构与算法 · 计算机科学 2025-07-21 Sanjeev Khanna , Ashwin Padaki , Erik Waingarten

Building on the blueprint from Goemans and Williamson (1995) for the Max-Cut problem, we construct a polynomial-time approximation algorithm for orthogonally constrained quadratic optimization problems. First, we derive a semidefinite…

最优化与控制 · 数学 2026-03-17 Ryan Cory-Wright , Jean Pauphilet

In this paper we further investigate the well-studied problem of finding a perfect matching in a regular bipartite graph. The first non-trivial algorithm, with running time $O(mn)$, dates back to K\"{o}nig's work in 1916 (here $m=nd$ is the…

数据结构与算法 · 计算机科学 2008-11-18 Ashish Goel , Michael Kapralov , Sanjeev Khanna

We consider the problem of finding optimally stable polynomial approximations to the exponential for application to one-step integration of initial value ordinary and partial differential equations. The objective is to find the largest…

数值分析 · 数学 2013-01-10 David I. Ketcheson , Aron J. Ahmadia

Designing dynamic graph algorithms against an adaptive adversary is a major goal in the field of dynamic graph algorithms. While a few such algorithms are known for spanning trees, matchings, and single-source shortest paths, very little…

We study the classical scheduling problem on parallel machines %with precedence constraints where the precedence graph has the bounded depth $h$. Our goal is to minimize the maximum completion time. We focus on developing approximation…

数据结构与算法 · 计算机科学 2023-02-02 Bin Fu , Yumei Huo , Hairong Zhao

In many wireless networks, there is no fixed physical backbone nor centralized network management. The nodes of such a network have to self-organize in order to maintain a virtual backbone used to route messages. Moreover, any node of the…

分布式、并行与集群计算 · 计算机科学 2014-08-12 François Delbot , Christian Laforest , Stephane Rovedakis

We consider the maximum matching problem in the semi-streaming model formalized by Feigenbaum, Kannan, McGregor, Suri, and Zhang that is inspired by giant graphs of today. As our main result, we give a two-pass $(1/2 + 1/16)$-approximation…

数据结构与算法 · 计算机科学 2017-04-24 Sagar Kale , Sumedh Tirodkar

Matching is one of the most fundamental and broadly applicable problems across many domains. In these diverse real-world applications, there is often a degree of uncertainty in the input which has led to the study of stochastic matching…

数据结构与算法 · 计算机科学 2026-04-21 Brian Brubach , Nathaniel Grammel , Will Ma , Calum MacRury , Aravind Srinivasan

Polynomial optimization problems often arise in sequences indexed by dimension, and it is of interest to compute bounds on the optimal values of all problems in the sequence. Examples include certifying inequalities between symmetric…

最优化与控制 · 数学 2025-11-03 Eitan Levin , Venkat Chandrasekaran

We consider the problem of finding a maximum size triangle-free $2$-matching in a graph $G=(V,E)$. A (simple) $2$-matching is any subset of the edges such that each vertex is incident to at most two edges from the subset. The first…

数据结构与算法 · 计算机科学 2025-05-16 Katarzyna Paluch

We consider the minimal k-grouping problem: given a graph G=(V,E) and a constant k, partition G into subgraphs of diameter no greater than k, such that the union of any two subgraphs has diameter greater than k. We give a silent…

分布式、并行与集群计算 · 计算机科学 2019-07-26 Ajoy K. Datta , Lawrence L. Larmore , Toshimitsu Masuzawa , Yuichi Sudo

An edge-weighted, vertex-capacitated graph G is called stable if the value of a maximum-weight capacity-matching equals the value of a maximum-weight fractional capacity-matching. Stable graphs play a key role in characterizing the…

离散数学 · 计算机科学 2022-11-23 Matthew Gerstbrein , Laura Sanità , Lucy Verberk

We study polynomial-time approximation algorithms for (edge/vertex) Sparsest Cut and Small Set Expansion in terms of $k$, the number of edges or vertices cut in the optimal solution. Our main results are $\mathcal{O}(\text{polylog}\,…

数据结构与算法 · 计算机科学 2024-03-15 Aditya Anand , Euiwoong Lee , Jason Li , Thatchaphol Saranurak

In this paper, we consider the problem of approximating the densest subgraph in the dynamic graph stream model. In this model of computation, the input graph is defined by an arbitrary sequence of edge insertions and deletions and the goal…

数据结构与算法 · 计算机科学 2015-06-16 Andrew McGregor , David Tench , Sofya Vorotnikova , Hoa T. Vu