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 | Fail |
x ='justify string ';
y_correct = ' justify string ';
assert(isequal(just_center(x),y_correct))
|
2 | Fail |
x=' justify string ';
y_correct = ' justify string ';
assert(isequal(just_center(x),y_correct))
|
Find state names that end with the letter A
552 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
462 Solvers
Back to basics 22 - Rotate a matrix
682 Solvers
299 Solvers
Vectorize the digits of an Integer
236 Solvers