aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames <NyctoFixer@gmail.com>2015-06-04 19:49:17 -0700
committerJames <NyctoFixer@gmail.com>2015-06-04 19:49:17 -0700
commit699809dbc7e849fc304b8118a32ba1d1c22aa17c (patch)
treec7b4cc446aeb47b907aa04a917adf93c7d64e2a3
parentc1154329ea0109a410e01052cebcf4ac0d3e7d33 (diff)
downloadpackages-699809dbc7e849fc304b8118a32ba1d1c22aa17c.tar.gz
packages-699809dbc7e849fc304b8118a32ba1d1c22aa17c.zip
Add rbtree package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 22faa06..030a13c 100644
--- a/packages.json
+++ b/packages.json
@@ -1632,5 +1632,14 @@
"description": "Simple package for query HTML/XML elements using a CSS3 or jQuery-like selector syntax",
"license": "MIT",
"web": "https://github.com/rgv151/q.nim"
+ },
+ {
+ "name": "rbtree",
+ "url": "https://github.com/Nycto/RBTreeNim",
+ "method": "git",
+ "tags": ["tree", "binary search tree", "rbtree", "red black tree"],
+ "description": "Red/Black Trees",
+ "license": "MIT",
+ "web": "https://github.com/Nycto/RBTreeNim"
}
]