Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(look_and_say([1]),[1 1]))
|
2 | Pass |
assert(isequal(look_and_say([1 1 1 1 1]),[5 1]))
|
3 | Pass |
assert(isequal(look_and_say([1 3 3 1 5 2 2]),[1 1 2 3 1 1 1 5 2 2]))
|
4 | Pass |
assert(isequal(look_and_say([8 6 7 5 3 0 9]),[1 8 1 6 1 7 1 5 1 3 1 0 1 9]))
|
1093 Solvers
829 Solvers
Are all the three given point in the same line?
270 Solvers
227 Solvers
Number of digits in an integer
336 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!