tree-multiset-typed
Advanced tools
Comparing version 1.32.2 to 1.32.9
159
package.json
{ | ||
"name": "tree-multiset-typed", | ||
"version": "1.32.2", | ||
"version": "1.32.9", | ||
"description": "Tree Multiset, AVLTree, BST, Binary Tree. Javascript & Typescript Data Structure.", | ||
@@ -20,25 +20,138 @@ "main": "dist/index.js", | ||
"keywords": [ | ||
"Multiset", | ||
"Tree multiset", | ||
"Data structure", | ||
"Binary search tree", | ||
"Tree Multiset", | ||
"tree multiset", | ||
"treemultiset", | ||
"tree-multiset", | ||
"duplicate elements", | ||
"duplicate", | ||
"node", | ||
"nodes", | ||
"element", | ||
"elements", | ||
"count", | ||
"Count", | ||
"order statistics", | ||
"self balancing", | ||
"selfbalancing", | ||
"self-balancing", | ||
"Multiset operations", | ||
"efficient search", | ||
"frequency", | ||
"ordered traversal", | ||
"dynamic resizing", | ||
"element uniqueness", | ||
"set operations", | ||
"multiset", | ||
"balanced", | ||
"Balanced", | ||
"Duplicate elements", | ||
"Insertion", | ||
"Deletion", | ||
"Search", | ||
"Count", | ||
"Order statistics", | ||
"Self-balancing", | ||
"Red-Black Tree", | ||
"avl", | ||
"AVL", | ||
"tree", | ||
"Tree", | ||
"avl tree", | ||
"avl-tree", | ||
"avltree", | ||
"AVL Tree", | ||
"B-tree", | ||
"Sorted data", | ||
"Multiset operations", | ||
"Efficient search", | ||
"Element frequency", | ||
"Ordered traversal", | ||
"Dynamic resizing", | ||
"Element uniqueness", | ||
"Set operations" | ||
"self-balancing", | ||
"selfbalancing", | ||
"selfbalance", | ||
"self balance", | ||
"self", | ||
"auto", | ||
"height", | ||
"balance", | ||
"balancing", | ||
"balanced", | ||
"constraint", | ||
"factor", | ||
"auto balance", | ||
"Adelson", | ||
"Velsky", | ||
"Landis", | ||
"Adelson-Velsky and Landis Tree", | ||
"height-balanced", | ||
"rotations", | ||
"tree rotations", | ||
"balancing factor", | ||
"balanced binary search tree", | ||
"Adelson-Velsky-Landis tree", | ||
"binary", | ||
"bianry tree", | ||
"Binary Tree", | ||
"binary-tree", | ||
"javascript", | ||
"java script", | ||
"JavaScript", | ||
"js", | ||
"typescript", | ||
"type script", | ||
"TypeScript", | ||
"ts", | ||
"complete", | ||
"sorted", | ||
"sorting", | ||
"sort", | ||
"ordered", | ||
"trees", | ||
"complete binary tree", | ||
"bst tree", | ||
"balanced binary tree", | ||
"balanced bst", | ||
"full binary tree", | ||
"full binary trees", | ||
"data", | ||
"structure", | ||
"structures", | ||
"data structure", | ||
"datastructure", | ||
"data-structure", | ||
"data structures", | ||
"datastructures", | ||
"data-structures", | ||
"in data structures", | ||
"in data structure", | ||
"DataStructure", | ||
"DataStructures", | ||
"traversal", | ||
"inorder", | ||
"preorder", | ||
"postorder", | ||
"pre", | ||
"in", | ||
"post", | ||
"order", | ||
"pre-order", | ||
"pre order", | ||
"in-order", | ||
"in order", | ||
"post-order", | ||
"post order", | ||
"dfs", | ||
"DFS", | ||
"bfs", | ||
"BFS", | ||
"recursive", | ||
"iterative", | ||
"leaf", | ||
"root", | ||
"parent", | ||
"child", | ||
"depth", | ||
"height", | ||
"Node.js", | ||
"CommonJS", | ||
"ES6", | ||
"UMD", | ||
"esmodule", | ||
"java.util", | ||
"c++ std", | ||
"Python collections", | ||
"System.Collections.Generic", | ||
"STD", | ||
"std", | ||
"util", | ||
"collection", | ||
"Collection", | ||
"collections", | ||
"Collections" | ||
], | ||
@@ -69,4 +182,4 @@ "author": "Tyler Zeng zrwusa@gmail.com", | ||
"dependencies": { | ||
"data-structure-typed": "^1.32.2" | ||
"data-structure-typed": "^1.32.9" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
533581
32
2661
2
Updateddata-structure-typed@^1.32.9