Skip to content

Commit 0521429

Browse files
author
luyunfang
committed
not finished learning summary
1 parent 8f9e261 commit 0521429

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.idea/workspace.xml

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Week1/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
学习笔记
1+
学习笔记
2+
在python中,queue是基于deque实现的。deque拥有queue的全部特性,所以queue的实现相当于只利用了deque的部分特性。
3+
在python中,heapq基于堆的特性来实现的,其中堆则直接借助list来实现。其中,算法的核心就是维护这个堆。

0 commit comments

Comments
 (0)