找考题网-背景图
问答题

将下图的二叉树转换为对应的森林,按照先根次序列出其结点。(答案的字母之间没有空格)
Transform this binary tree into the corresponding forest, and write down the pre-order node sequence. (Do not add spaces in your answer.)

【参考答案】

ABECFDGHIJKL