bktrees-0.3.1: A set data structure with approximate searching

Portabilityportable
StabilityAlpha quality. Interface may change without notice.
Maintainerjosef.svenningsson@gmail.com

Data.Set.BKTree.Internal

Description

This module exposes the internal representation of Burkhard-Keller trees.

Synopsis

Documentation

data BKTree a Source

The type of Burkhard-Keller trees.

Constructors

Node a !Int (IntMap (BKTree a)) 
Empty