Test Suite faulty in January 2018.
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))
|
2 | Fail |
deck = 1:28;
n = 9;
out = [3 22 9 4 23 7 25 16 14];
assert(isequal(solitaire(deck, n),out))
|
874 Solvers
Create a cell array out of a struct
508 Solvers
Reverse the Words (not letters) of a String
297 Solvers
Convert from Base 10 to base 5
203 Solvers
Reverse the elements of an array
687 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!