/algorithm-test

数据结构与算法练习

Primary LanguageJavaScript

algorithm-test

数据结构与算法练习

运行项目:

1、克隆项目

git clone git@github.com:webpig/algorithm-test.git

2、切换到项目文件

cd algorithm-test

3、安装依赖

npm install

4、运行测试

jest 或者 npm run test