中文
相关论文

相关论文: A Tight Lower Bound for Counting Hamiltonian Cycle…

200 篇论文

A long-standing open question is which graph class is the most general one permitting constant-time constant-factor approximations for dominating sets. The approximation ratio has been bounded by increasingly general parameters such as…

分布式、并行与集群计算 · 计算机科学 2024-08-26 Christoph Lenzen , Sophie Wenning

The $k$-mismatch problem consists in computing the Hamming distance between a pattern $P$ of length $m$ and every length-$m$ substring of a text $T$ of length $n$, if this distance is no more than $k$. In many real-world applications, any…

The enumeration of Hamiltonian cycles on 2n*2n grids of nodes is a longstanding problem in combinatorics. Previous work has concentrated on counting all cycles. The current work enumerates nonisomorphic cycles -- that is, the number of…

组合数学 · 数学 2014-02-05 Ed Wynn

We show how to adjust a very nice coupling argument due to McDiarmid in order to prove/reprove in a novel way results concerning Hamilton cycles in various models of random graph and hypergraphs. In particular, we firstly show that for…

组合数学 · 数学 2015-02-09 Asaf Ferber

The theta cycle of a modular form modulo a prime $p\geq 5$ is well understood. By contrast, the theta cycle modulo a power of $p$ is still mysterious and experimentally erratic. Here we completely determine the theta cycle of a weight $k <…

数论 · 数学 2026-04-08 Scott Ahlgren , Martin Raum , Olav K. Richter

We fully determine the communication complexity of approximating matrix rank, over any finite field $\mathbb{F}$. We study the most general version of this problem, where $0\leq r<R\leq n$ are given integers, Alice and Bob's inputs are…

计算复杂性 · 计算机科学 2024-10-29 Alexander A. Sherstov , Andrey A. Storozhenko

We show that with high probability we can build a Hamilton cycle after at most $1.85 n$ rounds in a particular semi-random model. In this model, in one round, we are given a {uniform random} $v\in[n]$ and then we can add an {arbitrary} edge…

组合数学 · 数学 2022-08-16 Alan Frieze , Gregory B. Sorkin

In an $r$-uniform hypergraph on $n$ vertices a tight Hamilton cycle consists of $n$ edges such that there exists a cyclic ordering of the vertices where the edges correspond to consecutive segments of $r$ vertices. We provide a first…

组合数学 · 数学 2021-07-01 Peter Allen , Christoph Koch , Olaf Parczyk , Yury Person

In the study of the number of limit cycles of near-Hamiltonian systems, the first order Melnikov function plays an important role. This paper aims to establish a development of a known method to estimate the upper bound of the number of…

动力系统 · 数学 2021-12-06 Xiaoyan Chen , Maoan Han

We investigate the occurrence of powers of tight Hamilton cycles in random hypergraphs. For every $r\ge 3$ and $k\ge 1$, we show that there exists a constant $C > 0$ such that if $p=p(n) \ge Cn^{-1/\binom{k+r-2}{r-1}}$ then asymptotically…

组合数学 · 数学 2023-10-31 Yulin Chang , Jie Han , Lin Sun

In this series of papers, the primary goal is to enumerate Hamiltonian cycles (HC's) on the grid cylinder graphs $P_{m+1}\times C_n$, where $n$ is allowed to grow whilst $m$ is fixed. In Part~I, we studied the so-called non-contractible…

Let $M$ be a closed Riemannian surface of genus $g$. We construct a family of 1-cycles on $M$ that represents a non-trivial element of the k'th homology group of the space of cycles and such that the mass of each cycle is bounded above by…

微分几何 · 数学 2016-06-08 Yevgeny Liokumovich

In the Travelling Salesman Problem (TSP), we are given a complete graph $K_n$ together with an integer weighting $w$ on the edges of $K_n$, and we are asked to find a Hamilton cycle of $K_n$ of minimum weight. Let $h(w)$ denote the average…

数据结构与算法 · 计算机科学 2014-08-05 Gregory Gutin , Viresh Patel

We study the Hamilton cycle problem with input a random graph G=G(n,p) in two settings. In the first one, G is given to us in the form of randomly ordered adjacency lists while in the second one we are given the adjacency matrix of G. In…

组合数学 · 数学 2021-11-30 Michael Anastos

We show that if $n$ is odd and $p \ge C \log n / n$, then with high probability Hamilton cycles in $G(n,p)$ span its cycle space. More generally, we show this holds for a class of graphs satisfying certain natural pseudorandom properties.…

组合数学 · 数学 2024-02-05 Micha Christoph , Rajko Nenadov , Kalina Petrova

The semi-random graph process is an adaptive random graph process in which an online algorithm is initially presented an empty graph on $n$ vertices. In each round, a vertex $u$ is presented to the algorithm independently and uniformly at…

组合数学 · 数学 2024-12-24 Alan Frieze , Pu Gao , Calum MacRury , Paweł Prałat , Gregory Sorkin

For an arrangement $\mathcal{H}$ of hyperplanes in $\mathbb{R}^n$ through the origin, a region is a connected subset of $\mathbb{R}^n\setminus\mathcal{H}$. The graph of regions $G(\mathcal{H})$ has a vertex for every region, and an edge…

组合数学 · 数学 2025-10-22 Sofia Brenner , Jean Cardinal , Thomas McConville , Arturo Merino , Torsten Mütze

Hamiltonian Monte Carlo (HMC) is an efficient and effective means of sampling posterior distributions on Euclidean space, which has been extended to manifolds with boundary. However, some applications require an extension to more general…

种群与进化 · 定量生物学 2017-06-26 Vu Dinh , Arman Bilge , Cheng Zhang , Frederick A. Matsen

We consider problems about packing and counting Hamilton $\ell$-cycles in hypergraphs of large minimum degree. Given a hypergraph $\mathcal H$, for a $d$-subset $A\subseteq V(\mathcal H)$, we denote by $d_{\mathcal H}(A)$ the number of…

组合数学 · 数学 2015-03-30 Asaf Ferber , Michael Krivelevich , Benny Sudakov

We give a polynomial-time approximation algorithm for the (not necessarily metric) $k$-Median problem. The algorithm is an $\alpha$-size-approximation algorithm for $\alpha < 1 + 2 \ln(n/k)$. That is, it guarantees a solution having size at…

数据结构与算法 · 计算机科学 2025-11-18 Neal E. Young