Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
tic
for i = 1 : 150
s = num2str([randi(9),randi([0, 9], 1, i)],-6);
t = java.math.BigInteger(s);
a = big_integer_sqrt(char(t.pow(2)));
assert(isequal(a, char(s)));
end
toc
Elapsed time is 4.880806 seconds.
|
What is the next step in Conway's Life?
423 Solvers
156 Solvers
96 Solvers
The Answer to Life, the Universe, and Everything
312 Solvers
204 Solvers