@dsinjs/binary-tree
Advanced tools
+1
-1
| { | ||
| "name": "@dsinjs/binary-tree", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Binary Trees for your DS in JS", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
+5
-5
@@ -1,6 +0,6 @@ | ||
| # binary-tree | ||
| # @dsinjs/binary-tree | ||
| Data structure in your javascript code, Binary Trees. | ||
| [](https://travis-ci.com/siddhesh321995/node-dsinjs-binarytree) | ||
|  | ||
| [](https://travis-ci.com/dsinjs/binary-tree) | ||
|  | ||
| [](https://coveralls.io/github/siddhesh321995/node-dsinjs-binarytree?branch=main) | ||
@@ -26,3 +26,3 @@ | ||
| ``` | ||
| const BTreeNode = require('dsinjs-binarytree'); | ||
| const BTreeNode = require('@dsinjs/binary-tree'); | ||
| ``` | ||
@@ -35,3 +35,3 @@ ``` | ||
| ## Complete Documentation | ||
| Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://siddhesh321995.github.io/node-dsinjs-binarytree/](https://siddhesh321995.github.io/node-dsinjs-binarytree/) | ||
| Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://github.com/dsinjs/binary-tree/](https://github.com/dsinjs/binary-tree/) | ||
@@ -38,0 +38,0 @@ ## All Features: |
18865
-0.37%