Problem 44759. Lights Out 7 - 5x5, x moves
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, ranging from 1 to 25 buttons (indices). The one function you write has to solve all of them. An answer is provided for some of the test cases, though there are often multiple possible answers per test case—any correct answer will work.
Prev.: 5x5, 13 moves — Next: 5x5, light-only solution? I
Solution Stats
Problem Comments
Solution Comments
Show commentsGroup

Lights Out
- 15 Problems
- 9 Finishers
- Lights Out 1 - 5x5, 3 moves
- Lights Out 2 - 5x5, 4 moves
- Lights Out 3 - 5x5, 6 moves
- Lights Out 4 - 5x5, 8 moves
- Lights Out 5 - 5x5, 10 moves
- Lights Out 6 - 5x5, 13 moves
- Lights Out 7 - 5x5, x moves
- Lights Out 8 - 5x5, light-only solution? I
- Lights Out 9 - 5x5, light-only solution? II
- Lights Out 10 - 5x5, with wrapping, 6 moves
- Lights Out 11 - 5x5, with wrapping, x moves
- Lights Out 12 - 5x5, three stages, <7 moves
- Lights Out 13 - 5x5, three stages, x moves
- Lights Out 14 - 5x5, four stages, x moves
- Lights Out 15 - 5x5, broken buttons I
Problem Recent Solvers16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!