1.0.4 • Published 6 years ago
datastructure-in-js v1.0.4
datastructure in js
- use JS to describe common datastructure
- 希望实现一个JS数据结构库,是学习的需要,同时也希望以后用到常用的数据结构时可以直接使用
tree.js 实现二叉树的构建 , 含有的方法包括: insert 插入节点,inOrder前序遍历 , preOrder前序遍历 , postorder 后序遍历等方法 , 可以在tree.js文件中查看相关函数;