Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s1 = 'He said ''Look over there!''';
s2_correct = 'He said ''''Look over there!''''';
assert(isequal(quote_doubler(s1),s2_correct))
s2 =
He said ''Look over there!''
|
2 | Pass |
s1 = '''';
s2_correct = '''''';
assert(isequal(quote_doubler(s1),s2_correct))
s2 =
''
|
2725 Solvers
Check to see if a Sudoku Puzzle is Solved
232 Solvers
Set the array elements whose value is 13 to 0
749 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
381 Solvers
298 Solvers