datastructure-in-js

1.0.4 • Public • Published

datastructure in js

  • use JS to describe common datastructure
  • 希望实现一个JS数据结构库,是学习的需要,同时也希望以后用到常用的数据结构时可以直接使用

tree.js 实现二叉树的构建 , 含有的方法包括: insert 插入节点,inOrder前序遍历 , preOrder前序遍历 , postorder 后序遍历等方法 , 可以在tree.js文件中查看相关函数;

Readme

Keywords

Package Sidebar

Install

npm i datastructure-in-js

Weekly Downloads

5

Version

1.0.4

License

ISC

Unpacked Size

22.1 kB

Total Files

14

Last publish

Collaborators

  • liuyingbin