Comment on Python code to solve xkcd 1313 by Peter NorvigparentComments−yen22312yIt's a subset of the set cover problem, which is a well-known NP-hard problem.
Comments
It's a subset of the set cover problem, which is a well-known NP-hard problem.