Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
fname = 'omphaloskeptic.m';
fid = fopen(fname);
file = textscan(fid,'%c', ...
'CommentStyle','%', ...
'Whitespace','');
fclose(fid);
ha = histc(file{1},1:128);
hp = omphaloskeptic;
assert(~any(ismember(33:41,find(ha))),'Used an illegal character');
assert(isequal(ha,hp),'Actual characters did not match prediction');
|
Find common elements in matrix rows
812 Solvers
334 Solvers
Given two strings, find the maximum overlap
302 Solvers
Cody Computer Part 4 : Are you a morning Cody player Addicted ?
66 Solvers
Construct an index vector from two input vectors in vectorized fashion
126 Solvers