中文
相关论文

相关论文: Poising on Ariadne's thread: An algorithm for comp…

200 篇论文

Finding the length of the longest increasing subsequence (LIS) is a classic algorithmic problem. Let $n$ denote the size of the array. Simple $O(n\log n)$ algorithms are known for this problem. We develop a polylogarithmic time randomized…

数据结构与算法 · 计算机科学 2013-08-06 M. Saks , C. Seshadhri

This paper presents constant-time and near-constant-time distributed algorithms for a variety of problems in the congested clique model. We show how to compute a 3-ruling set in expected $O(\log \log \log n)$ rounds and using this, we…

分布式、并行与集群计算 · 计算机科学 2018-09-12 James W. Hegeman , Sriram V. Pemmaraju , Vivek B. Sardeshmukh

We consider the problems of computing maximal palindromes and distinct palindromes in a trie. A trie is a natural generalization of a string, which can be seen as a single-path tree. There is a linear-time offline algorithm to compute…

The winner determination problems of many attractive multi-winner voting rules are NP-complete. However, they often admit polynomial-time algorithms when restricting inputs to be single-peaked. Commonly, such algorithms employ dynamic…

计算机科学与博弈论 · 计算机科学 2021-04-20 Dominik Peters

Many graph mining applications rely on detecting subgraphs which are near-cliques. There exists a dichotomy between the results in the existing work related to this problem: on the one hand the densest subgraph problem (DSP) which maximizes…

数据结构与算法 · 计算机科学 2014-05-22 Charalampos E. Tsourakakis

We introduce a new concept of approximation applicable to decision problems and functions, inspired by Bayesian probability. From the perspective of a Bayesian reasoner with limited computational resources, the answer to a problem that…

计算复杂性 · 计算机科学 2025-06-27 Vanessa Kosoy , Alexander Appel

A long-standing open problem in algorithmic game theory asks whether or not there is a polynomial time algorithm to compute a Nash equilibrium in a random bimatrix game. We study random win-lose games, where the entries of the $n\times n$…

计算机科学与博弈论 · 计算机科学 2025-10-16 Andrea Collevecchio , Gabor Lugosi , Adrian Vetta , Rui-Ray Zhang

In this article, we develop a clique-based method for social network clustering. We introduce a new index to evaluate the quality of clustering results, and propose an efficient algorithm based on recursive bipartition to maximize an…

社会与信息网络 · 计算机科学 2018-05-11 Guang Ouyang , Dipak K. Dey , Panpan Zhang

Enumerating matchings is a classical problem in the field of enumeration algorithms. There are polynomial-delay enumeration algorithms for several settings, such as enumerating perfect matchings, maximal matchings, and (weighted) matchings…

数据结构与算法 · 计算机科学 2022-09-07 Yasuaki Kobayashi , Kazuhiro Kurita , Kunihiro Wasa

Many consensus string problems are based on Hamming distance. We replace Hamming distance by the more flexible (e.g., easily coping with different input string lengths) dynamic time warping distance, best known from applications in time…

离散数学 · 计算机科学 2020-02-05 Nathan Schaar , Vincent Froese , Rolf Niedermeier

An NP-hard combinatorial optimization problem $\Pi$ is said to have an {\em approximation threshold} if there is some $t$ such that the optimal value of $\Pi$ can be approximated in polynomial time within a ratio of $t$, and it is NP-hard…

计算复杂性 · 计算机科学 2008-12-15 Uriel Feige

A matching $M$ in a graph $G$ is said to be uniquely restricted if there is no other matching in $G$ that matches the same set of vertices as $M$. We describe a polynomial-time algorithm to compute a maximum cardinality uniquely restricted…

离散数学 · 计算机科学 2016-05-11 Mathew C. Francis , Dalu Jacob , Satyabrata Jana

Assuming that P is not equal to NP, the worst-case run time of any algorithm solving an NP-complete problem must be super-polynomial. But what is the fastest run time we can get? Before one can even hope to approach this question, a more…

数据结构与算法 · 计算机科学 2026-01-09 Jesper Nederlof

The classical work of (Arora et al., 1999) provides a scheme that gives, for any $\epsilon>0$, a polynomial time $1-\epsilon$ approximation algorithm for dense instances of a family of $\mathcal{NP}$-hard problems, such as Max-CUT and…

数据结构与算法 · 计算机科学 2024-05-24 Evripidis Bampis , Bruno Escoffier , Michalis Xefteris

The congested clique model of distributed computing has been receiving attention as a model for densely connected distributed systems. While there has been significant progress on the side of upper bounds, we have very little in terms of…

分布式、并行与集群计算 · 计算机科学 2018-04-25 Janne H. Korhonen , Jukka Suomela

Cliques, groups of fully connected nodes in a network, are often used to study group dynamics of complex systems. In real-world settings, group dynamics often have a temporal component. For example, conference attendees moving from one…

社会与信息网络 · 计算机科学 2024-12-04 Hanjo D. Boekhout , Frank W. Takes

This paper considers the question of P = NP in context of the polynomial time SAT algorithm. It posits proposition dependent on existence of conjectured problem that even where the algorithm is shown to solve SAT in polynomial time it…

计算复杂性 · 计算机科学 2009-11-30 C. Sauerbier

In this study, we address the independent set enumeration problem. Although several efficient enumeration algorithms and careful analyses have been proposed for maximal independent sets, no fine-grained analysis has been given for the…

数据结构与算法 · 计算机科学 2021-05-14 Kazuhiro Kurita , Kunihiro Wasa , Hiroki Arimura , Takeaki Uno

We study the planted clique problem in which a clique of size k is planted in an Erdos-Renyi graph G(n,1/2) and one is interested in recovering this planted clique. It is widely believed that it exhibits a statistical-computational gap when…

计算复杂性 · 计算机科学 2022-10-18 Jay Mardia , Hilal Asi , Kabir Aladin Chandrasekher

The Clique Interdiction Problem (CIP) aims to minimize the size of the largest clique in a given graph by removing a given number of vertices. The CIP models a special Stackelberg game and has important applications in fields such as…

数据结构与算法 · 计算机科学 2025-05-21 Chenghao Zhu , Yi Zhou , Haoyu Jiang
‹ 上一页 1 8 9 10 下一页 ›