Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(nCardsProblem(x),y_correct))
ans =
[]
|
2 | Pass |
x = 5;
y_correct = 2;
assert(isequal(nCardsProblem(x),y_correct))
ans =
[]
|
3 | Pass |
x = 50;
y_correct = 36;
assert(isequal(nCardsProblem(x),y_correct))
ans =
[]
|
4 | Pass |
x = 1000;
y_correct = 976;
assert(isequal(nCardsProblem(x),y_correct))
ans =
[]
|
5 | Pass |
x = 10000;
y_correct = 3616;
assert(isequal(nCardsProblem(x),y_correct))
ans =
[]
|
7264 Solvers
746 Solvers
794 Solvers
4097 Solvers
307 Solvers