Update README.md

This commit is contained in:
wangzheng0822 2019-07-07 10:43:02 +08:00 committed by GitHub
parent 41a24169c2
commit 9737ae29aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
# 数据结构和算法必知必会的50个代码实现
### 微信搜索我的公众号“小争哥”,或者微信扫描下面二维码, 获取更多压箱底的干货分享
### 前Google工程师5万+人跟着学的《数据结构和算法之美》专栏作者
![t2](https://github.com/wangzheng0822/markdownphotos/blob/master/pics/qrcode_for_gh_9b0e7afdff20_258.jpg)
## 数组
* 实现一个支持动态扩容的数组