A bundle of binary tree functions.
The functions live in /src/tree-functions.js module and are consumed by the use-tree-functions.js
Run npm install
in your terminal from the root to install the node modules.
To use this on a webpage, run the build in your terminal via the npm run dev
command.
The tree.html file uses the bundled js file that executes the tree functions. Currently, the tree functions just outputs to the console.
The easiest way to host is via use of the http-server npm module.
To get this just run npm install -g http-server
in your terminal.