Skip to content

This is a visualization of a binary tree data structure built using React and Typescript. The tree can be dynamically modified by adding or removing nodes, and the resulting changes are immediately reflected in the visualization.

Notifications You must be signed in to change notification settings

iamaliybi/binary-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Tree

This is a visualization of a binary tree data structure built using React and Typescript. The tree can be dynamically modified by adding or removing nodes, and the resulting changes are immediately reflected in the visualization.

Demo

demo


Features

  • Add and remove nodes from the binary tree

Installation and Usage

Using npm

$ npm install
$ npm start

OR yarn

$ yarn install
$ yarn start

Usage

Once the project is running, open a web browser and navigate to http://localhost:3000/. From there, you can interact with the binary tree and see how the algorithms work.


Contributing

Contributions are welcome! If you find a bug or would like to add a feature, please open an issue or submit a pull request.

About

This is a visualization of a binary tree data structure built using React and Typescript. The tree can be dynamically modified by adding or removing nodes, and the resulting changes are immediately reflected in the visualization.

Topics

Resources

Stars

Watchers

Forks