Skip to content

Commit e977681

Browse files
Merge pull request apachecn#22 from cclauss/import-heapq
import heapq
2 parents 5c902e9 + ca642fb commit e977681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Leetcode_Solutions/Summarization/Python刷题技巧笔记.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
from __future__ import print_function
2+
3+
import heapq
4+
25
# python有无数奇技淫巧和许多人不知道的秘密,这里用简洁的语言一条条表述出来,不断更新, 大家一起贡献!
36

47
# 1. python 排序

0 commit comments

Comments
 (0)