git clone https://github.com/frontshuai/js-algorithm.git
cd js-algorithm
npm install
npm install mocha -g
mocha
排序算法目录为sort
- 冒泡排序
- 插入排序
- 归并排序
- 堆排序
- 选择排序
- 快速排序
- 基数排序
- 计数排序
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git clone https://github.com/frontshuai/js-algorithm.git
cd js-algorithm
npm install
npm install mocha -g
mocha
排序算法目录为sort