搜索资源列表
erchashu
- 用c语言实现的关于二叉树的各种操作,适合初学数据结构的人-C language used on the binary tree to achieve a variety of operations, data structures suitable for beginners who
binarytree
- 本程序用C语言编写在VC6.0的环境下运行,主要是二叉树的建立-creat binary tree
pretree
- 采用C语言编写的先序遍历二叉树的源程序,该程序有3部分构成:主程序,构造树函数,先序遍历函数-Written in C language using the first order binary tree traversal of the source, the program has three parts: the main program, construct a tree function, preorder traversal function
book
- c语言做的课程设计,通过实现二叉树来对书籍进行操作-c language to the curriculum design, through the realization of a binary tree to operate on the books
Tree
- C语言编写的构造平衡二叉树的小程序,总共有四个操作功能-C program
bianliconggengdaoyezi
- C语言版的数据结构,利用遍历二叉树算法实现C语言的编程,即从根到路子结点的路径。-C language version of the data structure, binary tree traversal algorithm using C programming language, from the root to the path of the path nodes.
erchashupanduanshifouxiangdeng
- 用c语言实现的两棵二叉树是否相等的算法,有兴趣的可以下来-akjdfladsflasdvlasfdkjvglsdfkjgldksfjglsdfjg
BiTreeExample
- 本代码利用C++语言实现二叉树链表的相关操作,对了解数据结构的链表结构有帮助-This code takes advantage of C++ language implementation binary list of the relevant operations, to understand the data structure linked list structure to help
BiSearchTree
- 二叉树的c语言实现,在codeblocks可运行-Binary tree c language implementation, in codeblocks can run
BiSrchTrBalanced
- 平衡二叉树的c语言实现,在codeblocks可运行-Balance binary tree c language implementation, in codeblocks can run
shujujiegou
- c语言编写的各种数据结构功能的实现,应有尽有(包括图,链表,二叉树等等的实现和应用)-c language data structure and function of the realization of everything (including the implementation and application of the chart, linked lists, binary trees, etc.)
HW3(1)
- 编写一个C语言程序实现二叉树的层次遍历,输入通过文件读入-Write a C language program level traversal of a binary tree, the input through the file read
bstree_frame
- 通过对不同排序算法性能的比较,用c语言实现二叉树的排序算法-Comparison of the performance of different sorting algorithms, binary tree sort algorithm c language
TC
- C语言动态实现二叉树的先序、中序和后序遍历。TC2.0-C language dynamic binary tree first preorder, inorder, and postorder traversal. TC2.0
binarySortTree
- 遍历二叉树,对二叉树的插入,删除等操作 C语言实现-Binary tree traversal, C language to achieve binary tree insert, or delete operation
BinTree
- 二叉树的实现与应用,语言:C/C++, 平台:WINDOWS-implementation of binary tree, language : c/c++, platform: windows
测试9 (2)
- 创建一个二叉树并对其初始化,先根中根后根遍历(The two forked tree was created and initialized, and the heel of the root was traversed)
二叉树
- 二叉树的前、中、后、层次遍历的递归算法。其中包括构造二叉树链式存储的算法。(A recursive algorithm of traversing the front, middle, post and level of two forked trees. It includes the algorithm to construct two forked tree chain storage.)
二叉排序树的建立查找插入和删除
- 二叉树的建立,插入,以及排序的完整实现。(The establishment of the two fork tree, insert, sort and complete implementation.)
二叉树遍历操作
- 本代码采用c/c++语言,描述了二叉树的先中后序遍历及深度(This code uses c/c++ language to describe the first and middle traversal traversal and depth of two binary tree.)