From 5145dd3aa0c02c9fc496d1432fc4410674206e1d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:31 -0800 Subject: Import Upstream version 3a2 --- priorque.txi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'priorque.txi') diff --git a/priorque.txi b/priorque.txi index a1cd195..9306a89 100644 --- a/priorque.txi +++ b/priorque.txi @@ -14,20 +14,24 @@ Returns a binary heap suitable which can be used for priority queue operations. @end defun + @defun heap-length heap Returns the number of elements in @var{heap}. @end defun + @deffn {Procedure} heap-insert! heap item Inserts @var{item} into @var{heap}. @var{item} can be inserted multiple times. The value returned is unspecified. @end deffn + @deffn {Procedure} heap-extract-max! heap Returns the item which is larger than all others according to the @var{pred