k-OV

Given kk sets of dd-dimensional vectors A1,A2,,AkA_1, A_2, \ldots, A_k, each of size nn, does there exist a1A1,a2A2,,akAka_1 \in A_1, a_2 \in A_2, \ldots, a_k \in A_k such that a1a2ak=0a_1 * a_2 * \ldots * a_k = 0

Parameters

  • nn: number of vectors per set
  • kk: number of sets
  • dd: dimension of each vector; d=omega(log(n))d = omega(log(n))

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
Reduction to Chan, Williams2016O(n(k1/O(d/log(n))))O(n^{(k-1/O(d/log(n)))})
Reduction to Abboud, Williams, Yu2015O(n(k1/O(d/log(n))))O(n^{(k-1/O(d/log(n)))})
Exhaustive search-O(dnk)O(d*n^k)O(k) auxiliary

Reductions Table

Displaying 3 of 3 reductions

Other relevant algorithms

Insuffient Data to display table