avl-tree-typed 1.32.2 → 1.32.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +98 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "avl-tree-typed",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.9",
|
|
4
4
|
"description": "AVLTree(Adelson-Velsky and Landis Tree). Javascript & Typescript Data Structure.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,15 +17,19 @@
|
|
|
17
17
|
"url": "git+https://github.com/zrwusa/data-structure-typed"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
|
-
"AVL",
|
|
21
|
-
"Tree",
|
|
22
20
|
"avl",
|
|
21
|
+
"AVL",
|
|
23
22
|
"tree",
|
|
23
|
+
"Tree",
|
|
24
|
+
"avl tree",
|
|
24
25
|
"avl-tree",
|
|
25
26
|
"avltree",
|
|
26
|
-
"avl tree",
|
|
27
27
|
"AVL Tree",
|
|
28
|
-
"
|
|
28
|
+
"avl tree data structure",
|
|
29
|
+
"self-balancing",
|
|
30
|
+
"selfbalancing",
|
|
31
|
+
"selfbalance",
|
|
32
|
+
"self balance",
|
|
29
33
|
"self",
|
|
30
34
|
"auto",
|
|
31
35
|
"height",
|
|
@@ -39,20 +43,100 @@
|
|
|
39
43
|
"Velsky",
|
|
40
44
|
"Landis",
|
|
41
45
|
"Adelson-Velsky and Landis Tree",
|
|
46
|
+
"height-balanced",
|
|
47
|
+
"rotations",
|
|
48
|
+
"tree rotations",
|
|
49
|
+
"balancing factor",
|
|
50
|
+
"balanced binary search tree",
|
|
51
|
+
"Adelson-Velsky-Landis tree",
|
|
42
52
|
"binary",
|
|
43
|
-
"tree",
|
|
44
53
|
"bianry tree",
|
|
45
54
|
"Binary Tree",
|
|
46
55
|
"binary-tree",
|
|
56
|
+
"javascript",
|
|
57
|
+
"java script",
|
|
58
|
+
"JavaScript",
|
|
59
|
+
"js",
|
|
60
|
+
"typescript",
|
|
61
|
+
"type script",
|
|
62
|
+
"TypeScript",
|
|
63
|
+
"ts",
|
|
64
|
+
"complete",
|
|
65
|
+
"binary",
|
|
66
|
+
"Binary",
|
|
67
|
+
"balanced",
|
|
68
|
+
"sorted",
|
|
69
|
+
"sorting",
|
|
70
|
+
"sort",
|
|
71
|
+
"ordered",
|
|
72
|
+
"tree",
|
|
73
|
+
"Tree",
|
|
74
|
+
"trees",
|
|
75
|
+
"binary tree",
|
|
76
|
+
"Binary Tree",
|
|
77
|
+
"binary-tree",
|
|
78
|
+
"complete binary tree",
|
|
79
|
+
"bst tree",
|
|
80
|
+
"balanced binary tree",
|
|
81
|
+
"balanced bst",
|
|
82
|
+
"full binary tree",
|
|
83
|
+
"full binary trees",
|
|
84
|
+
"data",
|
|
85
|
+
"structure",
|
|
86
|
+
"structures",
|
|
87
|
+
"data structure",
|
|
88
|
+
"datastructure",
|
|
89
|
+
"data-structure",
|
|
90
|
+
"data structures",
|
|
91
|
+
"datastructures",
|
|
92
|
+
"data-structures",
|
|
93
|
+
"in data structures",
|
|
94
|
+
"in data structure",
|
|
95
|
+
"DataStructure",
|
|
96
|
+
"DataStructures",
|
|
97
|
+
"traversal",
|
|
98
|
+
"inorder",
|
|
99
|
+
"preorder",
|
|
100
|
+
"postorder",
|
|
101
|
+
"pre",
|
|
102
|
+
"in",
|
|
103
|
+
"post",
|
|
104
|
+
"order",
|
|
105
|
+
"pre-order",
|
|
106
|
+
"pre order",
|
|
107
|
+
"in-order",
|
|
108
|
+
"in order",
|
|
109
|
+
"post-order",
|
|
110
|
+
"post order",
|
|
111
|
+
"dfs",
|
|
47
112
|
"DFS",
|
|
113
|
+
"bfs",
|
|
48
114
|
"BFS",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
115
|
+
"recursive",
|
|
116
|
+
"iterative",
|
|
117
|
+
"leaf",
|
|
118
|
+
"root",
|
|
119
|
+
"parent",
|
|
120
|
+
"child",
|
|
121
|
+
"node",
|
|
122
|
+
"depth",
|
|
123
|
+
"height",
|
|
124
|
+
"Node.js",
|
|
125
|
+
"CommonJS",
|
|
126
|
+
"ES6",
|
|
127
|
+
"UMD",
|
|
128
|
+
"esmodule",
|
|
129
|
+
"java.util",
|
|
130
|
+
"c++ std",
|
|
131
|
+
"Python collections",
|
|
132
|
+
"System.Collections.Generic",
|
|
133
|
+
"STD",
|
|
134
|
+
"std",
|
|
135
|
+
"util",
|
|
136
|
+
"collection",
|
|
137
|
+
"Collection",
|
|
138
|
+
"collections",
|
|
139
|
+
"Collections"
|
|
56
140
|
],
|
|
57
141
|
"author": "Tyler Zeng zrwusa@gmail.com",
|
|
58
142
|
"license": "MIT",
|
|
@@ -78,6 +162,6 @@
|
|
|
78
162
|
"typescript": "^4.9.5"
|
|
79
163
|
},
|
|
80
164
|
"dependencies": {
|
|
81
|
-
"data-structure-typed": "^1.32.
|
|
165
|
+
"data-structure-typed": "^1.32.9"
|
|
82
166
|
}
|
|
83
167
|
}
|