资源列表
erchashuzuichanglujing
- 本程序实现求二叉树的最长路径,输出该二叉树的最长路径数目以及该路径上的各节点-Binary tree for the program the longest path, the output of the binary tree the number of the longest path and the path of each node
gezhongbianlisuanfa
- 各种二叉树的遍历算法,一共有9种,包括是先序遍历递归算法,非递归算法一,非递归算法二,同样后序,中序遍历也各有三种,很用心,都有注释,希望有所帮助-All kinds of binary tree traversal algorithm, a total of nine kinds, including the first recursive traversal algorithm, a non-recursive algorithms, non-recursive algorithm for
gezhongpaixu
- 各种排序算法,包括希尔排序,冒泡排序,插入排序,选择排序等,程序通俗易懂,每种排序函数都有相应的英文名,一定会对您有所帮助-Various sorting algorithms, including the Hill to sort, bubble sort, insertion sort, selection sort, etc., the program user-friendly, each function has to sort the corresponding English na
kuaipaishengxu
- 一个快速排序的源代码,不但有源码,还有详细的解释,相信您看了之后一定会对快排有更进一步的了解,以后用快排也会得心应手-A quick sort of source code, not only source, as well as a detailed explanation, I believe you will read soon after the row must have a better understanding of the future schedule will be eas
wyw
- 这是哈尔滨工业大学acmOJ的源代码,全部可以ac,是我3年来做的,为AC新手们进门使用,是珍藏版-This is the Harbin Institute of Technology acmOJ source code can all be ac, do my 3 years, and for the novice to the door using the AC is Edition ... ...
avl_Tree
- 一个用C++实现的平衡二叉树算法,实现了高度、平衡度、父子节点等-A use of C++ to achieve a balanced binary tree algorithm, to achieve a high degree of balance, such as father and son nodes
C_suroce
- 链表.栈等数据结构的C实现,常用查找的C实现!
BTree
- 用C++实现的一个二叉树模板类,包括一些基本的操作-Using C++ to achieve a binary tree template classes, including some of the basic operation of
pack
- 背包问题专项训练 动态规划算法 有题目的C++解法-Knapsack problem dynamic programming algorithm C++ Solution
maopao
- 数据结构中的一个实验报告的源程序:交换冒泡排序算法源代码-Experimental data on the structure of the procedure: the exchange of Bubble Sort Algorithm
other
- 设计一个算法,对于给定的二叉树中2 结点返回它们的最近公共祖先。 对于给定的二叉树,和二叉树中结点对,编程计算结点对的最近公共祖先。-To design an algorithm of the binary tree for a given node in the 2 to return to their ancestors in public. For a given binary tree and binary tree of nodes that the programming of
HuffmanCode
- 哈弗曼编/译码程序源代码,可以由用户读入哈弗曼树,也可以从文件读入哈弗曼树-HuffmanCode Encode/Decode