mjbinarytree
Version:
Binary Search Tree implementation
29 lines (28 loc) • 483 B
JSON
{
"name": "mjbinarytree",
"version": "1.0.2",
"description": "Binary Search Tree implementation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Binary",
"Search",
"Tree",
"constructor",
"Breadth",
"First",
"Search",
"Depth",
"first",
"search",
"In",
"order",
"Traversal",
"pre",
"order"
],
"author": "mohammad herzalla",
"license": "MIT"
}