Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 593 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 593 Bytes

Tree Builder for LeetCode

Click and drag to build a binary tree data structure and export as text. Supporting LeetCode's binary tree format.

Usage:

  • Click a node to change its value
  • Hover over an empty child's position and click to add a new node
  • Type in tree representation in text in the input field to generate a new tree
  • All updates are synchronized with the text field

Demo image:

image2