- This is a java 21 implementation of two solvers for the puzzle game Lights out
- These are using:
- linear algebra
- lights chasing
- This YouTube video explains this puzzle very well which helped me with coding the solver.
- And this page was also very helpful.