-
用邻接矩阵的形式实现了求有向图的强连通分量。
用邻接矩阵的形式实现了求有向图的强连通分量。-Adjacency matrix with the form of a demand directed graph strongly connected component.
- 2022-03-25 04:58:54下载
- 积分:1
-
数据结构和算法中文第二版源代码程序打包下载
数据结构和算法中文第二版源代码程序打包下载-Data structures and algorithms second edition of the Chinese package download the source code program
- 2023-03-27 02:40:03下载
- 积分:1
-
single Chain method, a very simple procedure, but it is a must to beginners
单链表的实现方法,很简单的程序,但是是入门者的必经之路-single Chain method, a very simple procedure, but it is a must to beginners
- 2022-03-26 05:10:11下载
- 积分:1
-
合并排序给出一组整数和另一个整数,确定是否是O。
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.-merge sort give a set of S n integers and anot her integer x, determine whether or not there exits two elemen ts in S whose sum is exactly x.
- 2023-04-27 20:45:04下载
- 积分:1
-
八 方块移动游戏要求从一个含8个数字(用1
八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为:
8 0 3
2 1 4
7 6 5
目标状态为:
1 2 3
8 0 4
7 6 5-Eight-box requirements of mobile games from one containing eight numbers (1-8 with express) the box, as well as a space box (with 0) of the 3x3 matrix of the initial start, and constantly move the box to make space its adjacent box and swap until they reach their defined target state. Spaces in the middle position box has the upper and lower, left and right direction of four removable, in the four corners there are two directions can be mobile, in other locations has three movable direction. For example, suppose a 3x3 matrix of the initial state as follows: 803,214,765 target state as follows: 123,804,765
- 2022-03-22 21:44:29下载
- 积分:1
-
数据结构(C++版)的演示程序,详细演示归并排序的具体调用过程...
数据结构(C++版)的演示程序,详细演示归并排序的具体调用过程-data structure (C++ version) demonstration program, a detailed presentation of specific merge sorting process called
- 2022-01-26 01:48:42下载
- 积分:1
-
网吧的基本操作都可以,包括刷卡,上下机等
网吧的基本操作都可以,包括刷卡,上下机等-Internet cafes can be basic operation, including credit card, from top to bottom, etc.
- 2023-01-12 07:45:04下载
- 积分:1
-
数据结构中分块查询算法,开发环境Vc++6.0.基于山东科技大学算法设计与分析课本...
数据结构中分块查询算法,开发环境Vc++6.0.基于山东科技大学算法设计与分析课本-data structure carved block inquiries algorithm development environment Vc 6.0. Shandong University of Science and Technology based on the algorithm design and analysis of textbooks
- 2022-08-09 04:46:44下载
- 积分:1
-
链表实现
应用背景C语言实现链表...(包含完整注释,使用链表结构可以克服数组链表需要预先知道数据大小的缺点,链表结构可以充分利用计算机内存空间,实现灵活的内存动态管理。但是链表失去了数组随机读取的优点,同时链表由于增加了结点的指针域,空间开销比较大。链表最明显的好处就是,常规数组排列关联项目的方式可能不同于这些数据项目在记忆体或磁盘上顺序,数据的存取往往要在不同的排列顺序中转换。链表允许插入和移除表上任意位置上的节点,但是不允许随机存取)关键技术包含初始化链表函数、检测链表是否为空函数、清空链表函数、查找第i个元素函数、查找与e相同元素函数、在制定位置插入元素函数、删除指定元素函数、获取链表长度函数
- 2022-01-26 07:24:05下载
- 积分:1
-
我写的数据结构小程序是关于排序算法的,功能比较全
我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
- 2023-03-30 03:10:04下载
- 积分:1