Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 3.04 KB

README.md

File metadata and controls

32 lines (20 loc) · 3.04 KB

TREE VISUALIZER | Binary Tree Visualizer App

About

An Android application which allows the user to construct, insert into, remove from, and visualize a binary tree data structure which contains integer values from 0-999. Balancing of type AVL or Heap may be toggled. Upon change of balance type, the tree is retroactively balanced as necessary. More unique to this app, the user-interface experience is intended to be very strong, featuring zoom-in, zoom-out, pan, and tap-selection.

Get it on Google Play

Features

  • Balancing of tree may be toggled
  • User may zoom-in, zoom-out, and pan the visualization
  • User may increase line width and node spacing as necessary
  • User may click on a node to select it
  • User may select which theme tree should have
  • Extremely large trees up to 513 elements may be visualized

UI Examples