Add rbtree package

This commit is contained in:
James 2015-06-04 19:49:17 -07:00
parent c1154329ea
commit 699809dbc7

View File

@ -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"
}
]