Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 284 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 284 Bytes

代码会做完一题上传一题。

2020.09


1、bool数组最好初始化,因为不是全部默认值为false
2、自非不能简写为!=,必须写为res = !res

2022.03


1、区间查询类型的题目处理:线段树/差分数组