Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 13722;
assert(isequal(isBalanced(n),true))
[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 isBalanced (line 2)
In ScoringEngineTestPoint1 (line 2)
In solutionTest (line 3)]
|
2 | Pass |
n = 23567414;
assert(isequal(isBalanced(n),true))
[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 isBalanced (line 2)
In ScoringEngineTestPoint2 (line 2)
In solutionTest (line 5)]
|
3 | Pass |
n = 20567410;
assert(isequal(isBalanced(n),false))
[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 isBalanced (line 2)
In ScoringEngineTestPoint3 (line 2)
In solutionTest (line 7)]
|
4 | Pass |
n = 1;
assert(isequal(isBalanced(n),true))
[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 isBalanced (line 2)
In ScoringEngineTestPoint4 (line 2)
In solutionTest (line 9)]
|
5 | Pass |
n = 11111111;
assert(isequal(isBalanced(n),true))
[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 isBalanced (line 2)
In ScoringEngineTestPoint5 (line 2)
In solutionTest (line 11)]
|
6 | Pass |
n = 12345678;
assert(isequal(isBalanced(n),false))
[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 isBalanced (line 2)
In ScoringEngineTestPoint6 (line 2)
In solutionTest (line 13)]
|
7 | Pass |
n = 12333;
assert(isequal(isBalanced(n),false))
[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 isBalanced (line 2)
In ScoringEngineTestPoint7 (line 2)
In solutionTest (line 15)]
|
8 | Pass |
n = 9898;
assert(isequal(isBalanced(n),true))
[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 isBalanced (line 2)
In ScoringEngineTestPoint8 (line 2)
In solutionTest (line 17)]
|
9 | Pass |
n = 469200;
assert(isequal(isBalanced(n),false))
[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 isBalanced (line 2)
In ScoringEngineTestPoint9 (line 2)
In solutionTest (line 19)]
|
10 | Pass |
n = 57666;
assert(isequal(isBalanced(n),true))
[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 isBalanced (line 2)
In ScoringEngineTestPoint10 (line 2)
In solutionTest (line 21)]
|
2183 Solvers
556 Solvers
Make one big string out of two smaller strings
1149 Solvers
Convert a numerical matrix into a cell array of strings
455 Solvers
Number of 1s in a binary string
2824 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!