April 2000 QUESTION 3 Total Marks: 15 Marks |
Click here to access other
questions
Click to access |
(a)Explain what is meant by a binary
search tree with respect to a binary (b)Assume the following arithmetic expression: (c)Assume the following definition of a binary tree: TYPE Write a recursive procedure,called PrintCountTree
the signature of which is given below,which will perform a post order
traversal of the tree root printing out the value of Datum stored
at each node. |