资源列表
sort
- 各种排序算法,快速排序,选择排序等,比较适合初学者-Various sorting algorithms
discrete_structers_uyg1
- Algorithm for sets union,intersection with calculetor user interface
tanxinsuanfa
- 讲述贪心算法的原理和算法过程,其中还有贪心算法的源码-Greedy algorithm principle and algorithm of process, including the source code of greedy algorithm
trip
- 帮助旅行者计算出,在他所能够承受的金额内,他从起点到目的地所需要经过的最短的旅行距离。 -To help travelers to calculate, within the amount he can afford to, he will need from starting point to destination through the shortest distance of travel.
conint
- 对于给定的n个正整数,请找出一种最佳的接力方式,使得采用该接力方式得到的正整数最大。 -For a given n positive integers, find a best way of relay, makes an integer is obtained by way of the relay is the largest
divi
- 给出a和b,若找到的a和b之间约数个数最多的数是,并输出。 -Given a and b, if find a few number between a and b number is up, and the output.
egypt
- 把给定的分数分解成多个埃及分数之和 埃及分数:分子为1的分数。 -The sum of the given scores into multiple scores of Egypt Egypt score: molecular 1 score.
ReplaceFunction
- 实现一个简单的字符串替换程序,需要三个参数,原字符串,被替换的字符串,替换的字符串-Implement a simple string replacement procedure requires three parameters, the original string, the string is replaced, the replacement string
Dijkstra-algorithm
- Dijkstra 算法 使用c++实现 测试可用-Dijkstra algorithm c++ available to achieve the test
Traveling-salesman-problem
- 货郎担问题,最短路径算法,使用c++实现-Traveling salesman problem using the shortest path algorithm data structure to achieve c++
Banker-algorithm
- 避免死锁(Deadlock)的银行家算法,使用C++实现,测试可用-Avoid deadlock (Deadlock) bankers algorithm, using C++ implementation, testing available
FCFS-SJF-algorithm
- 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
