SkillAgentSearch skills...

Rbtree

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

Install / Use

/learn @tommikaikkonen/Rbtree
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2y ago
Forks6

Languages

JavaScript

Security Score

60/100

Audited on Apr 2, 2024

No findings