Skip to content

Commit

Permalink
fix the issue with the rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cschen1205 committed May 26, 2017
1 parent f37bd21 commit aaedabf
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-redblacktree",
"version": "1.0.8",
"version": "1.0.9",
"description": "Package implements left leaning red black balanced search tree for symbol table key-sorted map",
"author": "Caishun Chen",
"contributors": [
Expand All @@ -24,15 +24,13 @@
"url": "git+https://github.com/cschen1205/js-redblacktree.git"
},
"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"
],
"dependencies": {

Expand Down

0 comments on commit aaedabf

Please sign in to comment.