登录
首页 » 其他项目 » 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作...

平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作...

于 2022-03-05 发布 文件大小:40.51 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。 -balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pipe
    pipe类 pipe类 -pipe-type pipe-type pipe-type pipe-type
    2022-04-19 07:25:53下载
    积分:1
  • 转载一个获取颜色的小程序,方便大家编写程序的时候提取颜色代码...
    转载一个获取颜色的小程序,方便大家编写程序的时候提取颜色代码-access to reproduce the color of a small procedure to facilitate the preparation of the extraction process color code
    2022-03-02 03:40:47下载
    积分:1
  • 分区管理 固定式分区模拟了固定式分区的分配和回收算法
    分区管理 固定式分区模拟了固定式分区的分配和回收算法-regional management fixed through simulated fixed through the distribution and recovery algorithm
    2022-12-24 12:25:03下载
    积分:1
  • Find prime numbers prepared by screening the function: void sieve (bool isPrime...
    编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
    2023-03-02 04:45:03下载
    积分:1
  • 一款功能完整的对战游戏,代码资源都是完整的
    一款功能完整的对战游戏,代码资源都是完整的-A full-featured Battle game, the code resources are complete
    2022-03-09 09:05:31下载
    积分:1
  • BuilderMall
    资源描述php的多用户商城源码。可以建立一个空的多用户商城,里面的各项功能都很齐全,包括店铺管理,支付管理,物流管理,产品发布,数据库用的是mysql,通过个人的测试,完全可以使用,完全开源,不受任何限制,可以用于任何商业用途。
    2022-01-30 23:08:42下载
    积分:1
  • C#纸牌游戏,做的还是比较精致的.值得学习.
    C#纸牌游戏,做的还是比较精致的.值得学习.-C# Card games, or to do comparison exquisite. Worth learning.
    2022-11-12 10:50:04下载
    积分:1
  • 含经销商/会员/介绍人消费,管理,全能查询等功能 前台用户查询测试账户:dddd 密码:dddd 前台经销商测试账户:aaaaa 密码:aaaaa...
    含经销商/会员/介绍人消费,管理,全能查询等功能 前台用户查询测试账户:dddd 密码:dddd 前台经销商测试账户:aaaaa 密码:aaaaa 后台管理用户:admin 密码:admin888 -with dealers/members/introducer consumption, management and utility functions for future inquiries users test accounts : dddd Password : dddd prospects dealers test accounts : aaaaa Password : aaaaa background of the management of user : admin password : admin888
    2022-02-25 00:17:42下载
    积分:1
  • 2022-02-21 02:01:15下载
    积分:1
  • 晶体管显示系统时间和数字的方法。
    晶体管显示系统时间和数字的方法。-transistor display system time and the ways.
    2022-01-26 02:55:33下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载