CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 创建二叉树

搜索资源列表

  1. shuxingshiyanjiegou

    0下载:
  2. 1)熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:27978
    • 提供者:huiyuanyuan
  1. paxieeuew

    0下载:
  2. 1.创建二叉树 2.输出二叉树 4.二叉树的前中后三序遍历 5.删除特定关键字结点 0.退出程序-1. Create a binary tree 2. Output binary tree 4. Bintree three after the first traversal of 5. Delete specific keyword node 0. Exit procedures
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:张清
  1. tree

    0下载:
  2. 二叉树的创建、递归遍历算法及其它基本操作的实现-The creation of a binary tree, recursive traversal algorithm and the realization of other basic operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:4665
    • 提供者:房春英
  1. erchashu-

    0下载:
  2. C语言实现二叉树的创建 及先序、后序、层序遍历,输出树的深度,每一层节点个数,叶子总数-Creation and the first sequence of binary tree in C language, the order of the sequence traversal, output the depth of the tree, each layer the number of nodes, leaves the total number of
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:17656
    • 提供者:陈天
  1. Binary-Tree

    0下载:
  2. 对二叉树进行操作,包括二叉树的创建和对二叉树进行深度和广度优先遍历-Operations, including the creation of a binary tree, and the depth and breadth-first traversal of a binary tree on binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:1766
    • 提供者:莫失
  1. 1

    0下载:
  2. 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:8214
    • 提供者:潘珍
  1. coo51

    0下载:
  2. 利用先序遍历创建链式存储的二叉树,suanfasheji-Use preorder create chain store binary tree, suanfasheji
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:6704
    • 提供者:胡斌
  1. Binary-tree-list

    0下载:
  2. 二叉树列表,满足先序遍历递归和非递归,可自由创建-Binary tree list
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:883
    • 提供者:张天浩
  1. erchashu158

    0下载:
  2. 根据二叉树的结构特点创建一棵二叉树(无节点的地方用#代替)-The creation of a binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:30057
    • 提供者:赵先生
  1. recursion

    0下载:
  2. 数据结构二叉树的非递归遍历算法的实现,包括树的创建、遍历。-data structure
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1198
    • 提供者:张三
  1. Btree1

    0下载:
  2. 二叉树的创建,查找遍历,插入,删除,输出-Create a binary tree, traversal search, insert, delete, output
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:882467
    • 提供者:jinwen
  1. find-and-sort

    0下载:
  2. 对数据序列:{55,13,23,72,109,67,2,78,13}分别实现如下操作: 必做: 1) 顺序查找; 2) 使用直接插入排序或冒泡排序(二选一)、快速排序(必做)对原纪录序列进行排序; 3) 对排好序的纪录序列表进行折半查找; 4) 利用原纪录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 选做: 5) 按照“除留余数法”哈希构造函数和线性探测法的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找。 -fin
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:114339
    • 提供者:
  1. SHUJUJIEGOU

    0下载:
  2. 本课程设中的二叉排序树,一共要实现四项基本的功能。 它们分别是二叉顺序树的创建、中序遍历、查找结点和删除结点。-This course is set up in the binary sort tree to achieve a total of four basic functions. They are the creation of a binary tree sequence, the preorder, find nodes and delete nodes.
  3. 所属分类:Project Design

    • 发布日期:2017-04-27
    • 文件大小:182224
    • 提供者:佳佳
搜珍网 www.dssz.com