UNPKG

bst-nodejs

Version:

Node.JS implementation of Binary Search Tree with most of the hotly debated utility methods that might be asked in interviews.

21 lines (20 loc) 452 B
{ "name": "bst-nodejs", "version": "0.0.136", "description": "Node.JS implementation of Binary Search Tree with most of the hotly debated utility methods that might be asked in interviews.", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "bst-nodejs", "bst-node", "Data-structure", "BST", "bst", "binary tree", "tree" ], "author": "Dibyajyoti Ghosal", "license": "MIT" }