Problem 44761. Lights Out 9 - 5x5, light-only solution? II

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 contains a potential answer—i.e., if toggling any given subset of the starting lights is sufficient to solve the board.

Prev.: 5x5, light-only solution? I — Next: 5x5, with wrapping, 6 moves

Solution Stats

54.55% Correct | 45.45% Incorrect
Last Solution submitted on Jan 13, 2021

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers11

Suggested Problems

More from this Author139

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!