Spring 2019

Visualization of red-black trees, built with ReactJS. Final project for INFSCI 2591 Algorithm Design at University of Pittsburgh. Supports insertion, deletion, and lookup operations, with appropriate rotations. Provides a step-by-step walkthrough with animations for all operations. The `core` directory contains a Javascript implementation of a full red-black tree, so if you need a pure JS implementation of RB trees, feel free to take it.