Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 410 Bytes

Binary Tree Visualizer 🌱

The Binary Tree Visualizer is a tool designed to help users convert a given LeetCode array representation of a binary tree into a graphical representation.

Features

  • Binary Tree visualization
  • Traverse binary tree: in order, post order, pre order
  • Convert from LeetCode array to binary tree
  • Pause binary tree traversal