资源列表
Classic-algorithms-of-the-sort
- 这是本人在研一上课时所整理的文档,包括冒泡排序,直接插入排序,直接选择排序,希尔排序,归并排序,快速排序和堆排序这七种常用的排序方法,这些文章不仅使我在考试中取了不错的成绩,也为后来顺利面过迅雷,腾讯,微软打下了良好的基础,现在整理成电子书形式,希望能对大家有所帮助。-This document is a I finishing Kenichi class, including bubble sort, insertion sort, direct selection sort, shell s
RsaDelphi
- 用delphi实现RSA加密算法的例子。-Example of the RSA encryption algorithm with delphi.
BiaoDaShi
- 对于数据结构上的表达式的练习,内容都是些自己课堂上练习的,或者是老师发的源代码!-Expression exercises on data structures, all own practice in the classroom, or the teacher handed out the source code!
ShunXuBiao
- 用c语言编写的对于数据结构上的,顺序表的练习,内容都是教师上课发下来的源代码!-C language for data structure, the order table exercises, the contents are school teachers down the source code!
Document-ranking-algorithm
- 以前的算法是根据点击数目来排行,有很多不足的地方,比如没有考虑时间因素,没有考虑用户对其的推荐等因素,我打算以文章浏览次数,评论次数,引用次数以及文章的日期来生成。把用户的评论数目作为推荐次数,文章的发表日期到今天的时间做为时间因素。 1条评论和100次浏览有相同积分。 1条Traceback等于2条评论的积分。评论和引用的增长是线性的。 浏览次数增大,取得的积分以开平方根的方式增长,即数字越大,变化越小。 文章的日期做为负积分,以指数方式增长,越老的文章,会变为
program
- 本篇文档介绍了C++许多算法的源代码,非常有利于C++的练习-This document introduces the c++ many kinds of algorithm source code, very conducive to c++ practice
dfs
- 通过位运算实现可输入数据的八皇后运算问题-By bit arithmetic the eight queens operator input data
FibonacciHeap
- 斐波那契堆 学<<数据结构与算法分析in C>>这本书的时候写的-Fibonacci heap
KDTree
- K叉树 < 数据结构与算法分析in C> -K-tree Data Structures And Algorithm Analysis in C
RedBlackTree
- 红黑树 数据结构与算法分析 in C 书中的算法-Red-black tree Data Structure And Algorithm Analysis In C
PairingHeap
- 配对堆 数据结构与算法分析 in C 按照书中算法实现-Pairing heap Data Structure And Algorithm Analysis In C
DoubleQeueu
- 双端队列 数据结构与算法分析 in C 按照书中描述实现-Deque Data Structure And Algorithm Analysis In C
