资源列表
USACO-chapter1-section5
- 美国信息学竞赛网站training的第一章的第五板块的源码!-usaco copmupting system,a good place to practice your algorithm!And these codes will help you to get better!
15algorithms
- 15中算法集合,数论算法 图论算法 高精度计算等-15algorithms, graph theory algorithm algorithm for high-precision calculations
Sort_template
- c/c++各种排序算法模板,提高程序员编码效率。-C/C++A variety of sorting algorithms template
Greatest-common-divisor-algorithm
- 求最大公约数C语言的基本算法,C语言基础学习。-Greatest common divisor algorithm
Queens-problem
- 基于C语言皇后问题编程,对于大学里面刚接触C语言的学弟学妹希望有帮助。-Queens problem
LCS
- 最长公共子序列的算法实现。基于动态规划的丝线实现的算法-The longest common subsequence algorithm. Realization of the algorithm based on dynamic programming thread
priority_queue
- 优先队列的使用使用优先队列,首先要包函STL头文件"queue",以一个例子来解释吧(呃,写完才发现,这个代码包函了几乎所有我们要用到的用法。-The use of priority queue using a priority queue, we must first package the letter STL header file "queue", an example to explain it (uh, finished only to find the code package l
QUICKSORT
- 描述快速排序,一个简短的算法程序,将一维数组中的元素由小到大排序-QUICK Sort
BTreeChange
- 实现二叉树左右子树交换,先建立二叉树,打印输出,再将左右子树交换输出-Realize the binary tree son exchange about the tree
Sort_Cmp
- 比较快速排序和冒泡排序的时间消耗,随机产生输入范围内的数交分另排序,比较两者用的时间-More quick sort and bubble sort of time consumption, randomly generated within the scope of the input into the other sort several points, compared with both of the time
BtreeOrder
- 二叉树的遍历,实现二叉树的前序、中序、后序遍历,包含递归和非递归算法-Binary tree traverse, realize the binary tree before, in order of sequence, after traverse sequence, including recursive and the recursion algorithm
maze
- 用VC6.0编写的生成和求解迷宫的程序,利用堆栈实现,代码比较简单,可以用来参考。-Written by VC6.0 generate and solve the maze procedure, and use the stack, the code is relatively simple, can be used to refer to.
