print_tree
Generate a visual diagram of a BST or AVL tree structure to inspect node arrangement, hierarchy, and balance after insertions or deletions.
Instructions
Get a visual representation of the tree structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeType | Yes | The type of tree to print |