From eae62b6fb3e9a208e372ed040b5ea770358db154 Mon Sep 17 00:00:00 2001 From: MYP Date: Thu, 22 Oct 2020 19:49:35 +0800 Subject: [PATCH] =?UTF-8?q?Update=2013=20=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E4=B8=8E=E6=95=B4=E6=95=B0=E9=9B=86=E5=90=88.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataStructureAndAlgorithm/13 字符串与整数集合.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/DataStructureAndAlgorithm/13 字符串与整数集合.md b/DataStructureAndAlgorithm/13 字符串与整数集合.md index 0a23e0a..608ff97 100644 --- a/DataStructureAndAlgorithm/13 字符串与整数集合.md +++ b/DataStructureAndAlgorithm/13 字符串与整数集合.md @@ -675,16 +675,16 @@ namespace LinearStruct **1ʵ** -Ϊ`$A_n=\{0,1,2,\cdots,n-1\}$` ӼҲڳΪ`$n$`С +Ϊ$A_n=\{0,1,2,\cdots,n-1\}$ӼҲڳΪ`$n$`С - ȫ`uint[] A = new uint[n];` Ԫȫֵ1 - ռΪ`uint[] A = new uint[n];` Ԫȫֵ0 ӣ -`$MaxRange=7$` +$MaxRange=7$ -`$I=\{0,1,2,3,4,5,6,7\},A=\{0,5,7\},B=\{2,5,6\}$` +$I=\{0,1,2,3,4,5,6,7\},A=\{0,5,7\},B=\{2,5,6\}$ ![ͼ5 洢](https://img-blog.csdnimg.cn/20201021153058228.png) @@ -693,9 +693,10 @@ namespace LinearStruct ӣ -`$MaxRange=7$` +$MaxRange=7$ + +$I=\{0,1,2,3,4,5,6,7\},A=\{0,5,7\},B=\{2,5,6\}$ -`$I=\{0,1,2,3,4,5,6,7\},A=\{0,5,7\},B=\{2,5,6\}$` ![ͼ6 λ洢](https://img-blog.csdnimg.cn/20201021153240372.png)