中文
相关论文

相关论文: A hierarchical Algorithm to Solve the Shortest Pat…

200 篇论文

Let $G$ be an $n$-node simple directed planar graph with nonnegative edge weights. We study the fundamental problems of computing (1) a global cut of $G$ with minimum weight and (2) a~cycle of $G$ with minimum weight. The best previously…

数据结构与算法 · 计算机科学 2017-03-24 Hung-Chun Liang , Hsueh-I Lu

Given an undirected $n$-vertex graph and $k$ pairs of terminal vertices $(s_1,t_1), \ldots, (s_k,t_k)$, the $k$-Disjoint Shortest Paths ($k$-DSP)-problem asks whether there are $k$ pairwise vertex-disjoint paths $P_1,\ldots, P_k$ such that…

组合数学 · 数学 2022-05-03 Matthias Bentert , André Nichterlein , Malte Renken , Philipp Zschoche

We present a deterministic O(n log log n) time algorithm for finding shortest cycles and minimum cuts in planar graphs. The algorithm improves the previously known fastest algorithm by Italiano et al. in STOC'11 by a factor of log n. This…

数据结构与算法 · 计算机科学 2016-08-14 Jakub Łącki , Piotr Sankowski

Graph theoretical problems based on shortest paths are at the core of research due to their theoretical importance and applicability. This paper deals with the geodetic number which is a global measure for simple connected graphs and it…

数据结构与算法 · 计算机科学 2020-11-24 Ahmad T. Anaqreh , Boglarka G. -Toth , Tamas Vinko

We present a factor $14D^2$ approximation algorithm for the minimum linear arrangement problem on series-parallel graphs, where $D$ is the maximum degree in the graph. Given a suitable decomposition of the graph, our algorithm runs in time…

离散数学 · 计算机科学 2014-10-17 Martina Eikel , Christian Scheideler , Alexander Setzer

Finding optimal matchings in dense graphs is of general interest and of particular importance in social, transportation and biological networks. While developing optimal solutions for various matching problems is important, the running…

数据结构与算法 · 计算机科学 2020-11-16 Nitish K. Panigrahy , Prithwish Basu , Don Towsley

Given an n-vertex graph G, a drawing of G in the plane is a mapping of its vertices into points of the plane, and its edges into continuous curves, connecting the images of their endpoints. A crossing in such a drawing is a point where two…

数据结构与算法 · 计算机科学 2010-10-20 Julia Chuzhoy , Yury Makarychev , Anastasios Sidiropoulos

We investigate the problem of computing the top-$k$ simple shortest paths in weighted digraphs. While the single-pair variant -- finding the top-$k$ simple shortest paths between two specified vertices -- has been extensively studied over…

数据结构与算法 · 计算机科学 2025-10-01 Mattia D'Emidio , Gabriele Di Stefano

We present an implementation of a recent algorithm to compute shortest-path trees in unit disk graphs in $O(n\log n)$ worst-case time, where $n$ is the number of disks. In the minimum-separation problem, we are given $n$ unit disks and two…

计算几何 · 计算机科学 2017-02-13 Sergio Cabello , Lazar Milinković

We present the generic Dijkstra shortest path algorithm: an efficient algorithm for finding a shortest path in an optical network, both in a wavelength-division multiplexed network, and an elastic optical network (EON). The proposed…

网络与互联网体系结构 · 计算机科学 2020-01-08 Ireneusz Szcześniak , Andrzej Jajszczyk , Bożena Woźna-Szcześniak

In the cut-query model, the algorithm can access the input graph $G=(V,E)$ only via cut queries that report, given a set $S\subseteq V$, the total weight of edges crossing the cut between $S$ and $V\setminus S$. This model was introduced by…

数据结构与算法 · 计算机科学 2025-10-22 Yotam Kenneth-Mordoch , Robert Krauthgamer

We propose an exact algorithm for solving the longest simple path problem between two given vertices in undirected weighted graphs. By using graph partitioning and dynamic programming, we obtain an algorithm that is significantly faster…

数据结构与算法 · 计算机科学 2019-05-10 Kai Fieger , Tomas Balyo , Christian Schulz , Dominik Schreiber

We introduce the inverse Voronoi diagram problem in graphs: given a graph $G$ with positive edge-lengths and a collection $\mathbb{U}$ of subsets of vertices of $V(G)$, decide whether $\mathbb{U}$ is a Voronoi diagram in $G$ with respect to…

数据结构与算法 · 计算机科学 2020-10-06 Édouard Bonnet , Sergio Cabello , Bojan Mohar , Hebert Pérez-Rosés

Utilizing graph algorithms is a common activity in computer science. Algorithms that perform computations on large graphs are not always efficient. This work investigates the Single-Source Shortest Path (SSSP) problem, which is considered…

数据结构与算法 · 计算机科学 2021-06-25 Ahmed Shokry

In undirected graphs with real non-negative weights, we give a new randomized algorithm for the single-source shortest path (SSSP) problem with running time $O(m\sqrt{\log n \cdot \log\log n})$ in the comparison-addition model. This is the…

数据结构与算法 · 计算机科学 2023-10-05 Ran Duan , Jiayi Mao , Xinkai Shu , Longhui Yin

We study the design of fixed-parameter algorithms for problems already known to be solvable in polynomial time. The main motivation is to get more efficient algorithms for problems with unattractive polynomial running times. Here, we focus…

计算复杂性 · 计算机科学 2021-01-06 Archontia C. Giannopoulou , George B. Mertzios , Rolf Niedermeier

We study a large family of graph covering problems, whose definitions rely on distances, for graphs of bounded cyclomatic number (that is, the minimum number of edges that need to be removed from the graph to destroy all cycles). These…

离散数学 · 计算机科学 2025-09-03 Dibyayan Chakraborty , Florent Foucaud , Anni Hakanen

We present a new algorithm, which solves the problem of distributively finding a minimum diameter spanning tree of any (non-negatively) real-weighted graph $G = (V,E,\omega)$. As an intermediate step, we use a new, fast, linear-time…

分布式、并行与集群计算 · 计算机科学 2013-12-12 Marc Bui , Franck Butelle , Christian Lavault

Finding the shortest path between two points in a graph is a fundamental problem that has been well-studied over the past several decades. Shortest path algorithms are commonly applied to modern navigation systems, so our study aims to…

数据结构与算法 · 计算机科学 2022-08-02 Kevin Y. Chen

We introduce and study a novel problem of computing a shortest path tree with a minimum number of non-terminals. It can be viewed as an (unweighted) Steiner Shortest Path Tree (SSPT) that spans a given set of terminal vertices by shortest…

数据结构与算法 · 计算机科学 2025-09-09 Omer Asher , Yefim Dinitz , Shlomi Dolev , Li-on Raviv , Baruch Schieber