摘要
本文围绕数据结构中的二叉排序树,讨论了相关的基本操作,重点分析了二叉排序树的删除操作,指出在现实中存在二叉排序树删除操作的混乱现象,这种混乱导致删除后二叉排序树的定义不再成立,并通过实例详细分析这种删除异常现象出现的条件,最后提出避免删除异常的可行建议.
The basic operations of binary sort tree in data structure are discussed in this paper. The deletion operations are emphasized in analysis. The confusion of the deletion operations in practice is revealed. The confusion will result in the contradiction of the definition of binary sort tree. The circumstance of the abnormity in deletion operations is analyzed in detail through different examples. The practical suggestions to avoid this deletion abnormity are also given here.
出处
《安徽师范大学学报(自然科学版)》
CAS
2006年第3期235-237,共3页
Journal of Anhui Normal University(Natural Science)
基金
安徽省教育厅教学研究项目(2001037)
关键词
数据结构
二叉排序树
删除异常
data structure
binary sort tree
deletion abnormity