Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x='aAbhhfdf';
n='a';
y_correct = [1 2];
assert(isequal(indexString(x,n),y_correct))
|
2 | Pass |
x='IndiA';
n='a';
y_correct = [5];
assert(isequal(indexString(x,n),y_correct));
|
7678 Solvers
Find state names that start with the letter N
465 Solvers
Project Euler: Problem 7, Nth prime
339 Solvers
500 Solvers
118 Solvers