Skip to content

Commit

Permalink
Minor markup changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Aug 2, 2002
1 parent a0b3a00 commit 1acab69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Doc/lib/libheapq.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ \section{\module{heapq} ---

\declaremodule{standard}{heapq}
\modulesynopsis{Heap queue algorithm (a.k.a. priority queue).}
\moduleauthor{Kevin O'Connor}{}
\sectionauthor{Guido van Rossum}{[email protected]}
% Implementation contributed by Kevin O'Connor
% Theoretical explanation by François Pinard
% Theoretical explanation:
\sectionauthor{Fran\c cois Pinard}{}
\versionadded{2.3}


This module provides an implementation of the heap queue algorithm,
also known as the priority queue algorithm.
\versionadded{2.3}

Heaps are arrays for which
\code{\var{heap}[\var{k}] <= \var{heap}[2*\var{k}+1]} and
Expand Down

0 comments on commit 1acab69

Please sign in to comment.