Partial Match

In the Partial Match problem, we are given a "database" of nn binary strings, and a list of nn "queries" which are strings in {0,1,}\{0,1,\}^*. (Here, "" represents a wildcard.) We say that a query q=q1,...,qdq=q_1,...,q_d matches a string x=x1,...,xdx=x_1,...,x_d if for all i=1,...,di=1,...,d, if qiq_i in {0,1}\{0,1\} then qi=xiq_i = x_i. Output: Determine for all nn queries, which of them match some string in the database.

Parameters

  • nn: number of binary strings/queries
  • dd: length of strings/queries

Related Problems


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