资源列表
upload
- 羽毛球队有男女运动员各n 人。给定2 个n×n 矩阵P 和Q。P[i][j] 是男运动员i 和女运动员j 配对组成混合双打的男运动员竞赛优势;Q[i][j] 是女运动员i和男运动员j 配合的女运动员竞赛优势。由于技术配合和心理状态等各种因素影响,P[i][j]不一定等于Q[j][i]。男运动员i 和女运动员j 配对组成混合双打的男女双方竞赛优势为P[i][j]*Q[j][i] 。设计一个算法,计算男女运动员最佳配对法, 使各组男女双方竞赛优势的总和达到最大。 算法设计: 设计一个优先队
Haffman
- haffman数实现。数据结构代码,可运行,-haffman
tingchechang
- 用c实现停车场,应用数据结构栈,队列结构,附带计时和计费功能-C++program for parking
exam-1-4--5-hanoi
- 关于数据结构这门学科的源代码程序,序列六之一,四,五等。-About data structure of the subject, the source program
Knights-tour-problem
- 用C语言实现著名的骑士巡游问题(用数据结构中的图实现)。-Famous knight tour problem with C language (using the data structure in Figure).
shaozhen
- 我自己写的一个解决约瑟夫环的小程序,对学习数据结构的朋友可能有一些帮助,tc2编译通过-I wrote it myself a solution Josephus small procedures, the data structure of the study may have some friends help compile indexes
oneade
- 一元多项式相加程序,用于完成一元多项式的相加
迷宫 数据结构(C语言版)关于栈与队列
- 迷宫 数据结构(C语言版)关于栈与队列,求迷宫从入口到出口的所有路径,Maze data structure (C language version) on the stack and queue, and the maze from the entrance to the export of all path
142
- 编译原理中的递归下降语法分析器写得不好请凉解-Compilation Principle of Recursive dropped poorly written parser please cooler solution
sort
- 数据结构课程的实验程序,演示了线性表的排序操作,包含多种排序算法,是一个控制台程序。-Experimental data structure course procedures, demonstrated the sort operation of the linear form, contains a variety of sorting algorithm is a console program.
7-27
- 算法分析与设计之7-27(贪心算法)算法实现-analysis 7-27
Graph-DFS-BFS
- graph traversal using bfs and dfs strategy
