登录
首页 » 数据结构 » 根据先序和中序遍历的结果,重新构造二叉树

根据先序和中序遍历的结果,重新构造二叉树

于 2022-02-07 发布 文件大小:706.00 B
0 125
下载积分: 2 下载次数: 1

代码说明:

根据先序和中序遍历的结果,重新构造二叉树-According to the results of the PreOrder and InOrder visit,rebuild the bitree

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

发表评论

0 个回复

  • 库实现员工的管理
    数据库实现员工的管理-database management staff
    2022-08-03 22:16:39下载
    积分:1
  • POJ 2271
    POJ 2271的己AC代码...不信你可以自己试试.-POJ 2271
    2023-04-22 16:50:03下载
    积分:1
  • 一个同学的毕业设计
    一个同学的毕业设计-a student at the graduate design
    2022-02-25 17:06:49下载
    积分:1
  • 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系多项式计器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
    一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
    2022-10-15 00:45:03下载
    积分:1
  • 本程序是一个用prim算法寻找最小生成树的小程序。
    本程序是一个用prim算法寻找最小生成树的小程序。-this procedure is a prim with minimum spanning tree algorithm for small procedures.
    2023-06-09 19:10:04下载
    积分:1
  • realization of the Polish
    实现了波兰式的求解,对大数计算使用,可以到100位数的运算-realization of the Polish-solving, the use of large numbers calculation, the median of 100 Operators
    2022-06-11 15:17:39下载
    积分:1
  • 中的B
    数据结构中的B-TREE的实现-data structure of the B-TREE Implementation
    2022-01-25 15:36:49下载
    积分:1
  • 迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。
    迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。-maze of another solution. The algorithm is simple, practical and readable study is recursive and backtracking good example.
    2022-03-05 14:22:00下载
    积分:1
  • Environment: visual studio 2005
    以visual studio 2005为开发环境的约瑟夫环设计。-Environment: visual studio 2005
    2023-05-01 17:20:03下载
    积分:1
  • 链表实现
    应用背景C语言实现链表...(包含完整注释,使用链表结构可以克服数组链表需要预先知道数据大小的缺点,链表结构可以充分利用计算机内存空间,实现灵活的内存动态管理。但是链表失去了数组随机读取的优点,同时链表由于增加了结点的指针域,空间开销比较大。链表最明显的好处就是,常规数组排列关联项目的方式可能不同于这些数据项目在记忆体或磁盘上顺序,数据的存取往往要在不同的排列顺序中转换。链表允许插入和移除表上任意位置上的节点,但是不允许随机存取)关键技术包含初始化链表函数、检测链表是否为空函数、清空链表函数、查找第i个元素函数、查找与e相同元素函数、在制定位置插入元素函数、删除指定元素函数、获取链表长度函数
    2022-01-26 07:24:05下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载