Don't factor time into the rankings unless you mean overall time from start of the challenge until 3 valid answers are entered (and even that is broken since it favors people who have heard about the challenge sooner). There'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.
$1000 coding challenge from E la Carte (YC S10)
21–30 of 47 posts
Re: $1000 coding challenge from E la Carte (YC S10)
#22For #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)
#23For #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…
the first part of q2 assumes that the customer has already picked items that appear to be available
It seems that this is not the correct interpretation of the problem statement.
Re: $1000 coding challenge from E la Carte (YC S10)
#24For #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)
#25Don't factor time into the rankings unless you mean overall time from start of the challenge until 3 valid answers are entered (and even that is broken since it favors people who have heard about the challenge sooner). There'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.
not to worry, we're aware of how people might try to cheat... it's not fully automated, we have our engineers judging this as well
Re: $1000 coding challenge from E la Carte (YC S10)
#26Earlier quoted context omitted.
the first part of q2 assumes that the customer has already picked items that appear to be available
I tried solving the version the problem in which the codes are not necessarily unique, the grid is 1x36, only any character that appears in the code of any item that is a special today is marked, an item "appears to be available" iff all of the characters in its code are marked, and the customer chooses from the items that appear to be available for the first question. It seems that this is not the correct interpreta…
Re: $1000 coding challenge from E la Carte (YC S10)
#27> We have received your submission and will be responding shortly
Re: $1000 coding challenge from E la Carte (YC S10)
#28Re: $1000 coding challenge from E la Carte (YC S10)
#29The second problem is not well-defined, so how long it takes has considerably more to do with how many possible interpretations you have to try before you get it right and how long it takes you to grok the grid scheme than how long it actually takes you to solve problems of that nature. You may want to consider rewriting it. As it is, I've lost any interest I initially had in your company as a whole. You need to stan…