BBTrees
An F# implementation of weight-balanced binary search trees.
Install / Use
/learn @jack-pappas/BBTreesREADME
BBTrees #######
.. image:: https://travis-ci.org/jack-pappas/BBTrees.png
:target: https://travis-ci.org/jack-pappas/BBTrees
An F# implementation of weight-balanced binary trees.
This code has been ported directly from Stephen Adams' Standard ML (SML) code accompanying
his paper, "Implementing Sets Efficiently in a Functional Language"_. Eventually, I'll add some
F#-specific optimizations for better performance and make changes as necessary to adhere to
F# style guidelines.
.. _"Implementing Sets Efficiently in a Functional Language": http://groups.csail.mit.edu/mac/users/adams/BB/index.html
License
This code is released under the terms of the Apache 2.0 license. The original code used a BSD-like license which has been retained in the source file.
