Skip to content

Commit 105159b

Browse files
committed
Deployed 2570b34 with MkDocs version: 1.0.4
1 parent 43a4971 commit 105159b

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

09_集合/set/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ <h1 id="_2">思考题</h1>
262262
<li>请你在 SetADT 基础上实现集合的 remove 操作和 pop 操作</li>
263263
<li>你能尝试实现对称差操作吗?这里我没有实现,留给你作为练习</li>
264264
<li>你知道如何重载 python 的内置运算符吗?这里我们实现 set 的集合操作就是用到了重载,请阅读相关 python 文档。</li>
265+
<li>当元素个数不多的时候,我们可以用 set 来判重,但是如果是大量元素会非常耗费内存。请你了解下 Bloom Filter</li>
265266
</ul>
266267
<h1 id="_3">延伸阅读</h1>
267268
<p>阅读 python 文档关于 set 的相关章节,了解 set 还有哪些操作?比如比较运算符的概念,比较两个集合意味着什么。</p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,5 +581,5 @@ <h2 id="_21">本电子书制作和写作方式</h2>
581581

582582
<!--
583583
MkDocs version : 1.0.4
584-
Build Date UTC : 2018-12-22 16:07:34
584+
Build Date UTC : 2018-12-23 00:51:33
585585
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)