Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
[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 find_palindrome (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
[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 find_palindrome (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
[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 find_palindrome (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
4 | Pass |
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
[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 find_palindrome (line 2)
In ScoringEngineTestPoint4 (line 3)
In solutionTest (line 9)]
|
1611 Solvers
Check to see if a Sudoku Puzzle is Solved
232 Solvers
Basic electricity in a dry situation
445 Solvers
Return elements unique to either input
478 Solvers
217 Solvers