资源列表
material
- 福大算法与数据结构题目material,包含源代码和题目pdf-Charms algorithms and data structures subject material, contains the source code and title pdf
zoj1027
- 这是zoj1027代码,求串的相似度,里面有注释-This is zoj1027 code and string similarity inside a comment
Joseph-problems
- 约瑟夫问题的一种描述为,编号为 1,2,3,……n 的n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1 开始顺序报数,报到m 时停止报数。报m 的人出列,将他的密码作为新的m 的值,从他在顺时针方向上的下一个人开始重新从1 报数,如此下去,直至所有的人全部出列为止。试设计一个程序求出出列顺序。-Joseph problems for a descr iption, number 1,2,3,......N n indi
Huffman
- 1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre
Standart-CinOUT
- Realisation of CinOut.
lianbiao
- 本程序主要是让初学数据结构的朋友借鉴之用,这里使用的是链表,希望能给朋友们些许帮助。-This procedure is mainly used for beginner data structure from a friend, here is the list, I hope to give a little help from my friends.
SSD5
- ssd5十分详细的解答 实验1-6都有详尽代码 十分易懂-ssd5 very detailed answer each experiment has a detailed code is very easy to understand
Tree
- 1、 编写程序按先序次序和中序次序,确定这棵树二叉树。 2、 输出这棵树的后序序列。 (树的节点数目不超过100) -1, write a program to determine the order of the first order and sequence order tree binary tree. 2, the output of this tree postorder sequence. (The number of nodes of the tree does no
portfolio-problem
- 企业已拥有定量资金,准备投资,有多个可供投资的项目,并可预知可供投资的项目的资金需求和投资回报率,求回报率最大化的投资组合。运用队列实现。-The companies already have quantitative funds are prepared to invest more available for investment in the project, can predict the demand for funds available for investment project
merge
- 二路归并算法的简单实现,依次输入数据总数和数据元素即可得到排序结果-Merging the simple implementation of the algorithm, followed by the total number of input data and data elements to sort results
Multi-machine-scheduling-algorithm
- 多级调度算法,做出来仅供参考学习,语言是C-this is a Multi machine scheduling algorithm just for reference and learning, used language is C++
Bitreesearch
- 算法设计与分析 实验 构造二叉排序树。进行中序遍历显示树的数据 包括主类和二叉树类和排序算法-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithms
