Skip to content

Sample application to demonstrate a recursive looping logic

Notifications You must be signed in to change notification settings

BSchafer01/SwitchboardSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwitchboardSample

Sample application to demonstrate a recursive looping logic

This app was built with Blazor Webassembly to solve the following thought problem:

You are presented with a non-jagged 2D array of trues and falses. How would you program an algorithm to cycle through the array of lights and toggle any true that does not have a continuous route to the perimeter of the array.

See the solution in action

About

Sample application to demonstrate a recursive looping logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published