OSDN Git Service

Update index.md
authorTrisolaris HD <36555123+TrisolarisHD@users.noreply.github.com>
Sun, 7 Apr 2019 02:12:42 +0000 (10:12 +0800)
committerGitHub <noreply@github.com>
Sun, 7 Apr 2019 02:12:42 +0000 (10:12 +0800)
docs/ds/index.md

index b69b502..3bc1a1a 100644 (file)
@@ -11,9 +11,9 @@
 
 - A :算法竞赛中,数据结构的考察主要分为两类:
 
-  ​  1.考察对于特定信息的检索与维护和对特定操作的支持,例如[SCOI2010 序列操作](<https://www.luogu.org/problemnew/show/P2572>)
+  ​  1.考察对于特定信息的检索与维护和对特定操作的支持,例如[「SCOI2010」序列操作](<https://www.luogu.org/problemnew/show/P2572>)
 
-  ​  2.使用合适数据结构加速信息检索,优化算法复杂度,例如[APIO2012 派遣](<https://www.luogu.org/problemnew/show/P1552>)
+  ​  2.使用合适数据结构加速信息检索,优化算法复杂度,例如[「APIO2012」派遣](<https://www.luogu.org/problemnew/show/P1552>)
 
 - Q :有没有一种完美的数据结构可以搞定所有事情啊?