[](https://crates.io/crates/vebtrees)
[](https://docs.rs/vebtrees)
[](https://travis-ci.org/JMurph2015/rust-vebtrees)
[](http://spacemacs.org)
# vebtrees
__A Rust Implementation of Van Emde Boas Trees__
## Introduction
Van Emde Boas trees are cool data strucutures because they can implement all associative array functions
in O(loglog(M)) where M is the maximum capacity of the tree.
## Acknowlegdements
Cormen, Thomas H., et al. Introduction to Algorithms, 3rd Edition. MIT Press, 2009.
“Van Emde Boas Tree.” Wikipedia, 2017, en.wikipedia.org/wiki/Van_Emde_Boas_tree.