This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = [ ...
0 1 1 0
1 1 1 0
0 0 1 0
0 0 0 0];
B = [ ...
1 0 1 1
1 0 0 0
0 0 1 1
0 1 1 0];
assert(isequal(gameOfLife(A),B))
|
The Hitchhiker's Guide to MATLAB
2874 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
401 Solvers
Back to basics 17 - white space
245 Solvers
1096 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!