functional-red-black-tree : A fully persistent balanced binary search tree. You can installing functional-red-black-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 functional-red-black-tree $ sudo npm install -g functional-red-black-tree
If want to update the functional-red-black-tree package execute the command as below,
$ sudo npm update functional-red-black-tree
Update package globally,
$ npm install -g functional-red-black-tree
$ sudo git clone https://github.com/rektide/functional-red-black-tree.git
$ sudo npm install -g ./functional-red-black-tree
functional-red-black-tree@1.0.1 /usr/lib/node_modules/functional-red-black-tree
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall functional-red-black-tree
Package Name | functional-red-black-tree |
Version | 1.0.1 |
Description | A fully persistent balanced binary search tree |
Released Date | 2014-09-29T16:05:12.335Z |
Published by | mikolalysenko |
How to Learn | https://www.npmjs.com/package/functional-red-black-tree/tutorial |