Skip to content

ajkimoto/js-binary-tree

Repository files navigation

js-binary-tree

A bundle of binary tree functions.

Info

The functions live in /src/tree-functions.js module and are consumed by the use-tree-functions.js

Installation

Run npm install in your terminal from the root to install the node modules.

Build

To use this on a webpage, run the build in your terminal via the npm run dev command.

HTML File

The tree.html file uses the bundled js file that executes the tree functions. Currently, the tree functions just outputs to the console.

Hosting

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.

About

Binary tree functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published