[Haskell] about Data.BinaryTree

Jonathan Cast jonathanccast at fastmail.fm
Sun Dec 28 22:22:39 EST 2008


On Mon, 2008-12-29 at 11:20 +0800, Liu Jian wrote:
> Hi All,
> 
>       Is there any implementation of binary tree in haskell library?
> for example,
>  "insert   lookup  empty  adjust   isEmpty  delete" operators  in it.

Data.Set is implemented using ordered balanced binary trees.  Is that
what you mean?

jcc




More information about the Haskell mailing list