Shortest-path queries in static networks

C Sommer - ACM Computing Surveys (CSUR), 2014 - dl.acm.org
We consider the point-to-point (approximate) shortest-path query problem, which is the
following generalization of the classical single-source (SSSP) and all-pairs shortest-path …

[图书][B] Introduction to algorithms

TH Cormen, CE Leiserson, RL Rivest, C Stein - 2022 - books.google.com
A comprehensive update of the leading algorithms text, with new material on matchings in
bipartite graphs, online algorithms, machine learning, and other topics. Some books on …

Approximate distance oracles

M Thorup, U Zwick - Journal of the ACM (JACM), 2005 - dl.acm.org
Let G=(V, E) be an undirected weighted graph with| V|= n and| E|= m. Let k≥ 1 be an
integer. We show that G=(V, E) can be preprocessed in O (kmn 1/k) expected time …

Faster all-pairs shortest paths via circuit complexity

R Williams - Proceedings of the forty-sixth annual ACM symposium …, 2014 - dl.acm.org
We present a new randomized method for computing the min-plus product (aka, tropical
product) of two n× n matrices, yielding a faster algorithm for solving the all-pairs shortest …

[PDF][PDF] Introduction to algorithms

H Thomas - 2009 - diglib.globalcollege.edu.et
Before there were computers, there were algorithms. But now that there are computers, there
are even more algorithms, and algorithms lie at the heart of computing. This book provides a …

All pairs shortest paths using bridging sets and rectangular matrix multiplication

U Zwick - Journal of the ACM (JACM), 2002 - dl.acm.org
We present two new algorithms for solving the All Pairs Shortest Paths (APSP) problem for
weighted directed graphs. Both algorithms use fast matrix multiplication algorithms. The first …

Subcubic equivalences between path, matrix and triangle problems

VV Williams, R Williams - 2010 IEEE 51st Annual Symposium …, 2010 - ieeexplore.ieee.org
We say an algorithm on n× n matrices with entries in [-M, M](or n-node graphs with edge
weights from [-M, M]) is truly subcubic if it runs in O (n 3-δ-poly (log M)) time for some δ> 0 …

Fourier meets Möbius: fast subset convolution

A Björklund, T Husfeldt, P Kaski… - Proceedings of the thirty …, 2007 - dl.acm.org
We present a fast algorithm for the subset convolution problem: given functions f and g
defined on the lattice of subsets of an n-element set n, compute their subset convolution f* g …

Fast sparse matrix multiplication

R Yuster, U Zwick - ACM Transactions On Algorithms (TALG), 2005 - dl.acm.org
Let A and B two n× n matrices over a ring R (eg, the reals or the integers) each containing at
most m nonzero elements. We present a new algorithm that multiplies A and B using O (m …

More algorithms for all-pairs shortest paths in weighted graphs

TM Chan - Proceedings of the thirty-ninth annual ACM symposium …, 2007 - dl.acm.org
In the first part of the paper, we reexamine the all-pairsshortest paths (APSP) problem and
present a newalgorithm with running time approaching O (n3/log2n), which improves all …