ArrayToBtree
Summary
ArrayToBtree
is a javcript implementation of building a "Binary tree" from an "Un-Ordered" array. The Tree is not a fully weighted binary tree, but provides an API to convert an array to a tree datastructure.
Installation
npm install -g array-to-btree
Sample Usage
var tree = ;var inputList = 358911121315;{ return tree;}