Bichromatic Hamming Close Pair

Given two sets A={a1,,an}{0,1}dA = \{a_1, \ldots, a_n\} \subseteq \{0, 1\}^d and B={b1,,bn}{0,1}dB = \{b_1, \ldots, b_n\} \subseteq \{0, 1\}^d of nn binary vectors and an integer t{2,,d}t \in \{2, \ldots, d\}, decide if there exists a pair aAa \in A and bBb \in B such that the number of coordinates in which they differ is less than tt (formally, Hamming(a,b):=ab1<tHamming(a, b) := ||a − b||1 < t). If there is such a pair (a,b)(a, b), we call it a close pair.

Parameters

  • nn: number of binary vectors in each set
  • dd: dimensionality of vectors
  • tt: max Hamming distance

Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Reductions Table

Displaying 2 of 2 reductions

Other relevant algorithms

Insuffient Data to display table