CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 二叉树 数组

搜索资源列表

  1. tree

    0下载:
  2. 二叉树的生成和查找,平且中序遍历生成顺序的数组-Binary tree generation and search
  3. 所属分类:Editor

    • 发布日期:2017-04-10
    • 文件大小:1152
    • 提供者:韩义
  1. dan

    0下载:
  2. // 堆排序 // 初始调用BuildMaxHeap将a[1..size]变成最大堆 // 因为数组最大元素在a[1],则可以通过将a[1]与a[size]互换达到正确位置 // 现在新的根元素破坏了最大堆的性质,所以调用MaxHeapify调整, // 使a[1..size-1]成为最大堆,a[1]又是a[1..size-1]中的最大元素, // 将a[1]与a[size-1]互换达到正确位置。 // 反复调用Heapify,使整个数组成从小到大排序。 // 注意:
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-20
    • 文件大小:1087
    • 提供者:李子健
  1. stacknode

    0下载:
  2. 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:2278
    • 提供者:liyuyu
  1. kong-jian-shu-ju

    0下载:
  2. 一棵具有n个节点的完全二叉树以顺序方式存储在数组A中。设计一个算法构造该二叉树的二叉链存储结构。-Complete binary tree with n nodes in a sequential manner are stored in the array A. Design an algorithm constructed binary chain storage structure of the binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:12662
    • 提供者:看清
搜珍网 www.dssz.com