mirror of
https://github.com/kangjianwei/Data-Structure.git
synced 2026-08-18 09:17:31 +08:00
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
根结点位置:5
|
|
根结点的值:R
|
|
R的孩子结点:ABC
|
|
A的孩子结点:DE
|
|
B的孩子结点:^
|
|
C的孩子结点:F
|
|
D的孩子结点:^
|
|
E的孩子结点:^
|
|
F的孩子结点:GHK
|
|
G的孩子结点:^
|
|
H的孩子结点:^
|
|
K的孩子结点:^
|