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.
- Input a string directly from binarysearch and visualize binary tree
- Create a tree from scratch using interactive controls
- HTML
- CSS/SASS
- React (CRA)
- D3.js
In the project directory, run:
npm install
to install project dependenciesnpm run start
to begin dev server