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.
- Binary Tree visualization
- Traverse binary tree: in order, post order, pre order
- Convert from LeetCode array to binary tree
- Pause binary tree traversal