We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcaee8 commit b40b5b2Copy full SHA for b40b5b2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@datastructures-js/binary-search-tree",
3
- "version": "3.0.1",
4
- "description": "binary search tree implementation in javascript",
+ "version": "3.1.0",
+ "description": "binary search tree & avl tree (self balancing tree) implementation in javascript",
5
"main": "index.js",
6
"scripts": {
7
"test": "grunt test"
@@ -15,7 +15,11 @@
15
"bst js",
16
"bst es6",
17
"binary search tree es6",
18
- "binary search tree js"
+ "binary search tree js",
19
+ "avl tree",
20
+ "avl tree es6",
21
+ "avl tree js",
22
+ "self balancing tree"
23
],
24
"author": "Eyas Ranjous <eyas.ranjous@gmail.com>",
25
"license": "MIT",
0 commit comments