Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 586 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 586 Bytes

Wood Puzzle Solver

This repo contains a Node program that solves a wood puzzle using a branch-and-bound algorithm.

Wood Puzzle Overview

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

Build Instructions

  1. Install node modules.

    $ yarn install

Computing the Final Solution

  1. Run the test script.

    $ yarn test