This repo contains a Node program that solves a wood puzzle using a branch-and-bound algorithm.
For a detailed explanation of the puzzle and how this program solves it, check out my project post.
You can also see a visualization of the solution here:
Solved.Wood.Puzzle.mov
-
Install node modules.
$ yarn install
-
Run the test script.
$ yarn test