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.

2 lines (1 loc) 40 B
module.exports = require("./lib/bst");