搜索资源列表
C
- 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
BiTree
- 动态建立二叉树,先序遍历和按层遍历建立二叉树的算法。-Dynamic establishment of binary tree, the first layer traversal and by the establishment of binary tree traversal algorithms.
binary-tree
- c语言描述的数据结构,二叉树的数据结构的抽象数据类型-c language to describe the data structure, binary tree data structure of the abstract data types
Tree
- C语言写的二叉树基本算法,可以用 作数据结构学习的参考资料-C language written in the basic binary tree algorithm
binarytree
- binary tree implementation in C-binary tree implementation in C++
c
- 数据结构-线性表,二叉树的实现(C语言)-Data structure- the linear form, the realization of a binary tree (C language)
a-binary-tree-search-algorithm
- 在对二叉树存储结构进行分析的基础上,介绍二叉树遍历算法的一种应用,即基于求解二叉树深度算法设计实 现的搜索二叉树中最长路径的算法。这里详细介绍了搜索二叉树中最长路径问题的分析解决思路,在对可能的预期结果进 行分析的基础上,给出了算法的设计方案,同时给出了具体的C语言算法描述。-By analyzing the storage structure of binary tree,a kind of application of binary tree traversal algorithm,
traversal-of-binary-tree
- 二叉树的三种遍历的C#实现 能够在.net环境下执行-binary tree traversal traversal of binary tree
binary-tree
- 二叉树也是递归定义的,其结点有左右子树之分,逻辑上二叉树有五种基本形态: (1)空二叉树——(a); (2)只有一个根结点的二叉树——(b); (3)右子树为空的二叉树——(c); (4)左子树为空的二叉树——(d); (5)完全二叉树——(e)注意:尽管二叉树与树有许多相似之处,但二叉树不是树的特殊情形-Binary tree is recursively defined, and its sub-tree nodes are so divided, there are five basic
Balanced-binary-tree
- 手动输入数据,加入到二叉树中,并生成平衡二叉树,对学习C++及数据结构有较大帮助-Manually input data into the binary tree, and generate a balanced binary tree, to learn C++ and data structures have more help
binary-tree
- 这是个有关C语言二叉排序树的简单小小小小程序 -This is a small c language program about binary tree
Pre-order-binary-tree-traversal
- 二叉树的前序遍历:主要运用C语言来实现二叉树的前序遍历算法-Pre-order binary tree traversal
binary-tree-algorithm
- C经典程序_二叉树算法集,希望对初学者有用-Classic binary tree algorithm C program _ set, hope useful for beginners
Binary-Tree-Sort
- 二叉树排序,二叉树的递归调用排序,属于C语言源码-Binary Tree Sort
Balanced-binary-tree
- 基于C的平衡二叉树的建立及其测试,是学习平衡二叉树时不错的案例-build and test the balanced binary tree,is a good time to learn the case of balanced binary tree,based on c
binary-tree
- 基于C的线索二叉树的建立、遍历的测试,是学习数据结构不错的案例-Clues to the establishment of a binary tree, traversal of the test, the data structure is a good case study,based on C.
Sort-binary-tree
- 排序二叉树完整程序代码,C++实现,编译测试通过-Sorting binary tree complete program code, c + + realization, compiled by test
Binary-tree
- 用C语言实验数据结构中的二叉树的建立,先序排列,及统计叶子节点数-Experiments with the C language data structures in the establishment of a binary tree, the first order arrangement, leaf nodes and statistics
Binary-tree-traversal-structure
- 二叉树非递归遍历的源代码 数据结构实验 C语言编程-Binary tree traversal non-recursive data structure of the source code in C programming experiments
BinaryTree
- Binary Tree implemented in Visual C++