Problem 1966. Kaggle: Reverse Game of Life - Single Move to One Cell Case
Solution Stats
Problem Comments
-
3 Comments
Is it possible to correct the test suite? I have 8 cases where they are not accepted by test suite even though they evolve to having one cell.
Apart from that, is the minimum achievable score 0?. i.e. are there 600 combinations ending with one cell? Since even if I solve the problem mentioned in my first paragraph, I end up with 552 cases ending with one cell. Can someone please enlighten me on this?
Testing for alive cells at the borders makes no difference to the solution apparently.
I only find 544 cases. Back in the day scoring could be a function of performance. Thus a score of zero was not expected. Scoring is now code size thus I will need to tweak the passing criteria to some minimum unique solutions.
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
Check to see if a Sudoku Puzzle is Solved
313 Solvers
-
333 Solvers
-
The Answer to Life, the Universe, and Everything
499 Solvers
-
Is the paranthesis sequence balanced ?
143 Solvers
-
Convert matrix to 3D array of triangular matrices
97 Solvers
More from this Author293
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!