heaps
ï
This library implements minimum and maximum heaps.
API documentationï
Open the ../../docs/library_index.html#heaps link in a web browser.
Loadingï
To load all entities in this library, load the loader.lgt
file:
| ?- logtalk_load(heaps(loader)).
Testingï
To test this library predicates, load the tester.lgt
file:
| ?- logtalk_load(heaps(tester)).
Creditsï
Original code by Richard OââKeefe. Adapted to Logtalk by Paulo Moura and Victor Lagerkvist.