Looks like the same Cody bug as I got with Solutions 1465514, 1482458, and 1532803 (March–May 2018). —DIV
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
deck = 1:28;
n = 10;
out = [3 22 9 4 23 7 25 16 14 14];
assert(isequal(solitaire(deck, n),out))
out =
8 24 12 28 28 13 1 17 5 12
|
2 | Fail |
deck = 1:28;
n = 9;
out = [3 22 9 4 23 7 25 16 14];
assert(isequal(solitaire(deck, n),out))
out =
8 24 12 28 28 13 1 17 5 12
|
Check to see if a Sudoku Puzzle is Solved
278 Solvers
Who knows the last digit of pi?
557 Solvers
321 Solvers
411 Solvers
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!