文件名称:二叉排序树
介绍说明--下载内容均来自于网络,请自行研究使用
使用二叉树对一系列整数排序,并进行前序,中序,后序遍历。
可能有多组测试数据,对于每组数据,将题目所给数据建立一个二叉排序树,并对二叉排序树进行前序、中序和后序遍历。每种遍历结果输出一行。每行最后一个数据之后有一个空格。(The binary tree is used to sort a series of integers and traverse them in the order of preceding, middle and post.
There may be multiple sets of test data. For each set of data, a binary sorting tree is established for the data given by the title, and the binary sorting tree is traversed in order of precedence, middle order and post order. Each traversal result outputs one line. There is a space after the last data in each row.)
可能有多组测试数据,对于每组数据,将题目所给数据建立一个二叉排序树,并对二叉排序树进行前序、中序和后序遍历。每种遍历结果输出一行。每行最后一个数据之后有一个空格。(The binary tree is used to sort a series of integers and traverse them in the order of preceding, middle and post.
There may be multiple sets of test data. For each set of data, a binary sorting tree is established for the data given by the title, and the binary sorting tree is traversed in order of precedence, middle order and post order. Each traversal result outputs one line. There is a space after the last data in each row.)
相关搜索: tree
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
1068.c | 1460 | 2019-05-06 |
1068.exe | 29058 | 2019-05-06 |
1068.o | 1390 | 2019-05-06 |