Fast Matrix Multiplication for Query Processing

X Hu - Proceedings of the ACM on Management of Data, 2024 - dl.acm.org
This paper studies how to use fast matrix multiplication to speed up query processing. As
observed, computing a two-table join and then projecting away the join attribute is …

Tight conditional lower bounds for vertex connectivity problems

Z Huang, Y Long, T Saranurak, B Wang - Proceedings of the 55th …, 2023 - dl.acm.org
We study the fine-grained complexity of graph connectivity problems in unweighted
undirected graphs. Recent development shows that all variants of edge connectivity …

Detecting Disjoint Shortest Paths in Linear Time and More

S Akmal, VV Williams, N Wein - arXiv preprint arXiv:2404.15916, 2024 - arxiv.org
In the $ k $-Disjoint Shortest Paths ($ k $-DSP) problem, we are given a weighted graph $ G
$ on $ n $ nodes and $ m $ edges with specified source vertices $ s_1,\dots, s_k $, and …

A Fine-grained Classification of Subquadratic Patterns for Subgraph Listing and Friends

K Bringmann, E Gorbachev - arXiv preprint arXiv:2404.04369, 2024 - arxiv.org
In an $ m $-edge host graph $ G $, all triangles can be listed in time $ O (m^{1.5}) $[Itai,
Rodeh'78], and all $ k $-cycles can be listed in time $ O (m^{2-1/{\lceil k/2\rceil}}+ t) $ where …

Blazing a trail via matrix multiplications: a faster algorithm for non-shortest induced paths

YC Chiu, HI Lu - Information and Computation, 2024 - Elsevier
For vertices u and v of an n-vertex graph G, a uv-trail of G is an induced uv-path of G that is
not a shortest uv-path of G. Berger, Seymour, and Spirkl [Discrete Mathematics 2021] gave …

Combinatorial Designs Meet Hypercliques: Higher Lower Bounds for Klee's Measure Problem and Related Problems in Dimensions

E Gorbachev, M Künnemann - arXiv preprint arXiv:2303.08612, 2023 - arxiv.org
Klee's measure problem (computing the volume of the union of $ n $ axis-parallel boxes in
$\mathbb {R}^ d $) is well known to have $ n^{\frac {d}{2}\pm o (1)} $-time algorithms …

三個導出子圖演算法——完美圖, 最短奇洞, 非最短路徑

邱允中 - 2022 - tdr.lib.ntu.edu.tw
判斷一張圖中是否包含某種導出子圖, 在圖論以及演算法領域的許多重要成果都扮演了重要角色
. 其中一個具有高度代表性的例子是[完美圖的辨識問題], 也就是判定一張圖是否符合[每個導出 …

Leanness Computation: Small Values and Special Graph Classes

D Coudert, S Coulomb… - Discrete Mathematics & …, 2024 - dmtcs.episciences.org
Let u and v be vertices in a connected graph G=(V, E). For any integer k such that 0≤ k≤ dG
(u, v), the k-slice Sk (u, v) contains all vertices x on a shortest uv-path such that dG (u, x)= k …

Pattern detection in ordered graphs

G Ducoffe, L Feuilloley, M Habib, F Pitois - arXiv preprint arXiv:2302.11619, 2023 - arxiv.org
A popular way to define or characterize graph classes is via forbidden subgraphs or
forbidden minors. These characterizations play a key role in graph theory, but they rarely …