Skip to content

Commit b40b5b2

Browse files
committed
v3.1.0
1 parent dfcaee8 commit b40b5b2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@datastructures-js/binary-search-tree",
3-
"version": "3.0.1",
4-
"description": "binary search tree implementation in javascript",
3+
"version": "3.1.0",
4+
"description": "binary search tree & avl tree (self balancing tree) implementation in javascript",
55
"main": "index.js",
66
"scripts": {
77
"test": "grunt test"
@@ -15,7 +15,11 @@
1515
"bst js",
1616
"bst es6",
1717
"binary search tree es6",
18-
"binary search tree js"
18+
"binary search tree js",
19+
"avl tree",
20+
"avl tree es6",
21+
"avl tree js",
22+
"self balancing tree"
1923
],
2024
"author": "Eyas Ranjous <eyas.ranjous@gmail.com>",
2125
"license": "MIT",

0 commit comments

Comments
 (0)