文件名称:ds_5_3
-
所属分类:
- 标签属性:
- 上传时间:2014-11-12
-
文件大小:210.36kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
生成二叉树
按照普通的二叉树输入方法进行输入,空节点还是用@表示。
例如输入以下这棵树:
A
/ B C
/ D E
/ F G
输入根节点:A
输入A的两个儿子(@表示空节点):BC
输入B的两个儿子(@表示空节点):@@
输入C的两个儿子(@表示空节点):DE
输入D的两个儿子(@表示空节点):FG
输入E的两个儿子(@表示空节点):@@
输入F的两个儿子(@表示空节点):@@
输入G的两个儿子(@表示空节点):-Generate binary input method in accordance with the ordinary binary input, represented by an empty node or @. For example, enter the following tree: A/\ BC/\ DE/\ FG enter the root node: A Enter the two sons of A (@ represents an empty node): BC enter two sons of B (@ represents an empty node): @ Enter the two sons of C @ (@ represents an empty node): two sons DE input of D (@ represents an empty node): two sons FG input E (@ represents an empty node): Enter the two sons of F@@ (@ represents the empty node): Enter the two sons of G@@(@ represents an empty node):@@
按照普通的二叉树输入方法进行输入,空节点还是用@表示。
例如输入以下这棵树:
A
/ B C
/ D E
/ F G
输入根节点:A
输入A的两个儿子(@表示空节点):BC
输入B的两个儿子(@表示空节点):@@
输入C的两个儿子(@表示空节点):DE
输入D的两个儿子(@表示空节点):FG
输入E的两个儿子(@表示空节点):@@
输入F的两个儿子(@表示空节点):@@
输入G的两个儿子(@表示空节点):-Generate binary input method in accordance with the ordinary binary input, represented by an empty node or @. For example, enter the following tree: A/\ BC/\ DE/\ FG enter the root node: A Enter the two sons of A (@ represents an empty node): BC enter two sons of B (@ represents an empty node): @ Enter the two sons of C @ (@ represents an empty node): two sons DE input of D (@ represents an empty node): two sons FG input E (@ represents an empty node): Enter the two sons of F@@ (@ represents the empty node): Enter the two sons of G@@(@ represents an empty node):@@
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ds_5_3/bin/Debug/ds_5_3.exe
ds_5_3/BinaryTree.h
ds_5_3/ds_5_3.cbp
ds_5_3/ds_5_3.depend
ds_5_3/ds_5_3.layout
ds_5_3/main.cpp
ds_5_3/obj/Debug/main.o
ds_5_3/queue.h
ds_5_3/bin/Debug
ds_5_3/obj/Debug
ds_5_3/bin
ds_5_3/obj
ds_5_3
ds_5_3/BinaryTree.h
ds_5_3/ds_5_3.cbp
ds_5_3/ds_5_3.depend
ds_5_3/ds_5_3.layout
ds_5_3/main.cpp
ds_5_3/obj/Debug/main.o
ds_5_3/queue.h
ds_5_3/bin/Debug
ds_5_3/obj/Debug
ds_5_3/bin
ds_5_3/obj
ds_5_3
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.