package bheap

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Binary_heapSource

Traditional implementation of priority queues using a binary heap encoded in a resizable array

Sourcemodule type Ordered = sig ... end
Sourceexception Empty
Sourcemodule Make (X : Ordered) : sig ... end