-
最段路径的算法
dijkstra算法,用C++编写
最段路径的算法
dijkstra算法,用C++编写-The dijkstra algorithm path segment algorithm, using C++ to prepare
- 2022-05-14 20:57:28下载
- 积分:1
-
一个程序而已,不过看看也有好处
一个程序而已,不过看看也有好处-a procedure adopted, but it is also good to see
- 2023-07-10 14:05:05下载
- 积分:1
-
利用深度遍历的方法来检查8数码问题是否有解。
利用深度遍历的方法来检查8数码问题是否有解。-use depth traverse method to check whether the eight digital solutions to the problem.
- 2022-09-14 12:35:03下载
- 积分:1
-
线性表的实现是数据中最基本、最简单的结构…
线性表的顺序逻辑结构的实现,线性表作为数据结构中的较为简单的结构,但对它实现的理解是进一步学习的关键.-the implementation of liner table is the most basic and simple structure in data stucture,but it is the best way to learn other data structures.
- 2022-03-11 09:54:08下载
- 积分:1
-
比较六种排序算法,其中包括快速排序,冒泡排序等内容的速度以及空间复杂度。...
比较六种排序算法,其中包括快速排序,冒泡排序等内容的速度以及空间复杂度。-Comparison of the six sorting algorithms, including quicksort, bubble sort etc. the speed and space complexity.
- 2022-04-01 09:09:42下载
- 积分:1
-
约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个...
约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。(有详细注解)数据结构学习的好例子-Joseph ring known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around on a round-table. K from the number of people reported a few, a few of the m out of that person him from one of the next person to start off, a few m to another person out and so the law of repetition until around round-table All of the people out. (Detailed notes) data structure to learn a good example of
- 2023-06-20 15:30:04下载
- 积分:1
-
一种查找数据库中关于一个字符串的匹配的数据结构
一种查找数据库中关于一个字符串的匹配的数据结构-Find a database on a string of matching data structure
- 2022-07-15 08:41:46下载
- 积分:1
-
C++编写的用十字链表的稀疏矩阵相乘
采用来唯一地确定每一个非零元素,其中row、col、value分别表示非零元素在矩阵中的的行
下标、列下表和值。各数组元素的三元组按在原矩阵中的位置以行优先的顺序依次存放。在稀疏矩阵的十字链表
表示中,矩阵的的每一行设置为一个带附加头结点的循环行链表,每一列也设置为一个带附加头结点的循环列链
表。基于三元组及十字链表的稀疏矩阵乘法
- 2023-09-08 23:35:02下载
- 积分:1
-
数据结构课件,学习数据结构的好资料
数据结构课件,学习数据结构的好资料-data structure, data structure learning good information
- 2022-11-06 09:05:03下载
- 积分:1
-
Apriori算法实现频繁项集和关联规则
一共建6个表:
1) 购物表Trade_List(Trade_ID,Product)
2) 频繁一项集Apri
- 2022-05-08 00:30:06下载
- 积分:1