use js to describe datastructure
npm install datastructure-in-js
tree.js
实现二叉树的构建 , 含有的方法包括:
insert
插入节点,
inOrder
前序遍历 ,
preOrder
postorder