资源列表
linkedStack
- C++语言封装了链式栈数据结构,实现了判断栈是否为空、压栈、出栈等函数。-C++ language encapsulates the chain stack data structure to achieve determine whether the stack is empty, push, stack and other functions.
sanfa
- 第二单元 8594 有重复元素的排列问题; 9718 整数因子分解; 11088 整数划分的扩展问题; 17082 两个有序数序列中找第k小 第三单元 8596 最长上升子序列; 10303 数字三角; 11077 最长公共子字符串; 11078 不能移动的石子合并 第四单元 8602 区间相交问题; 11079 可以移动的石子合并 第五单元 8600 骑士问题; 8603 子集和问题; 17085 工作分配
Data_Structure_Code
- 运用基本的数据结构操作,实现简单的功能。其中INVERSE代码实现了一组至多组整形数在单链表中的反序输出操作;mypoly代码实现了多项式在单链表的加减法输出;operation代码实现了利用穿拼接出最大的整形数;括号配对1代码实现了一组至多组括号字符的用顺序栈检查配对情况;身高排序插入代码实现单链表的插入操作。-Using the basic data structure operations to achieve some simple functions. INVERSE code set
C2A6E2_SortValues.cpp
- Sorts values in C++ using arrays
KnightTour
- 数据结构中骑士游历问题的详细代码程序,开发环境为vc6-Data structure detailed code procedures, the development environment knight tour problem is vc6
CPP_STL
- C++标准库参考手册,包括经常用到的数据结构、算法等-C++ standard library reference manual, including the frequently used data structures, algorithms, etc.
hufPP
- this code is used to generate huffman codes
Dijkstra
- Dijkstra算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra algorithm
myApp(1)
- it looks for a member in a population
IFS
- 迭代加深搜索,实质上是限定下界的深度优先搜索。即首先允许深度优先搜索K层,若没有发现可行解,再将K+1后 重复以上步骤搜索,直到搜索到可行解。-Iterative Deepening Search
greedy-algorithm
- 贪婪算法从文件输入一个高精度正整数N,去掉其中任意S个数后剩下的数字按原左右次序将组成一个新的正整数。编程对给定的N和S,寻找一种方案使得剩下的数字组成最小的新数。 输出得到的新正整数 -greedy algorithmEnter a high precision the file is an integer N, remove any of the number of S after the number of the left and right in order to form
QuikSort
- 数据结构与算法导论实验课的实验,实现快速排序-Data Structures and Algorithms Introduction to experiment course experiments, fast sorting
