**fig4_13.txt** /* 1*/ struct Tree_Node /* 2*/ { /* 3*/ Element_Type Element; /* 4*/ Tree_Node *Left; /* 5*/ Tree_Node *Right; /* 6*/ };