close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3987


Ignore:
Timestamp:
2016-05-30T20:53:25-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/heap.lisp

    r3983 r3987  
    4343              :adjustable t))
    4444
    45 (defun heap-size (pq)
    46   (fill-pointer (priority-queue-heap pq)))
     45(defun heap-size (a)
     46  (1- (fill-pointer a)))
    4747
    4848(defun heap-upheap (a k
Note: See TracChangeset for help on using the changeset viewer.