资源列表
fenzhi
- 分治法源码,01背包问题,经典的01背包问题-Divide and conquer source, 01 knapsack problem
Simplex
- C语言求解单纯型算法,里面包括文件的相关说明。-C type for solving simplex algorithm
paixu
- 对排序算法的一些总结。(选择,快速,插入,shell,归一排序等等)。希望有心人能总结得更全。-Summary of some of the sorting algorithm. (Selection, speed, insert, shell, normalized sequencing, etc.). More caring people can sum up all hope.
IsTautology
- 用后续遍历的方法对对重言式进行判断~~没有使用树,只是类似的一个概念。-is Tautology?we use Follow-up traversal to figure it out.
palindrome_mem
- 包含了回文还有内存分配的基本函数,源码内含注释,可供读者理解。-Also contains a palindrome basic memory allocation functions, source code containing notes, for readers to understand.
xueshengchengjiguanli
- 学生成绩管理系统 C语言课程设计(非计算机专业)很简单-Student achievement management system C language curriculum design (non-computer professional) is very simple
ChooseSort
- 选择排序程序 本程序采用当前比较好的选择排序算法 使得算法的复杂度下降
philosopher
- 经典的哲学家就餐问题的C语言版本
data_structure2
- 5、顺序栈 SeqStack.h Test.cpp 6、链式栈 StackNode.h LinkStack.h Test.cpp 7、顺序队列 SeqQueue.h Test.cpp 8、链式队列 QueueNode.h LinkQueue.h Test.cpp -5, the order of the stack SeqStack.h Test.cpp 6, chain stack StackNode.h LinkSta
Graph_Linked_BFS
- source code to implement breath first scanning usimh link list in java
paixu
- 实现冒泡,快速,希尔排序法。并计算,比较他的次数。-Achieve bubbling fast shell sort. And calculate, compare the number of times.
Josephus
- 解决Josephus的问题,来自于poj上的一个题目。-Josephus solve problems a subject poj on.
