As usual, we are starting out in Darkness moving into Twilight, then Daylight. The contest will run until next Wednesday, November 11, 2009, high noon (Boston time). Links to get started:
By
Helen Chen
Helen is part of the MATLAB Central team. She spends her days hanging out with really cool folks online at MATLAB Central and at MathWorks HQ in Natick.
The syntax of the function ‘solver’ as explained in the rules is:
colors = solver(A,[targetRow targetColumn])
while in the distributed functions it is:
colors = solver(A,targetRowAndColumn)
This also fits the ‘testsuite_sample.mat’ is built.
What is the correct one (should we use a linear index of the target or subscripts)?
Thank you
Everyone,
Sorry about that. I wrote the contest code in absolute indexing, and then changed it to match the rules. I pushed the absolute indexing version accidentally. My bad.
We just modified the rules to match the contest suite as it is on the File Exchange. Looks like some of the early entries figured it out and are doing well. Use ind2sub to convert to row column if you happen to need it.
sorry,
Doug