mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Merged revisions 85328 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85328 | benjamin.peterson | 2010-10-08 20:58:37 -0500 (Fri, 08 Oct 2010) | 1 line remove author names from prose ........
This commit is contained in:
parent
beae8efb1b
commit
be71227b83
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
|
||||
------
|
||||
|
||||
(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
|
||||
*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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue