Add Kevin O'Connor, author of the heapq code.
This commit is contained in:
parent
0a82438859
commit
37c3b2788b
|
@ -25,6 +25,8 @@ without surprises: heap[0] is the smallest item, and heap.sort()
|
|||
maintains the heap invariant!
|
||||
"""
|
||||
|
||||
# Code by Kevin O'Connor
|
||||
|
||||
__about__ = """Heap queues
|
||||
|
||||
[explanation by François Pinard]
|
||||
|
|
Loading…
Reference in New Issue