binary-search-tree : Different binary search tree implementations, including a self-balancing one (AVL). You can installing binary-search-tree npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install binary-search-tree $ sudo npm install -g binary-search-tree
If want to update the binary-search-tree package execute the command as below,
$ sudo npm update binary-search-tree
Update package globally,
$ npm install -g binary-search-tree
$ sudo git clone https://github.com/rektide/binary-search-tree.git
$ sudo npm install -g ./binary-search-tree
binary-search-tree@0.2.6 /usr/lib/node_modules/binary-search-tree
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall binary-search-tree
Package Name | binary-search-tree |
Version | 0.2.6 |
Description | Different binary search tree implementations, including a self-balancing one (AVL) |
Released Date | 2016-02-28T20:20:14.322Z |
Published by | louischatriot |
How to Learn | https://www.npmjs.com/package/binary-search-tree/tutorial |