We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c49640 commit 1771760Copy full SHA for 1771760
1 file changed
content/extra/internals-of-sets-and-dicts/index.adoc
@@ -10,7 +10,9 @@ tags:
10
- chapter 3
11
---
12
13
-Understand how Python dictionaries and sets are built with hash tables to make sense of their strengths and limitations.
+Python's `dict` and `set` are built on top of hash tables.
14
+This post explains how the use of hash tables results in
15
+the strengths and limitations of those container types.
16
17
Here are some questions this article answers:
18
0 commit comments