中文
相关论文

相关论文: Inverting the Sweep Map on (kn,n)-Dyck Paths: A Si…

200 篇论文

We initiate the algorithmic study of retracting a graph into a cycle in the graph, which seeks a mapping of the graph vertices to the cycle vertices, so as to minimize the maximum stretch of any edge, subject to the constraint that the…

数据结构与算法 · 计算机科学 2019-04-29 Samuel Haney , Mehraneh Liaee , Bruce M. Maggs , Debmalya Panigrahi , Rajmohan Rajaraman , Ravi Sundaram

In the GEODETIC SET problem, an input is a (di)graph $G$ and integer $k$, and the objective is to decide whether there exists a vertex subset $S$ of size $k$ such that any vertex in $V(G)\setminus S$ lies on a shortest (directed) path…

数据结构与算法 · 计算机科学 2026-05-14 Florent Foucaud , Narges Ghareghani , Lucas Lorieau , Morteza Mohammad-Noori , Rasa Parvini Oskuei , Prafullkumar Tale

In the Directed Disjoint Paths problem ($k$-DDP), we are given a digraph $k$ pairs of terminals, and the goal is to find $k$ pairwise vertex-disjoint paths connecting each pair of terminals. Bang-Jensen and Thomassen [SIAM J. Discrete Math.…

数据结构与算法 · 计算机科学 2025-04-29 Guilherme C. M. Gomes , Raul Lopes , Ignasi Sau

Given an oriented graph $D$, the inversion of a subset $X$ of vertices consists in reversing the orientation of all arcs with both endpoints in $X$. When the subset $X$ is of size $p$ (resp. at most $p$), this operation is called an…

We generalize the shuffle theorem and its $(km,kn)$ version, as conjectured by Haglund et al. and Bergeron et al., and proven by Carlsson and Mellit, and Mellit, respectively. In our version the $(km,kn)$ Dyck paths on the combinatorial…

组合数学 · 数学 2021-09-07 Jonah Blasiak , Mark Haiman , Jennifer Morse , Anna Pun , George H. Seelinger

We give a description of the well known Zeta map on Dyck paths which sends the dinv,area statistics to the area,bounce statistics. Our description uses Dyck paths area sequences and can be implemented easily.

组合数学 · 数学 2022-06-09 Viviane Pons

We study the existence of harmonic maps and Dirac-harmonic maps from degenerating surfaces to non-positive curved manifold via the scheme of Sacks and Uhlenbeck. By choosing a suitable sequence of $\alpha$-(Dirac-)harmonic maps from a…

微分几何 · 数学 2021-06-25 Jürgen Jost , Jingyong Zhu

In this work we consider algorithms for reconstructing time-varying data into a finite sum of discrete trajectories, alternatively, an off-the-grid sparse-spikes decomposition which is continuous in time. Recent work showed that this…

最优化与控制 · 数学 2022-12-26 Vincent Duval , Robert Tovey

An extension of an induced path $P$ in a graph $G$ is an induced path $P'$ such that deleting the endpoints of $P'$ results in $P$. An induced path in a graph is said to be avoidable if each of its extensions is contained in an induced…

组合数学 · 数学 2021-10-22 Vladimir Gurvich , Matjaž Krnc , Martin Milanič , Mikhail Vyalyi

It is known that both the number of Dyck paths with $2n$ steps and $k$ peaks, and the number of Dyck paths with $2n$ steps and $k$ steps at odd height follow the Narayana distribution. In this paper we present a bijection which explicitly…

组合数学 · 数学 2014-01-27 Paul R. G. Mortimer , Thomas Prellberg

We study the quadratic $k$-vertex-disjoint paths problem (Q-$k$-VDP), which seeks $k$ vertex-disjoint paths in a directed graph that minimize a nonconvex quadratic objective function. We formulate the problem as a binary quadratic program…

最优化与控制 · 数学 2026-04-07 Mingming Xu , Hao Hu

We prove new bijections between different variants of Dyck paths and integer compositions, which give combinatorial explanations of their simple counting formula $4^{n-1}$. These give relations between different statistics, such as the…

组合数学 · 数学 2024-03-11 Manosij Ghosh Dastidar , Michael Wallner

Various applications of graphs, in particular applications related to finding shortest paths, naturally get inputs with real weights on the edges. However, for algorithmic or visualization reasons, inputs with integer weights would often be…

计算复杂性 · 计算机科学 2019-05-22 Herman Haverkort , David Kübel , Elmar Langetepe

A roundtrip spanner of a directed graph $G$ is a subgraph of $G$ preserving roundtrip distances approximately for all pairs of vertices. Despite extensive research, there is still a small stretch gap between roundtrip spanners in directed…

数据结构与算法 · 计算机科学 2020-05-01 Ruoxu Cen , Ran Duan , Yong Gu

An $r$-simple $k$-path is a {path} in the graph of length $k$ that passes through each vertex at most $r$ times. The $r$-SIMPLE $k$-PATH problem, given a graph $G$ as input, asks whether there exists an $r$-simple $k$-path in $G$. We first…

数据结构与算法 · 计算机科学 2014-01-23 Hasan Abasi , Nader H. Bshouty , Ariel Gabizon , Elad Haramaty

Due to the computational complexity of finding almost shortest simple paths, we propose that identifying a larger collection of (nonbacktracking) paths is more efficient than finding almost shortest simple paths on positively weighted…

数据结构与算法 · 计算机科学 2017-11-08 David Burstein , Leigh Metcalf

Let $P$ be a simple polytope with $n-d = 2$, where $d$ is the dimension and $n$ is the number of facets. The graph of such a polytope is also called a grid. It is known that the directed random walk along the edges of $P$ terminates after…

离散数学 · 计算机科学 2017-05-30 Malte Milatz

The $k$-deck of a graph is its multiset of induced subgraphs on $k$ vertices. We prove that $n$-vertex graphs with maximum degree $2$ have the same $k$-decks if each cycle has at least $k+1$ vertices, each path component has at least $k-1$…

组合数学 · 数学 2016-09-02 Douglas B. West , Hannah Spinoza

We show bijectively that Dyck paths with all peaks at odd height are counted by the Motzkin numbers and Dyck paths with all peaks at even height are counted by the Riordan numbers.

组合数学 · 数学 2017-02-28 David Callan

Let $G$ be a directed planar graph of complexity $n$, each arc having a nonnegative length. Let $s$ and $t$ be two distinct faces of $G$; let $s_1,...,s_k$ be vertices incident with $s$; let $t_1,...,t_k$ be vertices incident with $t$. We…

数据结构与算法 · 计算机科学 2008-02-21 Eric Colin De Verdière , Alexander Schrijver