mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
remove author names from prose
This commit is contained in:
parent
81564093a1
commit
fc8408cbe8
1 changed files with 0 additions and 3 deletions
|
|
@ -203,9 +203,6 @@ entry as invalid and optionally add a new entry with the revised priority::
|
||||||
Theory
|
Theory
|
||||||
------
|
------
|
||||||
|
|
||||||
(This explanation is due to François Pinard. The Python code for this module
|
|
||||||
was contributed by Kevin O'Connor.)
|
|
||||||
|
|
||||||
Heaps are arrays for which ``a[k] <= a[2*k+1]`` and ``a[k] <= a[2*k+2]`` for all
|
Heaps are arrays for which ``a[k] <= a[2*k+1]`` and ``a[k] <= a[2*k+2]`` for all
|
||||||
*k*, counting elements from 0. For the sake of comparison, non-existing
|
*k*, counting elements from 0. For the sake of comparison, non-existing
|
||||||
elements are considered to be infinite. The interesting property of a heap is
|
elements are considered to be infinite. The interesting property of a heap is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue