montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Binary search tree #231

Open Ayush4154 opened 4 years ago

Ayush4154 commented 4 years ago

implementation of BST

gemurdock commented 4 years ago

Can we please get this implemented with the library? This library feels so empty without BSTs.