Set Intersection

Given sets S1,,SN[U]S_1, \dots, S_N\subseteq [U] each of size at most ss and a set of qq queries Q[N]2Q\subseteq [N]^2, report for each query (i,j)Q(i, j)\in Q the set SiSjS_i\cap S_j. Occasionally we specify a size threshold up to which the algorithm is supposed to list elements.

Parameters

  • U|U|: size of universe
  • NN: number of sets
  • ss: bound on size of each set
  • qq: number of queries
  • rr: size threshold (for listing elements)

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