Hacker News new | ask | show | jobs
by alexis-d 5431 days ago
I agree, the wording of the second problem is very unclear for me, in particular how the grid works...
1 comments

I tried solving the version of the problem in which codes are not necessarily unique, the grid an array of 36 squares in which each letter/number contained in any of today's specials has been crossed out, an item "appears" to be available iff all of its letters/numbers have been crossed out, and the customer picks one of the 250 items uniformly at random.

It seems that this is not the correct interpretation of the problem statement.