搜索资源列表

  1. BST

    0下载:
  2. 代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9983
    • 提供者:李雅芳
  1. BST

    0下载:
  2. 代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。 -Code to achieve the basic operation of the binary tree: binary tree to achieve the basic operat
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-30
    • 文件大小:964608
    • 提供者:李雅芳
  1. BST

    0下载:
  2. 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the t
  3. 所属分类:搜索引擎

    • 发布日期:2024-06-30
    • 文件大小:2048
    • 提供者:小伏
  1. BST

    0下载:
  2. 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the t
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-30
    • 文件大小:2048
    • 提供者:tocont
  1. BST二叉树的基本操作

    0下载:
  2. BST二叉排序树的插入、查询、删除、遍历 (中序遍历 从小到大)(The basic operation of the BST two forked tree.Inserting, querying, deleting, traversing two forked sort trees.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:92160
    • 提供者:续续

源码中国 www.ymcn.org