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 d987c16 commit 1fb208bCopy full SHA for 1fb208b
docs/19_python内置常用算法和数据结构/builtins.md
@@ -13,7 +13,7 @@
13
14
| 数据结构/算法 | 语言内置 | 内置库 |
15
|----------------|---------------------------------|---------------------------------------------------------------|
16
-| 线性结构 | list(列表)/tuple(元祖) | array(数组,不常用)/collections.namedtuple |
+| 线性结构 | list(列表)/tuple(元组) | array(数组,不常用)/collections.namedtuple |
17
| 链式结构 | | collections.deque(双端队列) |
18
| 字典结构 | dict(字典) | collections.Counter(计数器)/OrderedDict(有序字典)/defaultdict |
19
| 集合结构 | set(集合)/frozenset(不可变集合) | |
0 commit comments