Leokayasen / Pre-Post-In-Order-Traversal-Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-Post-In-Order-Traversal-Algorithm

What is this for?

In the SLR 14: Data Structures topic, the theory section teaches you how to read and understand Binary Tree Traversal using 3 methods.

This code, as of 18/1/23, can only output the order with the correct labels. A future version may include a Turtle drawing of the Tree Diagram.

Example:

image

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%