Flexible python implementation of red black trees
Project description
A set of python modules implementing red black trees is provided.
Red-black trees are a little slower than treaps (some question this), but they give a nice low standard deviation in operation times, and this code is quite flexible.
Modules are provided for red black trees that enforce uniqueness, and red black trees that allow duplicates. They also allow for set-like use and dictionary-like use.
Much of the work here was done by Duncan G. Smith. Dan just put some finishing touches on it.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
red-black-tree-mod-1.0.tar.gz
(1.0 kB
view hashes)