Problem 44760. Lights Out 8 - 5x5, light-only solution? I
Lights Out is a logic game wherein all lights need to be turned off to complete each board. See the first problem in the series for an introduction.
This problem contains boards that each require any number of moves to solve. The function you write has to determine if the initial state is a potential answer—i.e., if toggling only the starting lights are sufficient to solve the board.
Prev.: 5x5, any number of moves — Next: 5x5, light-only solution? II
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers16
Suggested Problems
-
Return the largest number that is adjacent to a zero
5499 Solvers
-
2335 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13345 Solvers
-
Create a Multiplication table matrix...
687 Solvers
-
Circular Primes (based on Project Euler, problem 35)
644 Solvers
More from this Author139
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!