Solved

The Table Below Represents a Portion of a Computer's Main

Question 47

Essay

The table below represents a portion of a computer's main memory containing a binary tree.Each node consists of three cells,the first being data,the second being a pointer to the node's left child,and the third being a pointer to the node's right child.If the null pointer is represented by 00 and the tree's root pointer contains 53,draw a picture of the tree showing the data in each node?
 Address  Contents 50AA5156520053BB5400555056CC57005800\begin{array} { c c } \text { Address } & \text { Contents } \\50 & \mathrm { AA } \\51 & 56 \\52 & 00 \\53 & \mathrm { BB } \\54 & 00 \\55 & 50 \\56 & \mathrm { CC } \\57 & 00 \\58 & 00\end{array}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions