Skip to content

Commit 1fb208b

Browse files
authored
Update builtins.md
1 parent d987c16 commit 1fb208b

File tree

1 file changed

+1
-1
lines changed
  • docs/19_python内置常用算法和数据结构

1 file changed

+1
-1
lines changed

docs/19_python内置常用算法和数据结构/builtins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
| 数据结构/算法 | 语言内置 | 内置库 |
1515
|----------------|---------------------------------|---------------------------------------------------------------|
16-
| 线性结构 | list(列表)/tuple(元祖) | array(数组,不常用)/collections.namedtuple |
16+
| 线性结构 | list(列表)/tuple(元组) | array(数组,不常用)/collections.namedtuple |
1717
| 链式结构 | | collections.deque(双端队列) |
1818
| 字典结构 | dict(字典) | collections.Counter(计数器)/OrderedDict(有序字典)/defaultdict |
1919
| 集合结构 | set(集合)/frozenset(不可变集合) | |

0 commit comments

Comments
 (0)