-
双向约瑟夫问题,利用双向链表实现双向进行的约瑟夫问题
双向约瑟夫问题,利用双向链表实现双向进行的约瑟夫问题-Two-way Joseph problems, using two-way two-way linked to the issue of Joseph
- 2023-04-28 16:05:03下载
- 积分:1
-
拓扑排序c版(数据结构)1.邻接表的实现 2.无环情况
拓扑排序c版(数据结构)1.邻接表的实现 2.无环情况-topological sorting c version (data structures) 1. The adjacent table to achieve two. No part of
- 2022-10-01 01:45:03下载
- 积分:1
-
操作系统――进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。
操作系统――进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system-- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
- 2022-04-12 08:05:34下载
- 积分:1
-
字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构...
字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构-Dictionary tree algorithm, can be very convenient multi-tree, and find very convenient is the design of ACM algorithms commonly used data structure
- 2022-03-18 17:01:48下载
- 积分:1
-
以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算....
以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
- 2022-03-02 19:04:08下载
- 积分:1
-
二叉树算法,如何构造二叉树以及对二叉树的操作
二叉树算法,如何构造二叉树以及对二叉树的操作-BinaryTree
- 2022-10-28 01:05:04下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
约瑟夫环实现
约瑟夫环实现
- 2022-02-07 00:49:01下载
- 积分:1
-
school materials management system
教材管理系统
- 2022-03-10 11:21:33下载
- 积分:1
-
数据结构源码1000例
数据结构源码1000例非常详细;
数据结构源码1000例;
数据结构源码1000例
- 2022-03-20 18:17:28下载
- 积分:1