English

On the Fine-Grained Complexity of Parity Problems

Data Structures and Algorithms 2021-08-05 v3

Abstract

We consider the parity variants of basic problems studied in fine-grained complexity. We show that finding the exact solution is just as hard as finding its parity (i.e. if the solution is even or odd) for a large number of classical problems, including All-Pairs Shortest Paths (APSP), Diameter, Radius, Median, Second Shortest Path, Maximum Consecutive Subsums, Min-Plus Convolution, and 0/10/1-Knapsack. A direct reduction from a problem to its parity version is often difficult to design. Instead, we revisit the existing hardness reductions and tailor them in a problem-specific way to the parity version. Nearly all reductions from APSP in the literature proceed via the (subcubic-equivalent but simpler) Negative Weight Triangle (NWT) problem. Our new modified reductions also start from NWT or a non-standard parity variant of it. We are not able to establish a subcubic-equivalence with the more natural parity counting variant of NWT, where we ask if the number of negative triangles is even or odd. Perhaps surprisingly, we justify this by designing a reduction from the seemingly-harder Zero Weight Triangle problem, showing that parity is (conditionally) strictly harder than decision for NWT.

Keywords

Cite

@article{arxiv.2002.07415,
  title  = {On the Fine-Grained Complexity of Parity Problems},
  author = {Amir Abboud and Shon Feller and Oren Weimann},
  journal= {arXiv preprint arXiv:2002.07415},
  year   = {2021}
}
R2 v1 2026-06-23T13:44:58.505Z