Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 717 Bytes

math-folding-react

Research for number folding puzzels.

The web UI is based on React JS and Material UI.

Install and run

$ npm install
$ npm run start

After compiled successfully, then access: http://localhost:8080/

Relate Projects

Background: 对折序列问题(Number Folding Problem)

You can read a detailed analysis (Chinese edition only) at here.