MATLAB Programming Contest Blog

April 12th, 2006

Final Hours

This MATLAB Contest is almost at an end. The queue closes in four hours at 5PM EDT. At the moment I’m writing this (1PM), the queue is only backed up half an hour and the leading entry isn’t obfuscated, so there is still time to make a change and see the score before the contest ends. I expect the queue to lengthen as we approach the deadline, and soon it will be so long that additional entries won’t be scored before the end of the contest (a sort of reverse twilight where you see everyone’s code but not the scores).

On a side note, congratulations to newcomer Windy Miller and veteran Yi Cao, who both submitted entries this morning that made a significant improvement to the top score.

8 Responses to “Final Hours”

  1. the cyclist replied on :

    We seem to be in a calm before the storm.

  2. Alan Chalker replied on :

    Done at last!!!! Now it’s just a waiting game. There are ~360 entries in the queue at 5PM, and given each entry tends to take ~1 min that is 6 hours of processing time. Hopefully we’ll know the results by midnight tonight.

    Although I do note that the last entry is David Jones, submitted 1 second after the deadline?!?!?!?

  3. David Jones replied on :

    My theory is the last entry arrived just before 5:00:00pm when the queue closed, and then took a fraction of a second to get processed, timestamped and stored in the database. Oh what controversy if “poptastic 20″ turns out to be the winning submission!

  4. Matthew replied on :

    The shutoff of the entry submission is somewhat decoupled from the code that actually accepts the entry. The timestamp is what counts.

  5. Stijn Helsen replied on :

    Luckily there is no real point about the 1 second too late. It was far from best anyway.

  6. Markus replied on :

    So it seems that utr alias the cyclist alias Tim Vaughan won his third contest. Congratulations!

    The winning code is an obfuscated one, so far so good. It would be nice if you would let him replace that version by the non-obfuscated, maybe even a well-documented version. I think this would be interesting to the other contestants of this contest as well as for other people who want to review the results of this contest at another time.

  7. Stijn Helsen replied on :

    By using the “Chuck Norris” submission as a reference, and the unobfuscater I’ve submitted (and Matlab’s autoindent) you can get already something.

  8. the cyclist replied on :

    Specifically, take the code of “Chuck Norris 4″ (the unobfuscated version of “”sirroN kcuhC 4″), and substitute my “a37″ function for the “nthroot” function.

    I’m afraid I won’t be providing any documentation for that any time soon. 8-)

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks
The MATLAB Programming Contest is a semi-annual competition where contestants submit MATLAB code to try to solve a challenge.

See behind the scenes of the MATLAB Programming Contest

These postings are the author's and don't necessarily represent the opinions of The MathWorks.