/tree-builder

Binary tree data structure GUI builder, for LeetCode test cases. Developed with <3 for our fellow Leetcoders.

Primary LanguageJavaScriptMIT LicenseMIT

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