A directory of kinds of sort functions coded by javascript
这是一个用JavaScript编写排序算法的目录,在目录中会陆续更新更多算法。
This is a directory of sort function files coded by JavaScript, I will add more sort functions in this file.
使用方式:
How to use:
//克隆目录到本地文件系统
//clone directory to local file system
git clone https://github.com/Littledad/HandBreakSortByJavaScript.git
//进入目录
//enter the directory
cd HandBreakSortByJavaScript
//使用node运行项目测试文件
//run test file by node
node --node --experimental-modules test.mjs
注意事项:
Tips:
请确保你的本地包含git,node等运行环境及工具
Please check your local environment has git, node and so on.
2019.09.18 Edit By JonathonHe