auto commit

This commit is contained in:
CyC2018 2018-03-20 10:27:54 +08:00
parent bf5c188043
commit 979d2695c1
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
## 变量命名规范
- nums 表示数字数组arryay 表示通用数组matrix 表示矩阵;
- nums 表示数字数组array 表示通用数组matrix 表示矩阵;
- n 表示数组长度、字符串长度、树节点个数,以及其它具有一维性质的数据结构的元素个数;
- m, n 表示矩阵的行数和列数;
- first, last 表示闭区间,在需要作为函数参数时使用:[first, last]

View File

@ -747,7 +747,7 @@ public 字段应当改为 private并提供相应的访问函数。
有一个不可变的类型码,它会影响类的行为,以子类取代这个类型码。
<div align="center"> <img src="../pics//c41d3977-e0e7-4ee4-93e1-d84f1ae3e20e.jpg" width="600"/> </div><br>
<div align="center"> <img src="../pics//c41d3977-e0e7-4ee4-93e1-d84f1ae3e20e.jpg" width="500"/> </div><br>
## 15. 以 State/Strategy 取代类型码