Problem 1976. Kaggle: Reverse Game of Life - Create Isle prior State
Solution Stats
Problem Comments
-
2 Comments
Finally, a problem where random smart guesses leads to a good solution. Trying all possibilities is not feasible, and there are many states that can have the same output.
The Kaggle challenge was to find those previous states with machine learning, but the Conway game of life is not reversible. I recommend playing with it a little https://playgameoflife.com/
Problem Recent Solvers12
Suggested Problems
-
Test if a Number is a Palindrome without using any String Operations
194 Solvers
-
Create logical matrix with a specific row and column sums
223 Solvers
-
Fermat's Last Theorem - Fermat's conjecture
83 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
398 Solvers
-
2551 Solvers
More from this Author255
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!