项目作者: DrewThomasCorps

项目描述 :
Animated solutions to the pentomino problem using Don Knuth's algorithm X.
高级语言: JavaScript
项目地址: git://github.com/DrewThomasCorps/exact-cover-problem-react.git


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

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

To run: yarn start