文件名称:noname
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
2. 输入一个中缀表达式,构造表达式树,以文本方式输出树结构。
输入:例如,输入a+b+c*(d+e)
输出:以缩进表示二叉树的层次,左——根、右——叶、上——右子树、下——左子树
―――――――――――――――――――
e
+
d
*
c
+
b
+
a
――――――――――――――――――――――
-2 Enter an infix expression construct an expression tree, the tree structure as text output. Input: For example, enter a+b+c* (d+e) Output: the indentation indicates hierarchical binary tree, left- root and right- leaves, upper- right subtree, down- left subtree------------------- e+ d* c+ b+ a----------------------
输入:例如,输入a+b+c*(d+e)
输出:以缩进表示二叉树的层次,左——根、右——叶、上——右子树、下——左子树
―――――――――――――――――――
e
+
d
*
c
+
b
+
a
――――――――――――――――――――――
-2 Enter an infix expression construct an expression tree, the tree structure as text output. Input: For example, enter a+b+c* (d+e) Output: the indentation indicates hierarchical binary tree, left- root and right- leaves, upper- right subtree, down- left subtree------------------- e+ d* c+ b+ a----------------------
(系统自动生成,下载前可以参看下载内容)
下载文件列表
noname.cpp