From: Trisolaris HD <36555123+TrisolarisHD@users.noreply.github.com> Date: Sun, 7 Apr 2019 02:12:42 +0000 (+0800) Subject: Update index.md X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=88f803174841b57974c676c35dacb1a118d8cbef;p=oi-wiki%2Fmain.git Update index.md --- diff --git a/docs/ds/index.md b/docs/ds/index.md index b69b5028..3bc1a1a8 100644 --- a/docs/ds/index.md +++ b/docs/ds/index.md @@ -11,9 +11,9 @@ - A :算法竞赛中,数据结构的考察主要分为两类: - ​ 1.考察对于特定信息的检索与维护和对特定操作的支持,例如[SCOI2010 序列操作]() + ​ 1.考察对于特定信息的检索与维护和对特定操作的支持,例如[「SCOI2010」序列操作]() - ​ 2.使用合适数据结构加速信息检索,优化算法复杂度,例如[APIO2012 派遣]() + ​ 2.使用合适数据结构加速信息检索,优化算法复杂度,例如[「APIO2012」派遣]() - Q :有没有一种完美的数据结构可以搞定所有事情啊?