https://github.com/pf12345/algorithm-gui
js 算法相关及图形化查看,使用react实现
https://github.com/pf12345/algorithm-gui
algorithm gui react sorting-algorithms
Last synced: 3 months ago
JSON representation
js 算法相关及图形化查看,使用react实现
- Host: GitHub
- URL: https://github.com/pf12345/algorithm-gui
- Owner: pf12345
- Created: 2018-03-20T06:26:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T06:36:24.000Z (over 7 years ago)
- Last Synced: 2025-03-18T07:19:24.642Z (9 months ago)
- Topics: algorithm, gui, react, sorting-algorithms
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
js 排序算法实现及图形界面化查看,使用react实现
## Install
```
> npm install
> npm start
浏览器访问:localhost:3000
```