中文
相关论文

相关论文: Path-search in the pyramid and in other graphs

200 篇论文

In the Flow Edge-Monitor Problem, we are given an undirected graph G=(V,E), an integer k > 0 and some unknown circulation \psi on G. We want to find a set of k edges in G, so that if we place k monitors on those edges to measure the flow…

数据结构与算法 · 计算机科学 2009-09-01 Francis Chin , Marek Chrobak , Li Yan

We are interested in embedding trees T with maximum degree at most four in a rectangular grid, such that the vertices of T correspond to grid points, while edges of T correspond to non-intersecting straight segments of the grid lines. Such…

组合数学 · 数学 2021-09-08 V. T. F. Luca , F. S. Oliveira , J. L. Szwarcfiter

We consider networks of anonymous sensors and address the problem of constructing routes for the delivery of information from a group of sensors in response to a query by a sink. In order to circumvent the restrictions imposed by anonymity,…

网络与互联网体系结构 · 计算机科学 2007-05-23 Renato C. Dutra , Valmir C. Barbosa

Some of the quantum searching models have been given by perturbed quantum walks. Driving some perturbed quantum walks, we may quickly find one of the targets with high probability. In this paper, we construct a quantum searching model…

量子物理 · 物理学 2022-06-07 Yusuke Yoshie , Kiyoto Yoshino

A graph is one-ended if it contains a ray (a one way infinite path) and whenever we remove a finite number of vertices from the graph then what remains has only one component which contains rays. A vertex $v$ {\em dominates} a ray in the…

组合数学 · 数学 2018-05-22 Johannes Carmesin , Florian Lehner , Rögnvaldur G. Möller

We extend the edge version of the classical Menger's Theorem for undirected graphs to $n$-dimensional simplicial complexes with chains over the field $\mathbb{F}_2$. The classical Menger's Theorem states that two different vertices in an…

几何拓扑 · 数学 2021-11-19 Avraham Goldstein , Yonah Cherniavsky

We study the NP-complete Minimum Shared Edges (MSE) problem. Given an undirected graph, a source and a sink vertex, and two integers p and k, the question is whether there are p paths in the graph connecting the source with the sink and…

计算复杂性 · 计算机科学 2016-02-05 Till Fluschnik , Stefan Kratsch , Rolf Niedermeier , Manuel Sorge

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

We present a new approach called GR (Graph Reduction) algorithm for searching loop-less k-shortest paths (1st to k-th shortest paths) in a graph based on graph reduction. Let a source vertex and a target vertex of k-shortest paths be v_s…

数据结构与算法 · 计算机科学 2019-08-20 Yasuo Yamane , Hironobu Kitajima

Logistics and transportation networks require a large amount of resources to realize necessary connections between locations and minimizing these resources is a vital aspect of planning research. Since such networks have dynamic connections…

社会与信息网络 · 计算机科学 2024-09-02 Argyrios Deligkas , Michelle Döring , Eduard Eiben , Tiger-Lily Goldsmith , George Skretas , Georg Tennigkeit

We obtain expected number of arrivals, absorption probabilities and expected time until absorption for an asymmetric discrete random walk on a graph in the presence of multiple function barriers. On each edge of the graph and in each vertex…

概率论 · 数学 2023-07-26 Theo van Uem

Given a directed graph, G=(V,E), a path query, path(u,v), returns whether there is a directed path from u to v in G, for u,v vertices in V. Given only V, exactly learning all the edges in G using path queries is often impossible, since path…

数据结构与算法 · 计算机科学 2022-08-09 Ramtin Afshar , Michael T. Goodrich

Directed acyclic graphs (DAGs) are directed graphs in which there is no path from a vertex to itself. DAGs are an omnipresent data structure in computer science and the problem of counting the DAGs of given number of vertices and to sample…

离散数学 · 计算机科学 2025-10-03 Martin Pépin , Alfredo Viola

We give an iterative algorithm for finding the maximum flow between a set of sources and sinks that lie on the boundary of a planar graph. Our algorithm uses only O(n) queries to simple data structures, achieving an O(n log n) running time…

数据结构与算法 · 计算机科学 2013-06-25 Glencora Borradaile , Anna Harutyunyan

We study the computational complexity of routing multiple objects through a network in such a way that only few collisions occur: Given a graph $G$ with two distinct terminal vertices and two positive integers $p$ and $k$, the question is…

计算复杂性 · 计算机科学 2017-05-11 Till Fluschnik , Marco Morik , Manuel Sorge

Determining if an input undirected graph is Hamiltonian, i.e., if it has a cycle that visits every vertex exactly once, is one of the most famous NP-complete problems. We consider the following generalization of Hamiltonian cycles: for a…

数据结构与算法 · 计算机科学 2026-05-06 Antoine Amarilli , Arthur Lombardo , Mikaël Monet

In this paper, we present efficient algorithms for the single-source shortest path problem in weighted disk graphs. A disk graph is the intersection graph of a family of disks in the plane. Here, the weight of an edge is defined as the…

数据结构与算法 · 计算机科学 2025-04-10 Shinwoo An , Eunjin Oh , Jie Xue

We obtain sharp bounds for the number of n-cycles in a finite graph as a function of the number of edges, and prove that the complete graph is optimal in more ways than could be imagined. En route, we prove some sharp estimates on power…

组合数学 · 数学 2007-05-23 Igor Rivin

The \emph{interestingness score} of a directed path $\Pi = e_1, e_2, e_3, \dots, e_\ell$ in an edge-weighted directed graph $G$ is defined as $\texttt{score}(\Pi) := \sum_{i=1}^\ell w(e_i) \cdot \log{(i+1)}$, where $w(e_i)$ is the weight of…

计算复杂性 · 计算机科学 2025-03-18 Jean-Lou De Carufel , Anil Maheshwari , Saeed Odak , Bodhayan Roy , Michiel Smid , Marc Vicuna

We show that the following variation of the single-source shortest path problem is NP-complete. Let a weighted, directed, acyclic graph $G=(V,E,w)$ with source and sink vertices $s$ and $t$ be given. Let in addition a mapping $f$ on $E$ be…

计算复杂性 · 计算机科学 2016-07-18 Jesper Larsson Träff
‹ 上一页 1 8 9 10 下一页 ›