#1826. C++-树-创建二叉树(如下,*代表为空结点,数据为字符),并进行中序遍历,并打印出来
C++-树-创建二叉树(如下,*代表为空结点,数据为字符),并进行中序遍历,并打印出来
Background
Description
C++-树-创建二叉树(如下,*代表为空结点,数据为字符),并进行中序遍历,并打印出来
Format
Input
Output
Samples
中序遍历:*B*E*K*A*C*
Limitation
1s, 1024KiB for each test case.