tree.js
v1.4.1
Published
A javascript library for creating and manipulating fully linked tree structures.
Readme
tree.js
A javascript library for creating and manipulating fully linked tree structures. Each node in the tree knows its parent, its left sibling, its right sibling and its children.
To use in your project, install via npm install tree.js.
Run npm install and npm test to run the tests.
