◄
►
The Prolog Commons
»
PART II - Undecided
»
binomialheap (library)
Usage and interface
Library usage:
:- use_module(library(binomialheap)).
Exports:
Predicates:
empty_q/1
,
insert_q/3
,
insert_list_q/3
,
delete_min_q/3
,
find_min_q/2
.
Documentation on exports
PREDICATE
empty_q/1
:
No further documentation available for this predicate.
PREDICATE
insert_q/3
:
No further documentation available for this predicate.
PREDICATE
insert_list_q/3
:
No further documentation available for this predicate.
PREDICATE
delete_min_q/3
:
No further documentation available for this predicate.
PREDICATE
find_min_q/2
:
No further documentation available for this predicate.
Module Sections
Usage and interface
Documentation on exports
Global Links
Table of Contents
References
Copyright
Indices
Library/Module Index
Predicate/Method Index
Property Index
Regular Type Index
Mode Index
Concept Index
Author Index
Global Index
◄
►