MATLAB Programming Contest Blog

November 14th, 2010

Leap Prize and Sunday Push

If you go to the bottom of the Statistics page, you see a colorful plot with two pink bands labeled “leap” and “push”. What do these refer to?

We like to acknowledge people who make significant contributions over the weekend, so we give prizes for the Saturday Leap and the Sunday Push. We give out a Leap prize for the person who makes the greatest single biggest contribution (percent improvement) on Saturday, as measured from 00:00 UTC to 23:59 UTC. That time period is over now, and the winner is Fel, with his entry TLM – save time and invest in result, which yielded a 2.85% improvement. We’d also like to give an honorable mention to Sebastian Ullman, who made a remarkable 2.64% improvement much later in the day with splitmin1500. It only gets harder to make big improvements, so congratulations to both Fel and Sebastian for their contributions!

The Sunday Push prize will be given to the person who makes the greatest cumulative contribution (based on the sum of percent improvements) to the contest. The period for this prize is midnight to midnight for the whole of Sunday, UTC. So this means it’s starting right now. If you’re the slow and steady type, now is the time to get busy!

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.