资源列表
quickSortApp
- 对经典的递归快速排序采用选择法和栈进行优化,提高了算法的运行效率,使得对快速排序的理解更加深入。-The classical recursive quick sort and stack using the selection method to optimize and improve the operating efficiency of the algorithm, such that for more in-depth understanding of quick sort.
bigNumMult
- 计算1万位以上的大整数乘法,有蛮力法和分治法-Calculation 10,000 more than the large integer multiplication with brute force method and the divide and conquer
插入排序
- 插入排序是很多排序中的一种,又分为直接插入、折半插入、希尔排序。
c
- 运用贪心策略实现多机调度问题(c语言版)-Using the greedy strategy to realize multi machine scheduling (C language version)
shujujiegoukejian
- 数据结构重要课件,介绍了所有数据结构课程的相关算法原理-Important courseware data structure, this paper introduces the principle of all relevant algorithm of data structure course
xiti
- 数据结构习题,与课本内容配套使用,能够极大的辅助学习-Data structure problem sets, and textbook content, greatly assisted learning
BiTree
- 二叉树的实现,根据输入序列自动生成一颗二叉树,可以对生成的二叉树进行遍历和增删节点!-Binary tree implementation, based on the input sequence automatically generates a binary tree, you can generate a binary tree traversal and deletions node!
erfge
- C++源代码单词扫描程序,编译原理的 实验-C++ source code word scanner
rumen
- 关于ACM模板的差不多全部记录,仅供学习和参考-ACM template on almost all records, learning and reference purposes
strassen
- Java实现Strassen大矩阵乘法,内有说明文档-Big Java implementation Strassen matrix multiplication, there are documented
SumSubset
- 子集和为定值的算法,回溯算法的经典应用,求职必备-Subset for the fixed value of the algorithm, backtracking algorithm
banker
- 银行家算法,死锁避免,资源拒绝分配,操作系统-Bankers algorithm, deadlock avoidance, resource allocation rejected the operating system
