资源列表
tongyu
- 信安大赛中写的初步算法同余算法,用来判断两个数是否同余-Principal contest to write the initial algorithm congruence algorithm used to determine whether the two numbers with I
Europe-by-Rail
- 欧洲游【Dijkstra(迪杰斯特拉)算法】,典型的单源最短路径算法-Europe by Rail
Huffman_and_Data_Compression
- 用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
data-structure
- 严蔚敏《数据结构习题集(C版)》答案.chm-data structure
poj1141
- POJ 1141题目源码+源码 题意: 给你一段 括号序列 让你输出 一个最小的让括号合法的序列 黑书上 有将 思路 : dp[a][b] 代表 a b 之间 最小的需要填加序列数目 a==b时 dp[a][b]=1 a>b时 dp[a][b]=0 s[a] 与s[b]配对时 dp[a][b]=dp[a+1][b-1] 否则 dp[a][b]=min(dp[a][k],dp[k+1][b]) a<=k<b 记录路径采用 一般DP记录路径
Lab3
- enhanced pwm sin wave
listlink
- 这是学习数据结构过程中最基本的链表源代码-This is the basic process of learning data structure linked list source code
stack
- 数据结构学习中最基本的数据结构栈,以链表的方式实现-Data structures, stack, linked list of ways to achieve
SortedBinaryTree
- 数据结构二叉树,子类二叉排序树,实现一个小的电话目录功能-Data structures binary tree, the subclass of binary sort tree, a small telephone directory
saddle
- C++数据结构学习中的向量类,来求出矩阵的鞍点-Vector class in C++ data structures to learn to find the saddle point of the matrix
cysf
- 编程时会经常使用的算法代码,用c语言描述-program method
SortedList
- Example to show how to create and sort a List
