Skip to content

Commit 293cae7

Browse files
author
lewis617
committed
Merge remote-tracking branch 'origin/master'
2 parents 265e466 + 5cac94b commit 293cae7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
[![Build Status](https://travis-ci.org/lewis617/javascript-datastructures-algorithms.svg?branch=master)](https://travis-ci.org/lewis617/javascript-datastructures-algorithms)
33
[![codecov](https://codecov.io/gh/lewis617/javascript-datastructures-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/lewis617/javascript-datastructures-algorithms)
44

5-
本教程相比于其他数据结构与算法教程的独特之处
5+
本教程的特点
66

7-
- 使用 JavaScript 描述算法,适合熟悉 JavaScript 的程序员阅读。
8-
- 示例代码完整可运行,你可以 Clone 到本地,一边运行代码,一边阅读博文。
9-
- 测试用例的代码覆盖率高达 100% ,帮助你测出所有的边界情况,赶快开启 watch 模式进行自测吧!
7+
- 使用 JavaScript 描述算法
8+
- 示例代码完整可运行
9+
- 测试用例的代码覆盖率高达 100%
1010

1111
## 预备
1212

@@ -34,7 +34,7 @@
3434

3535
[JavaScript 版数据结构与算法(九)排序和搜索](https://lewis617.github.io/2017/02/20/sort-and-search/)
3636

37-
## 练习
37+
## 拓展
3838

3939
[数组搜索算法题:求和为定值的多个数](https://lewis617.github.io/2017/03/09/n-sum/)
4040

0 commit comments

Comments
 (0)