Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x =4000000
y_correct = 4613732;
assert(isequal(euler002(x),y_correct))
x =
4000000
|
2 | Pass |
x =97455000
y_correct = 82790070;
assert(isequal(euler002(x),y_correct))
x =
97455000
|
3 | Pass |
x =597455000
y_correct = 350704366;
assert(isequal(euler002(x),y_correct))
x =
597455000
|
4 | Pass |
x =666576
y_correct = 257114;
assert(isequal(euler002(x),y_correct))
x =
666576
|
Number of 1s in the Binary Representation of a Number
319 Solvers
156 Solvers
Test if a Number is a Palindrome without using any String Operations
157 Solvers
Generate N equally spaced intervals between -L and L
441 Solvers
364 Solvers