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.
- Host: GitHub
- URL: https://github.com/dlamslo8/binary-tree-visualizer
- Owner: dLamSlo8
- Created: 2020-09-29T21:18:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T01:56:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T23:36:29.143Z (about 1 year ago)
- Topics: binarysearch, tree, visualization
- Language: JavaScript
- Homepage: https://binary-tree-visualizer.netlify.app
- Size: 917 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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