Skip to content

A simple comparison of the brute force approach and breadth first search Algorithm approach to solving the insanity puzzle game.

Notifications You must be signed in to change notification settings

santosgagbegnon/BreadthFirstSearch

Repository files navigation


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.

About

A simple comparison of the brute force approach and breadth first search Algorithm approach to solving the insanity puzzle game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages