资源列表
[数据结构常用算法] C-100excesices
说明:c语言100实例和教程,应用于c语言基础学习的参考含线性表,数组,队列,堆栈,广义表,递归,图,排序等。-C 100 examples and tutorials, used in c language foundation study reference including linear table, array, queue, stack, generalized table, recursion, figure, sort, etc.<李阳是帅哥> 在 上传 | 大小:194kb | 下载:0
[数据结构常用算法] huffmantree
说明:哈夫曼编码,建立树形结构,通过每个节点的权值对每个节点进行0101标注,进行编码,类似于发电报时的编码。-Huffman coding, the establishment of the tree structure, and 0101 marked by the weight of each node for each node is encoded, similar to a telegram When encoding.<曹辉> 在 上传 | 大小:658kb | 下载:0
[数据结构常用算法] dictionarytree
说明:又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot<曹辉> 在 上传 | 大小:2.98mb | 下载:0
[数据结构常用算法] Book-Essentials-of-Metaheuristic
说明:计算机科学的两大基础目标,就是发现可证明其执行效率良好且可得最佳解或次佳解的算法。而启发式算法则试图一次提供一或全部目标。 例如它常能发现很不错的解,但也没办法证明它不会得到较坏的解;它通常可在合理时间解出答案,但也没办法知道它是否每次都可以这样的速度求解。-Book-Essentials of Metaheuristic<王登华> 在 上传 | 大小:4.19mb | 下载:0
[数据结构常用算法] Binary-search-tree
说明:一个二叉搜索树的程序,包含二叉搜索树的插入、删除、查找等基本操作-A binary search tree program, including the binary search tree insert, delete, find the basic operations s<武江伟> 在 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Merge-sort
说明:一个归并排序函数代码,用归并的思想对某一数组进行排序,可以被直接调用来使用-A merge sort function code, by merging thought of a sort an array, can be called directly to use<Loben> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Binary-tree
说明:二叉树的各种算法,包括二叉树的创建,插入,删除,求深度等-A variety of binary tree algorithm, including the creation of a binary tree, insert, delete, and depth,and so on<Loben> 在 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Huffman-tree
说明:利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu<Loben> 在 上传 | 大小:1kb | 下载:0