Skip to content

Commit ca642fb

Browse files
author
cclauss
committed
import heapq
1 parent 55412f1 commit ca642fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
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)