文件名称:实验5
介绍说明--下载内容来自于网络,使用问题请自行百度
二叉排序树或者是一棵空树,或者是具有下列性质的二叉树:
(1)若左子树不空,则左子树上所有结点的值均小于或等于它的根结点的值;
(2)若右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;
(3)左、右子树也分别为二叉排序树;(A two - fork sort tree or an empty tree, or a two - fork tree with the following properties:
(1) if the left subtree is not empty, the value of all the nodes on the left subtree is less than or equal to the value of its root node.
(2) if the right subtree is not empty, the value of all the nodes on the right subtree is greater than or equal to the value of its root node.
(3) the left and right subtrees are also two forked trees, respectively.)
(1)若左子树不空,则左子树上所有结点的值均小于或等于它的根结点的值;
(2)若右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;
(3)左、右子树也分别为二叉排序树;(A two - fork sort tree or an empty tree, or a two - fork tree with the following properties:
(1) if the left subtree is not empty, the value of all the nodes on the left subtree is less than or equal to the value of its root node.
(2) if the right subtree is not empty, the value of all the nodes on the right subtree is greater than or equal to the value of its root node.
(3) the left and right subtrees are also two forked trees, respectively.)
相关搜索: 数据结构
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
实验5\BinaryTree.cpp | 786 | 2017-11-16 |
实验5\BinaryTree.exe | 401193 | 2017-11-16 |
实验5\BinaryTree.h | 4087 | 2017-11-16 |
实验5\BinaryTree.h.gch | 1175812 | 2017-11-16 |
实验5 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.