auto commit

This commit is contained in:
CyC2018
2018-03-03 23:19:58 +08:00
parent 505943857d
commit 39f33ae7a6
245 changed files with 248 additions and 248 deletions

View File

@ -44,7 +44,7 @@
用 min、max 表示数量范围;用 first、last 表示访问空间的包含范围begin、end 表示访问空间的排除范围,即 end 不包含尾部。
![](https://github.com/CyC2018/InterviewNotes/blob/master/pics//05907ab4-42c5-4b5e-9388-6617f6c97bea.jpg)
<div align="center"> <img src="https://github.com/CyC2018/InterviewNotes/blob/master/pics//05907ab4-42c5-4b5e-9388-6617f6c97bea.jpg"/> </div>
布尔相关的命名加上 is、can、should、has 等前缀。