资源列表
[数据结构常用算法] Matlab_DFS_Maze_All_Solutions
说明: 本函数用深度优先遍历(回溯法)来求解迷宫的所有路径 maze:是迷宫矩阵,其中0表示可以去走的路 1表示障碍 2表示入口 3表示出径 5表示路径-Road this function with a depth-first traversal (backtracking) to solve the maze path maze: a maze matrix, where 0 means you can go to go 1 shows the obstacle<冰冰> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] integration
说明:用链表作为数据结构对多项式进行单重积分或双重积分-use link list as the data structure to do the single integrate or double integrate<shaoyun> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] yy
说明:把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &<yejunjian> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] internal-sorting
说明:内部排序,数据结构里典型的编程题,包含常见的排序方法-Typical programming problems, internal sorting, data structures contain a common sort method<付涛> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] FW
说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path between vertices given weighted g<liming> 在 2025-06-17 上传 | 大小:1kb | 下载:0