资源列表
Huffman
- 哈夫曼编码和解码,利用文件输入进行哈夫曼编码并解码到文件-Huffman coding and Decoding
zuiduanshengcengshu
- 最短生成树的Prim算法,输入邻接矩阵,输出最短路径。(离散数学的最短生成树程序实现)-Shortest spanning tree the Prim algorithm of input adjacency matrix, output shortest path. (Discrete Mathematics shortest spanning tree program)
Distributed-Algorithm
- 分布式算法相关资料合集。这里面包含本人翻译一个国外比较经典的分布式书籍,一个本人无聊用富二代和屌丝来追女生来讲解投标算法和时间戳算法的例子和本人学习分布式算法的资料。如果你想学分布式,这个资料由浅入深挺不错的。-Distributed Algorithm
sssstudentsm
- c++,学生管理系统,c++的作业,同学共享的。-c++, student management system, c++ jobs, students shared.
dancinglinks
- 十字链表,解决数独的神器。dancing links-dancing links
data
- 线段树,非常基础的数据结构,解决很多题目有妙用,这是二维线段树-a very basic data structure
suffix
- 后缀数组,解决字符串问题的一种重要的基础的算法-Suffix array, resolving string issues an important basic algorithm
hdu3666
- hdu 3666的解题报告,是一题差分约束的经典题目-solution to hdu 3666
pku3208
- pku 3208 的解题报告,是一道经典的AC自动机题目。-solution to pku 3208,it is a very good problem。
pku2187
- pku 2187 的解题报告,是一道基础的数学几何题目,选择卡壳法。-solution to pku 2187,it is a very ordinary problem。
code
- 完成二叉树、AVL树、Splay树的操作,并比较这三种树在插入删除一连串元素时的效率-Compare the performances of a sequence of insertions and deletions on Binary search tree, AVL tree, Splay tree.
K-Means
- 给定数据文件,实现k-means算法聚类。-A given data file,get the k-means algorithm clustering.
