Skip to content

TalWeisler/Ed-Hitting-Set

Repository files navigation

Ed-Hitting-Set

Let C be a collection of subsets of a finite set S. A hitting set of C is a subset of S that has a non-empty intersection with each element of C.

Given: A collection C of subsets (each subset size d) of a set S and a parameter k.

Question: Does C have a hitting set of size k or less?

Hitting Set is NP-complete

To solve the problem in polynomial time we used 2 kernelizations:

  1. The sunflower lemma
  2. The crown decomposition

The algorithm compare between the 2 kernalizations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages