This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
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]))
|
Find relatively common elements in matrix rows
645 Solvers
1137 Solvers
614 Solvers
Cell Counting: How Many Draws?
255 Solvers
1496 Solvers