From a252e888eb404ee7bce8682f3eb817b0cbe65d10 Mon Sep 17 00:00:00 2001 From: Xeonacid Date: Sun, 21 Oct 2018 21:41:06 +0800 Subject: [PATCH] Update bitset.md --- docs/ds/bitset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ds/bitset.md b/docs/ds/bitset.md index ae9f8b8d..4d216e49 100644 --- a/docs/ds/bitset.md +++ b/docs/ds/bitset.md @@ -12,7 +12,7 @@ 对于一个 4 字节的`int`变量, 在只存`0/1`的意义下, `bitset`占用空间只是其$\\frac{1}{32}$ -更低的内存占用意味着更快的遍历, 在某些情况下通过`bitset`可以使你的复杂度除以 32 +在某些情况下通过`bitset`可以使你的复杂度除以 32 当然, `vector`的一个特化`vector`的储存方式同`bitset`一样, 区别在于其支持动态开空间, -- 2.11.0