Visualize a tree: Difference between revisions

Content added Content deleted
m (→‎Functional Python: spelling edit)
Line 2,121: Line 2,121:


Using the same tree structure (including tree node constructor and accessors) as in the [[Tree_traversal|Tree Traversal]] task, and centering parent nodes vertically:
Using the same tree structure (including tree node constructor and accessors) as in the [[Tree_traversal|Tree Traversal]] task, and centering parent nodes vertically:

Or drawing a simpler (decorated-outline tree):


{{Works with|Python|3}}
{{Works with|Python|3}}