资源列表
shujujiegou
- 课程设计报告,数据结构课程设计报告格式,希望对大家有帮助-Curriculum design, curriculum design, data structure report format, we hope to help
Find
- 实现了一些基本的查找算法有顺序查找、折半查找、二叉排序树上的查找算法-Look to achieve some basic sequential search algorithm, binary search, binary tree search algorithm sorting
queen
- N皇后问题是算法中回溯法应用的一个经典案例 回溯算法也叫试探法,它是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。 -N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is a systematic method for solvi
taskschedule
- 采用贪心算法中的拟阵思想来解决cpu进程调度问题,最小化惩罚-Use greedy algorithm to solve Matroid thought process cpu scheduling problem, minimize punishment
Selection-Sort
- 选择排序,随机生成500个随机数,并用选择排序对着500个数进行排序-Selection sort, randomly generated 500 random numbers, sort and select Sort facing the 500 number
tree-hfut
- 合肥工业大学数据结构试验五树和森林 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>将一棵树(或森林)转换为二叉树。 <2>求森林的高度。 <3>按层次方式遍历森林。 <4>输出一个森林中每个结点的值及其对应的层次数。 <5>输出一个森林的广义表形式-Hefei University of the data structure test five t
shortway
- 求最短路径程序的。在visual c++6.0下打开。-The shortest path program. In visual c++6.0 to open.
wordtransformation
- wordtransformation游戏 wordtransformation就是看一个word能不能每次只变化一个字母,通过k次,转变成另一个word,例如full-foll-fool,full就通过三步转为fool,输入一个word,输出转化的步骤-Let us consider the following puzzle called a word ladder. Transform the word “FOOL” into the word “SAGE”. In a word la
CorssRiver
- 有N个传教士和N个野人要过河,现在有一条船只能承载K个人(包括野人),K<N,在任何时刻,如果有野人和传教士在一起,必须要求传教士的人数多于或等于野人的人数。 用A*算法实现。-N and N have a savage missionary to cross the river, there is now a boat can only hold K individuals (including Savage), K <N,在任何时刻,如果有野人和传教士在一起,必须要求传教士的
hffuman
- 哈夫曼算法的具体实现 及实验报告 数据结构课程设计 高效算法-good
guangyibiao
- 广义表节点替换,将广义表中某节点替换为指定节点-The generalized table node Replacement replace a node in the generalized table for the specified node
实验(1)
- 数据结构实验一,模仿打印机,排队等候,输出结果(data program Data structure experiment First, imitate the printer, wait in line, output the result)
