资源列表
Best-service-order
- 思路是最短服务时间优先,先将服务时间排序,然后注意后面的等待服务时间既包括等待部分,也包括服务部分。-The idea is shortest service time priority, first service time Sort, then pay attention to the back of the waiting time both waiting for the part, and also includes the services section.
Optimal-scheduling
- 最佳调度,算法分析中很重要的一种处理方法,通过比较最终数值大小,得出结果-Best scheduling algorithm analysis an approach by comparing the final value of the size, the results
Backtracking
- 回溯法,根据解空间树的结构,判断出结果集,不足之处还请指出-Backtracking, according to the tree structure of the solution space, determine the result set, inadequacies also please indicate
1
- 猴子选大王是数据结构中关于链表的一个经典的算法问题,比较实用,用C++实现-The monkey king election is the algorithm on a classic linked list data structure, more practical C++ to achieve
Symbol-triangle
- 符号三角形问题,共同学习研究,有不足之处还请指出-Symbol triangle problem, common study, also requested the inadequacies pointed out
Nqueens
- 求解N皇后的问题,希望提出宝贵的意见,共同进步-Solving the N-Queens problem, I hope for their valuable comments
BinarySearch
- 二叉树查找算法C++实现,在VS2010运行环境下调试运行通过-binary search c++
QuickSort
- 快速排序算法源代码使用C++实现,调试并运行通过-QuickSort C++
ev
- Operators matrices c#- operator matrix c#
internal-sorting
- 内部排序,数据结构里典型的编程题,包含常见的排序方法-Typical programming problems, internal sorting, data structures contain a common sort method
Josephus
- 约瑟夫环,数据结构里典型的编程题,有具体的c语言实现-Josephus, data structures typical programming questions, specific c language
Tautologies
- 重言式,数据结构里的典型编程题,c语言代码,有具体的实现-Tautologies, data structures typical programming questions, c language code, specific implementation
