test 3 fails. not because of an infinite recursion in my program but owing to the lack of memory. My program is correct
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(decimate(10,3),4))
|
2 | Pass |
assert(isequal(decimate(1024,3),676))
|
3 | Fail |
assert(isequal(decimate(2012,50),543))
|
4 | Pass |
assert(isequal(decimate(30,5),3))
|
5 | Pass |
assert(isequal(decimate(10,10),8))
|
6 | Pass |
assert(isequal(decimate(2048,2),1))
|
185 Solvers
347 Solvers
207 Solvers
281 Solvers
There are 10 types of people in the world
310 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!