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