We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a4971 commit 105159bCopy full SHA for 105159b
09_集合/set/index.html
@@ -262,6 +262,7 @@ <h1 id="_2">思考题</h1>
262
<li>请你在 SetADT 基础上实现集合的 remove 操作和 pop 操作</li>
263
<li>你能尝试实现对称差操作吗?这里我没有实现,留给你作为练习</li>
264
<li>你知道如何重载 python 的内置运算符吗?这里我们实现 set 的集合操作就是用到了重载,请阅读相关 python 文档。</li>
265
+<li>当元素个数不多的时候,我们可以用 set 来判重,但是如果是大量元素会非常耗费内存。请你了解下 Bloom Filter</li>
266
</ul>
267
<h1 id="_3">延伸阅读</h1>
268
<p>阅读 python 文档关于 set 的相关章节,了解 set 还有哪些操作?比如比较运算符的概念,比较两个集合意味着什么。</p>
index.html
@@ -581,5 +581,5 @@ <h2 id="_21">本电子书制作和写作方式</h2>
581
582
<!--
583
MkDocs version : 1.0.4
584
-Build Date UTC : 2018-12-22 16:07:34
+Build Date UTC : 2018-12-23 00:51:33
585
-->
search/search_index.json
sitemap.xml.gz
0 Bytes
0 commit comments