资源列表
车厢重排
- 车厢重排,一个c++数据结构习题-compartments rearrangement, a data structure c Exercises
BELLMAN
- program for bellmann ford used in ada in c language
Qsort
- 快速排序方法,简单实用,大家多来看看,已经编译通过-quick sort
order_of_tree
- 使用c语言编写的树的遍历算法,包括前序、中序、后续和层次遍历。-Four tree traversal algorithms, including preorder,inorder,postorder and level traversal.
用动态规划算法思想求最小编辑距离
- 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
lianbiao
- 制作一个单向链表,实现以下功能 可以前向插入 后向插入输入 可以删除数据 可以查询显示数据-The production of a one-way linked list, the following functions can be inserted before the insertion can delete the data input display data available
BUS_BIN
- (estructura de datos) programa en C++ para ejemplificar bus binario
chexiangtiaodu
- (车厢调度代码)问题描述:停在铁路调度站入口处的车厢序列的编码依次为1,2,3,...n。设计一个程序求出可能由此输出的长度为n的车厢序列。ng code-(Car dispatch code) Problem Descr iption: Stop at the entrance to the railway station car dispatch coding sequence followed by 1,2,3, ... n. Design a program may find the l
abc
- 用C++描述链表的创建、插入、删除等操作的源程序代码-lianbiao de caru chanchu
3
- 折半查找,在一组数据中找出某个特定的元素,并按照折半查找的方法寻找-Binary search
test5
- 编写一段程序,使其可以满足一元稀疏多项式的表示以及加法运算功能. 其要求如下: (a) 多项式以指数递增的顺序输入。 (b) 设计的数据结构应有利于表示任意一元稀疏多项式。 (c) 输出的原始多项式及运算结果。 -Write a program so that it meets one yuan sparse polynomial representation and an adder function whose requirements are as follows: (
北京大学POJ-YWing-5001
- 北京大学在线评测系统第5001题YWing