Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610291c commit 4b48d6bCopy full SHA for 4b48d6b
1 file changed
Lib/heapq.py
@@ -1,3 +1,5 @@
1
+# -*- coding: Latin-1 -*-
2
+
3
"""Heap queue algorithm (a.k.a. priority queue).
4
5
Heaps are arrays for which a[k] <= a[2*k+1] and a[k] <= a[2*k+2] for
0 commit comments