The binary tree representations of the trees of Figures 11.16 (a)
and (b) are:
20 16
| |
5 ---- 6 ---- 8 ---- 30 11 ---- 25 ---- 28
| |
1 ---- 2 3 ---- 4
(a) (b)
The binary tree representations of the trees of Figures 11.17 (a)
and (b) are:
26 16
| |
16 --------------- 32 11 ---- 25 ---- 28 ---- 26
| |
11 ---- 25 ---- 28 32
(a) (b)
The binary tree representations of the trees of Figures 11.19 (a)
and (b) are:
20 16
| |
5 ---- 6 --- 8 ---- 30 11 ---- 25 ---- 28
| | |
1 ---- 2 3 ---- 4 15
|
26
(a) (b)