说明:kruskal算法
用于计算最短路径的基于最小生成树的算法-kruskal used to calculate the shortest path algorithm based on minimum spanning tree algorithm <> 在 2025-07-18 上传
| 大小:6kb | 下载:0
说明:莫顿编码
是根据数组的行和列的二进制数值,呈Z型编码的程序-Morton code is based on the binary value of row and column array, was Z-coded program <> 在 2025-07-18 上传
| 大小:17kb | 下载:0
说明:笛卡尔乘积算法,计算两个集合里的数值的笛卡尔乘积-Cartesian product algorithm to calculate the values in the two sets of Cartesian product <> 在 2025-07-18 上传
| 大小:5kb | 下载:0
说明: 数独是一种运用纸、笔进行演算的逻辑游戏。玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、每一个粗线宫内的数字均含1-9,不重复。要求使用合适的数据结构和算法,求解出所有剩余空格的数字。
【输入形式】
输入为9X9的二维数组,每个数字均为0-9之间的数字,其中0表示该位置的数字为未知。
【输出形式】
输出为9X9的二维数组,每个数字均为1-9之间的数字,满足数独
-Sudoku is a use of paper, pen cal <star> 在 2025-07-18 上传
| 大小:2kb | 下载:0