Proceedings of the 50th Annual ACM SIGACT Symposium on Theory of Computing 2018
DOI: 10.1145/3188745.3188888
|View full text |Cite
|
Sign up to set email alerts
|

Fine-grained complexity for sparse graphs

Abstract: We consider the fine-grained complexity of sparse graph problems that currently haveÕ(mn) time algorithms, where m is the number of edges and n is the number of vertices in the input graph. This class includes several important path problems on both directed and undirected graphs, including APSP, MWC (minimum weight cycle), and Eccentricities, which is the problem of computing, for each vertex in the graph, the length of a longest shortest path starting at that vertex.We introduce the notion of a sparse reduct… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4

Citation Types

0
27
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 21 publications
(27 citation statements)
references
References 56 publications
0
27
0
Order By: Relevance
“…Let G be the graph in which we want to find the Shortest Cycle. Compute APSP in G, and then for every edge add d(u, v) + w(v, u) and take the minimum -this is the weight of the Shortest Cycle in G. Reducing directed Shortest Cycle to APSP in undirected graphs seems more problematic, as noted by Agarwal and Ramachandran [AR16]. In our paper, however, we were able to reduce Min Weight k-Cycle in a directed graph to Radius in undirected graphs.…”
mentioning
confidence: 71%
See 4 more Smart Citations
“…Let G be the graph in which we want to find the Shortest Cycle. Compute APSP in G, and then for every edge add d(u, v) + w(v, u) and take the minimum -this is the weight of the Shortest Cycle in G. Reducing directed Shortest Cycle to APSP in undirected graphs seems more problematic, as noted by Agarwal and Ramachandran [AR16]. In our paper, however, we were able to reduce Min Weight k-Cycle in a directed graph to Radius in undirected graphs.…”
mentioning
confidence: 71%
“…Agarwal and Ramachandran [AR16] build on these reductions to show many sparsity-preserving reductions from Shortest Cycle to various fundamental graph problems.…”
Section: Hypothesis 11 (Min Weight K-clique)mentioning
confidence: 99%
See 3 more Smart Citations