文件名称:searchBinTree

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • 上传时间:
  • 2018-02-12
  • 文件大小:
  • 2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 奥**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

在计算机科学中,二叉树是每个节点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。二叉树的思想、深度、高度以及二叉树的遍历都深深影响着计算机科学的发展。
这次要利用二叉树去实现读入一个文件的单词,然后建立一棵二叉搜索树,然后输出二叉搜索树的高度、叶子树等信息,以及实现其中序遍历。利用二叉搜索树,能将大量单词很快地排好序,性能很高。(In computer science, a two tree is a tree structure with a maximum of two subtrees for each node. Usually subtrees are called "left subtree" and "right subtree". Two forked trees are often used to implement two fork search trees and two forked heaps. The thought, depth, height of the two forked tree and the traversal of the two forked tree have deeply affected the development of computer science.
This time, we use the two fork tree to realize the word that read a file, then build a two fork search tree, then output the height of two fork search tree, Ye Zishu and other information, and achieve the order traversal. Using a two fork search tree, a large number of words can be quickly arranged and the performance is very high.)
相关搜索: searchbin

(系统自动生成,下载前可以参看下载内容)

下载文件列表

文件名大小更新时间
searchBinTree 0 2016-12-17
searchBinTree\binTree.c 439 2016-12-17
searchBinTree\binTree.h 357 2016-12-17
searchBinTree\handle.c 939 2016-12-17
searchBinTree\main.c 1235 2016-12-17
searchBinTree\makefile 186 2016-12-17
searchBinTree\output.txt 244 2016-12-17
searchBinTree\tst.txt 43 2016-12-17

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org