js-redblacktree
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "js-redblacktree", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Package implements left leaning red black balanced search tree for symbol table key-sorted map", | ||
@@ -27,11 +27,9 @@ "author": "Caishun Chen", | ||
"keywords": [ | ||
"merge sort", | ||
"quick sort", | ||
"3 ways quick sort", | ||
"insertion sort", | ||
"selection sort", | ||
"shell sort", | ||
"heap sort", | ||
"array sorting", | ||
"sorting algorthms" | ||
"symbol table", | ||
"balanced search tree", | ||
"binary search tree", | ||
"sorted map", | ||
"hilbert deletion", | ||
"red black tree", | ||
"left leaning red black tree" | ||
], | ||
@@ -38,0 +36,0 @@ "dependencies": { |
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
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
15343