Unverified Commit 3fb07b56 authored by partychicken's avatar partychicken Committed by GitHub
Browse files

Update index.md

Change the Examples
parent 0ae52418
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@

- A :算法竞赛中,数据结构的考察主要分为两类:

  ​	1.考察对于特定信息的检索与维护和对特定操作的支持,例如[NOI2005 维护数列](<https://www.luogu.org/problemnew/show/P2042>)
  ​	1.考察对于特定信息的检索与维护和对特定操作的支持,例如[SCOI2010 序列操作](<https://www.luogu.org/problemnew/show/P2572>)

  ​	2.使用合适数据结构加速信息检索,优化算法复杂度,例如[CQOI2011 动态逆序对](<https://www.luogu.org/problemnew/show/P3157>)
  ​	2.使用合适数据结构加速信息检索,优化算法复杂度,例如[APIO2012 派遣](<https://www.luogu.org/problemnew/show/P1552>)

- Q :有没有一种完美的数据结构可以搞定所有事情啊?