/avl-test-visualizer

React visualizer for base64 encoded BSTs. Hooks into Java implementation to show step-by-step AVL balance operations. (Made for Georgia Tech CS 1332 Data Structures & Algorithms)

Primary LanguageJavaScript

AVL Homework Tester/Visualization

https://avl-homework-tests.herokuapp.com

This webapp renders a string encoded binary tree and if enabled, compares it against 'recorded' results for a set of test cases, and shows an animation of the correct operation.

GitHub Logo