Skip to content

Commit

Permalink
Edition 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StudyingFather committed Jun 13, 2019
1 parent f74f462 commit 532b6bd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
8 changes: 8 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 更新日志

2.3 2019/6/13:

1. 添加题目:添加了一些DP题目。
2. 部分专题题目顺序有细微调整。
3. 删除了少量重复题目。

(本次添加的大多数DP题目来自 [该讨论](https://www.luogu.org/discuss/show/73921),在此对推荐题目的各位表示感谢!)

2.2 2019/5/28:

1. 新增专题:卡特兰数&斯特林数,容斥原理。(分拆了组合数学专题)
Expand Down
26 changes: 8 additions & 18 deletions list.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@

## 更新日志

2.3 2019/6/13:

1. 添加题目:添加了一些DP题目。
2. 部分专题题目顺序有细微调整。
3. 删除了少量重复题目。

(本次添加的大多数DP题目来自 [该讨论](https://www.luogu.org/discuss/show/73921),在此对推荐题目的各位表示感谢!)

2.2 2019/5/28:

1. 新增专题:卡特兰数&斯特林数,容斥原理。(分拆了组合数学专题)
Expand All @@ -39,24 +47,6 @@
2. 新增专题:计算几何,矩阵树定理。
3. 添加题目:整理添加了 2019 年的省选题目。

1.4 2019/4/28:

1. 根据题目难度对部分题目顺序进行调整。
2. 补充部分专题介绍。
3. 添加题目:补充了一些DP题目和数据结构题目。

1.3 2019/4/22:

1. 新增专题:奇怪的题目(一些非常规的题目)。
2. 添加题目:补充了一些多项式模板。

1.2 2019/3/30:

1. 新增专题:CDQ 分治,字符串哈希,后缀自动机,2-SAT,虚树,模拟退火,0/1 分数规划。
2. 添加题目:数据结构各专题添加了大量题目。其他各专题也添加了一定题目。

(感谢 [xht37](https://xht37.cnblogs.com) 的贡献!)

[更早版本的更新日志请点击这里查看](https://github.com/SFOI-Team/luogu-problem-list/blob/master/history.md)

## Part 0 试机题
Expand Down

0 comments on commit 532b6bd

Please sign in to comment.