Problem 520. Choose the best fitting dominoes
Solution Stats
Problem Comments
-
3 Comments
this isn't a big deal, but you have inconsistent inputs for your test cases. cases 1 & 3 are 'row vector' cell arrays whereas case 2 is a 'column vector' cell array.
It would be good to amend the Test Suite in the following regards: (1) Add "%%" to the beginning of the first test case, so that Cody interprets it as intended. (2) Include more test cases: currently the twelve smallest 'correct' submissions are all hard-coded cheats. (3) Include test cases in which the minimum score is not zero. (4) Include test cases in which the number of dominoes to be placed "in a line" is not three. —DIV
And (5) Include test cases in which for a particular position there are more than 9 candidate dominoes available.
Solution Comments
-
1 Comment
Cf. Solution 1554377: if Shared Variables ("SV") assertion fails, output from SV section is echoed to console and Test Point is not called. If SV assertion is passed, output from SV section is not echoed to console (i.e. 'hidden'), and Test Point is called, with output from the Test Point call echoed to console.
-
1 Comment
Defect in Test Suite.
-
1 Comment
Presumably would fail if the Test Suite contained a case in which there were more than 9 candidate dominoes available for a particular position.
-
1 Comment
Nice.
-
1 Comment
this code works well in my desktop matlab, but is incorrect here,why?
-
2 Comments
Some cheating :), since the least score is always 0 in the test suite, despite the statement in the problem description.
Honesty always appreciated :-) This is also an example of relying on the Test Suite always requiring 3 dominoes to be represented in the output (i, j & k here). —DIV
Problem Recent Solvers198
Suggested Problems
-
1284 Solvers
-
All your base are belong to us
513 Solvers
-
990 Solvers
-
367 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
178 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!