A Search tree that maintains the following properties

Performance

BestWorst
SpaceO(n)O(n)
SearchO(log n)O(n)
InsertO(log n)O(n)
DeleteO(log n)O(n)

Extends

Constructor

Defined collections/BinaryTree.js

License

MIT https://github.com/C2FO/comb/raw/master/LICENSE

Meta