You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program has two approaches to solving the instant insanity puzzle game. The first approach is a brute force method that tests all 24^4 possible orietnations, while the second algorithim has a more systematic appraoch. This shows the drastic difference in efficiency between the 2 methods.