This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'purusa';
y_correct = 'u';
assert(isequal(frequent_character(x),y_correct))
|
2 | Pass |
%%
x = 'rama';
y_correct = 'a';
assert(isequal(frequent_character(x),y_correct))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
29455 Solvers
Remove all the words that end with "ain"
1027 Solvers
Back to basics 4 - Search Path
280 Solvers
367 Solvers
201 Solvers