Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 497 Bytes

Built version

https://pentomino.thirtydaydeveloper.com/

About

This react app animates Don Knuth's Algorithm X to solve the exact cover problem as it relates to pentominos. The time between renders can be controlled with the animation speed input, and the board that is being solved can be toggled with the buttons.

Set up

To install run

git clone https://github.com/DrewThomasCorps/exact-cover-problem-react && cd exact-cover-problem-react
yarn install

To run: yarn start