Module CCMutHeap.Make
Parameters
Signature
type elt
= X.t
Type of elements
type t
Heap of
elt
, whose priority is increased or decreased incrementally (seedecrease
for instance)
val create : unit -> t
Create a heap
CCMutHeap.Make
type elt
= X.t
Type of elements
type t
Heap of elt
, whose priority is increased or decreased incrementally (see decrease
for instance)
val create : unit -> t
Create a heap