8.
(a)
Display the binary search tree formed by entering the characters in the specified order
P, T, V, Z, S,F,C
(b)
Using the tree from (a), give the NLR scan of the nodes
(c)
Using the tree from part (a), give the LNR scan of the nodes.
(d)
Using the tree from part (a), give the RNL scan of the nodes.