Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 245 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 245 Bytes

whoTurnedOutTheLights

AN ACM problem that challenges the user to turn switches on or off a certain way to make all of the lights go out. This version is not using a multidimensional matrix, but only a single row. This is a recursive function.