SkillAgentSearch skills...

BBTrees

An F# implementation of weight-balanced binary search trees.

Install / Use

/learn @jack-pappas/BBTrees
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5y ago
Forks2

Languages

F#

Security Score

70/100

Audited on Sep 23, 2020

No findings