Compare commits

..

No commits in common. "ee9687d88b5e49d780aea7a428c3cfb32bfcf91a" and "b6e08801482225a3a7b2d540e7aa4e95cf8fd723" have entirely different histories.

View File

@ -18,8 +18,4 @@
## 超时优化的三种方法
1. 预处理(排序最常用)
2. 二分
3. 数学方法
## 阅读程序的三个步骤
1. 通读程序
2. 通过样例模拟带入样例,特殊值代入法
3. 数学方法