MATLAB Programming Contest Blog

May 5th, 2008

Sunday Push Won by David Jones

Unstoppable contest force David Jones won the Big Push by making the greatest cumulative improvement to the top score on Sunday. SY was close behind him, submitting an entry that would have put him in first place one second after the midnight deadline. Ouch! Sunday also saw significant contributions from Jan Langer, YC, Fel, and MikeR.

One Response to “Sunday Push Won by David Jones”

  1. Alan Chalker replied on :

    As I usually do, I’ve now posted a heavily commented version of the leading code so that those of you who aren’t in the ‘thick of it’ can have an opportunity to understand the alogrithms behind the solutions to this problem.

    The code is entry 47616 viewable at:
    http://www.mathworks.com/contest/wiring.cgi/view_submission.html?id=47616

    Hope this helps!

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).


The MATLAB Programming Contest is a semi-annual competition where contestants submit MATLAB code to try to solve a challenge. For more information, see the overview.
  • the cyclist: Looks like there might be a problem with the statistics page. For one thing, Alan Chalker holds all 20...
  • Alan Chalker: I have been able to figure out the scoring formula and am posting it here as I traditionally do. As...
  • Nick Howe: As Alan noted, the Twitter feeds seem broken. Perhaps the change to the queue update timing was...
  • Alan Chalker: Are the twitter feeds not working anymore? Or is there a major delay in updating them?
  • Doug: Everyone, Sorry about that. I wrote the contest code in absolute indexing, and then changed it to match the...
  • Michael: The syntax of the function ’solver’ as explained in the rules is: colors = solver(A,[targetRow...
  • Ned: Hello SY: Some of the intermediate challenges are predictable, but some of them are improvised. We’ll...
  • SY: Would it be possible to announce date/time of all (or at least some) intermediate challenges (1000 characters, 3...
  • Helen Chen: Hi Kapil - The code will be uploaded when the contest starts at noon (Boston time) on November 4th. Helen
  • kapil: could you please tell me the date when you will upload the problem of event which is suppose to help in...

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