Skip to content

Commit 2cbfe9a

Browse files
committed
add Chapter1
1 parent 5435d18 commit 2cbfe9a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env python3
2+

Chapter1/Chapter1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
##第1章 数据结构和算法
2+
3+
##问题
4+
- 1.1 将序列分解为单独的变量
5+
- 1.2 从任意长度的可迭代对象中分解元素
6+
- 1.3 保存最后N个元素
7+
- 1.4 找到最大或最小的N个元素
8+
- 1.5 实现优先级队列
9+
- 1.6 在字典中将键映射到多个值上
10+
- 1.7 让字典保持有序
11+
- 1.8 与字典有关的计算问题
12+
- 1.9 在两个字典中寻找相同点
13+
- 1.10 从序列中移除重复项并保持元素间顺序不变
14+
- 1.11 对切片命名
15+
- 1.12 找出序列中出现次数最多的元素
16+
- 1.13 通过公共键对字典列表排序
17+
- 1.14 对不原生支持比较操作的对象排序
18+
- 1.15 根据字段将记录分组
19+
- 1.16 筛选序列中的元素
20+
- 1.17 从字典中提权子集
21+
- 1.18 将名称映射到序列的元素中
22+
- 1.19 同时对数据做转换和换算
23+
- 1.20 将对个映射合并为单个映射
24+

0 commit comments

Comments
 (0)