Partial Match
In the Partial Match problem, we are given a "database" of binary strings, and a list of "queries" which are strings in . (Here, "" represents a wildcard.) We say that a query matches a string if for all , if in then . Output: Determine for all queries, which of them match some string in the database.
Parameters
- : number of binary strings/queries
- : 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