HCSD Data Structure Binary tree Quiz
In a one whole sheet of paper, write your answers for the following questions:
S>E>R>J>G>F>V>B>A>C>P>T>H>K>O>Q
B. Construct a binary tree based in the following values and Identify the traversal order of the following:
- preorder
- inorder
- postorder
70>90>87>65>20>25>17>99>150>120>130>55>53>50>75>95>100>88>73>71>69
Read more...