Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 1;
y_correct = 0;
assert(isequal(ret_count(n),y_correct))
|
2 | Pass |
n = 4;
y_correct = 1;
assert(isequal(ret_count(n),y_correct))
|
3 | Pass |
n = 72;
y_correct = 18;
assert(isequal(ret_count(n),y_correct))
|
Return a list sorted by number of occurrences
1504 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
How many trades represent all the profit?
520 Solvers
Find my daddy long leg (No 's')
632 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
761 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!