Skip to content

An interactive Red Black Tree data visualization built with React and react-d3-tree

License

Notifications You must be signed in to change notification settings

YuanRuQian/red-black-tree-dataviz

Repository files navigation

An Interactive Red Black Tree visualizer

A simple Red Black Tree visualizer, built with react-d3-tree & Material-UI.

demo

Try it online: https://yuanruqian.github.io/red-black-tree-dataviz/

Features

  • Insert
  • Delete
  • Hightlight the path from root to target node
  • Clear the tree
  • Adjust the speed of animation ( transition duration )

Want to run it locally?

git clone https://github.com/YuanRuQian/red-black-tree-dataviz.git
cd red-black-tree-dataviz
yarn install
yarn start

Want to run the tests?

yarn test

Want to format the code?

yarn format

About

An interactive Red Black Tree data visualization built with React and react-d3-tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published