作业帮 > 英语 > 作业

英语翻译set/binary search tree/priority queue(with values in asc

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/10/05 21:33:57
英语翻译
set/binary search tree/priority queue(with values in ascending order,i.e.smallest values first)/search tree of degree five(5)
set 集
binary search tree 二叉查找树
priority queue(with values in ascending order, i.e. smallest values first) 优先队列(按照升序排列,例如:最小的值排在第一位)
search tree of degree five 度为5的查找树
再问: 二叉查找树是不是就是二叉排列树?
再答: 对的,二叉查找树就是二叉排列数。