[deleted]
$1000 coding challenge from E la Carte (YC S10)
11–20 of 47 posts
Re: $1000 coding challenge from E la Carte (YC S10)
#12Re: $1000 coding challenge from E la Carte (YC S10)
#13Re: $1000 coding challenge from E la Carte (YC S10)
#14Re: $1000 coding challenge from E la Carte (YC S10)
#15The problem statement makes it seem that the grid presented to the customer is an array of 36 squares, where every square that corresponds to a letter or number that occurs in any index of any possible special (whether it is the special today or not) has been crossed out. How is the customer to deduce anything from this that he or she could not already deduce from the published list of possible specials?
Re: $1000 coding challenge from E la Carte (YC S10)
#16the first question seems a tad ambiguous to me. Is a contiguous rectangular block a rectangle s.t. all restaurants == P, or is it rectangle in which every P has at least one immediate neighbor == P?
Re: $1000 coding challenge from E la Carte (YC S10)
#17There's nothing stopping anyone who really cares from getting the entire challenge ahead of time and then doing their pre-worked-out for-reals answer entries from a new IP address.
Re: $1000 coding challenge from E la Carte (YC S10)
#18For #2, are the codes unique? Do customers select dishes uniformly at random, without regard to whether they appear to be available? How could an item possibly appear to be unavailable when in fact it is available? The problem statement makes it seem that the grid presented to the customer is an array of 36 squares, where every square that corresponds to a letter or number that occurs in any index of any possible spe…
Re: $1000 coding challenge from E la Carte (YC S10)
#19For #2, are the codes unique? Do customers select dishes uniformly at random, without regard to whether they appear to be available? How could an item possibly appear to be unavailable when in fact it is available? The problem statement makes it seem that the grid presented to the customer is an array of 36 squares, where every square that corresponds to a letter or number that occurs in any index of any possible spe…
I agree, the wording of the second problem is very unclear for me, in particular how the grid works...
It seems that this is not the correct interpretation of the problem statement.
Re: $1000 coding challenge from E la Carte (YC S10)
#20For #2, are the codes unique? Do customers select dishes uniformly at random, without regard to whether they appear to be available? How could an item possibly appear to be unavailable when in fact it is available? The problem statement makes it seem that the grid presented to the customer is an array of 36 squares, where every square that corresponds to a letter or number that occurs in any index of any possible spe…