资源列表
hfms
- 哈夫曼算法 哈夫曼树的存储和哈夫曼编码的存储 哈夫曼树的结点数-Huffman Huffman algorithm Huffman tree storage and storage nodes Huffman tree
yrh3
- 链表的创建及插入、删除操作 主函数通过调用创建、插入、删除用输出函数完成链表的基本操作-The creation of the list and insert, delete operations by calling the main function to create, insert, delete, list with the output function to complete the basic operation
yrh5
- /三元组算法实现(参见数据结构12-13页) //本算法在turbo c2.0及Bc++3.1下编译通过 -/ Triple algorithm (see the data structure 12-13)// this algorithm turbo c2.0 and compiled by Bc++3.1
QuickSort
- 快速排序程序,按从小到大排序。运行后,先输入待排序的数字个数,然后再输入待排序数字。-Quicksort program, sort by small to large. Running, enter the number of digits to be sorted, and then enter the number to be sorted.
MD5
- md5加密算法c语言实现,具体的一个MD5实现-md5 encryption algorithm c language, the specific implementation of a MD5
yuesefuhuan
- 在控制台下实现约瑟夫环。编号为1,2,3,……,n 的 n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值 m,从第一个人开始按顺时针方向自1开始报数,报到 m时停止报数。报m的人出列,将他的密码作为新的 m 值,从他在顺时针方向上的下一个人开始重新报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-failed to translate
edelweiss
- 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
178c
- 178个经典C语言编写的各种算法代码,用C语言写的控制台程序-178 classic variety of algorithms written in C code, console application written in C language
guibingpaixu
- 基于分治思想的归并排序算法简单实现,使用C++编写.-Based on Divide and Conquer simple implementation of merge sorting algorithm, written using C++.
bintree
- C++实现求二叉树的深度(递归·非递归)·遍历(递归,非递归)-C++ realization for binary tree depth (recursion · the recursive) · traversal (recursion, the recursive)
hashu[1]
- 以前序建立一颗二叉树,并以中序、后序遍历,求深度和叶子节点-Before the establishment of a binary sequence, and in order, postorder traversal, seeking depth and leaf nodes
graph
- 以邻接矩阵或是邻接表作为存储结构建立一个无向图,进行深度或广度遍历,输出遍历序列-Adjacency matrix or adjacency list to store the structure as a undirected graph, the depth or breadth traversal, output traversal sequence
