资源列表
[数据结构常用算法] the-Josephus-problem
说明:利用建立双向循环链表来解决约瑟夫环的问题-Doubly linked list to solve the Josephus problem<aiguo> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] danlianbiao
说明:实现数据结构头文件,实现数据的转置等相关功能。-Data structure to achieve the header file<王泽民> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 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-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] integration
说明:用链表作为数据结构对多项式进行单重积分或双重积分-use link list as the data structure to do the single integrate or double integrate<shaoyun> 在 2025-06-15 上传 | 大小: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-15 上传 | 大小:1kb | 下载:0