Skip to content

An interactive red black tree application to demonstrate node insertion cases.

Notifications You must be signed in to change notification settings

khaoulaboukir/rbtree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red-Black Tree Node Insertion App

Live demo: http://tommikaikkonen.github.io/rbtree/

This application helps demonstrate red-black tree node insertion cases. If you want to look at the code, I suggest starting from js/tree.js to see the data structures, moving onto js/treeView.js to see presentation-related data and finally js/ui.js and js/main.js for user interface code and the main program start.

The live application was made for a teaching video produced in an Algorithms & Data Structures class. The video can be seen here.

The application has only been tested on Google Chrome 40 (Mac OS X) and may not work correctly on older browsers.

About

An interactive red black tree application to demonstrate node insertion cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.4%
  • JavaScript 24.7%
  • CSS 5.9%