资源列表
4-9-motor-refueling
- 4-9 motor refueling.算法设计与分析 课后答案 算法实现题4-9-4-9 motor refueling
Dijstra算法
- Dijstra算法求无向图的最短路径,用10个结点的无向图为例,路径的起点可选择
chsword-Queue
- 自写的C语言队列的代码,include后可以直接使用-since written in C language code cohort, include direct access after
jos
- 利用单向循环链表模拟此过程,按照出列的顺序打印出各人的编号。
Dijkstra
- Dijkstra算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra' s shortest path algorithm is a typical routing algorithm used to calculate a node to all other nodes in the shortest path.
KNIGHT
- knight and pawn problem
Josephus
- 此代码能够利用循环链表解决约瑟夫问题并且为c++代码-This code can solve the Josephus problem using circular linked list and for the c++ code
data.txt
- C4.5算法源码,c4.5是ID3算法的改进,本资料十分全,希望对大家有帮助-C4.5 algorithm source code, c4.5 ID3 algorithm is improved, the information is very full, we want to help
1
- 很简单、绝对可以通过的,C语言写的 哈夫曼树后序遍历-Very simple and it can definitely adopted, C language to write the Huffman tree traversal
maopaopaixu
- 冒泡排序的代码 希望大家喜欢,是关于冒泡排序的-Bubble sort code hope you like it, is about the bubble sort
PSO
- PSO算法,在实验室matlab7.9环境运行过,主要是做LED灯光强度试验的-PSO algorithm running in the laboratory, matlab7.9 environment, mainly to do LED light intensity test
Connect-Set
- 网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-06-图1 列出连通集 给定一个有NNN个顶点和EEE条边的无向图,请用DFS和BFS分别列出其所有的连通集。假设顶点从0到N− 1N-1N− 1编号。进行搜索时,假设我们总是从编号最小的顶点出发,按编号递增的顺序访问邻接点。-Given a free E N vertices and edges of the graph, please list the set of all of its communicat