Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 'xkayakyy';
p = 'kayak';
assert(isequal(p,pal(a)));
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pal (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
a = '3.141592653589793238462643383279502884197169399375105820974944592307816406286';
p = '46264';
assert(isequal(p,pal(a)));
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pal (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
a = 'truly I say: able was I ere I saw elba, but that is another story';
p = 'able was I ere I saw elba';
assert(isequal(p,pal(a)));
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In pal (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
Given an unsigned integer x, find the largest y by rearranging the bits in x
524 Solvers
147 Solvers
Find nearest prime number less than input number
181 Solvers
245 Solvers
1391 Solvers