An open API service indexing awesome lists of open source software.

https://github.com/dlamslo8/binary-tree-visualizer

A webapp that allows for visualization of a binary tree specifically based on Binarysearch's representation.
https://github.com/dlamslo8/binary-tree-visualizer

binarysearch tree visualization

Last synced: 11 months ago
JSON representation

A webapp that allows for visualization of a binary tree specifically based on Binarysearch's representation.

Awesome Lists containing this project

README

          

Binary Tree Visualizer


https://binary-tree-visualizer.netlify.app

Binary Tree Visualizer is a web application that visualizes binary trees created from input in a format specified by binarysearch, a collaborative algorithm challenge site.

## Features
- Input a string directly from binarysearch and visualize binary tree
- Create a tree from scratch using interactive controls

## Tech Stack
- HTML
- CSS/SASS
- React (CRA)
- D3.js

## Installation
In the project directory, run:
1. `npm install` to install project dependencies
2. `npm run start` to begin dev server