DS Trees
DS Trees
Discrete Structure
Tribhuvan University (TU)
B.Sc. CSIT 2nd semester
PREPARED BY
UJJWAL RIJAL
[email protected]
Unit – 6
Trees
PREPARED BY
UJJWAL RIJAL
[email protected]
Pre-order Traversal
o Visit the root node.
o Traverse the left sub-tree in pre-order.
o Traverse the right sub-tree in pre-order.
o For example:
o Let’s draw a tree from the following given
characters by maintaining the prefix property as
follows:
Another Example