Skip to content

Commit cdbcf39

Browse files
author
lewis liu
authored
Update README.md
1 parent da989a6 commit cdbcf39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
数据结构与算法的教程多如牛毛,使用 JavaScript 描述也不在少数。本教程只是将数据结构与算法用我自己的方式描述了一遍而已,中间穿插了完整可运行的代码以及测试用例,希望能帮到需要的同学
5+
数据结构与算法的教程多如牛毛,使用 JavaScript 描述也不在少数。本系列博客只是将数据结构与算法用我自己的方式描述了一遍而已,中间穿插了完整可运行的代码以及覆盖率为100%的测试用例。如在阅读过程中发现不足之处,比如:错别字、更好的解法、概念使用不当等问题,还望积极反馈,我会及时更正
66

77
## 预备
88

@@ -38,7 +38,7 @@
3838

3939
[贪心算法题:分饼干](https://lewis617.github.io/2017/03/11/assign-cookies/)
4040

41-
## 其他教程
41+
## 其他技术博客
4242

4343
[React+Redux系列教程](https://github.com/lewis617/react-redux-tutorial)
4444

0 commit comments

Comments
 (0)