资源列表
[数据结构常用算法] algorithm-of-data-structure
说明:数据结构经典算法源码,包含推箱子、迷宫等小游戏算法-Data structure of classical algorithm source, contains Sokoban maze game algorithm<希罗> 在 2025-06-15 上传 | 大小:31kb | 下载:0
[数据结构常用算法] hjxsrcsarray
说明:提供对动态数组的支持,在内存中程序将数据分块存放, 避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供 了对内部数据的快速索引,大大提高了数据访问速度。-Provide support for dynamic arrays in memory to store program data block, @ Avoiding large memory applications, but also ordinary doubly linked list is differen<free> 在 2025-06-15 上传 | 大小:31kb | 下载:0
[数据结构常用算法] Qt_LST.tar
说明:斯塔纳树算法的图形化表示,利用图形界面显示斯塔纳树的形状,能够通过鼠标事件添加节点/删除节点/移动节点/局部放大等等。开发环境为Qt-Smetana tree algorithm graphical representation, using the graphical interface display Smetana tree shape, can through the mouse events add/delete node/node mobile node/local amplific<terran> 在 2025-06-15 上传 | 大小:31kb | 下载:0
[数据结构常用算法] algorithm-interview-questions
说明:各大公司的算法面试题,包括逆序输出、回文判断、组合问题、随机分配等。-Each big company algorithm interview questions, including reverse output, palindrome judgment, combinatorial problems, stochastic distribution.<德静> 在 2025-06-15 上传 | 大小:31kb | 下载:0
[数据结构常用算法] Maze
说明:利用栈解决非递归迷宫求解的C#算法实现,速度快,算法简明可读性强。是学习数据结构的优秀材料。-The realization of C# algorithm, using the stack to solve the non recursive maze solving fast algorithm is concise, readable. Is excellent learning materials data structure.<buaa_sheng> 在 2025-06-15 上传 | 大小:31kb | 下载:0
[数据结构常用算法] IsSameAvlTree
说明:根据按照一定格式输入的数据建立搜索树并判断两棵树是否是同一颗搜索树。(Judge the trees is same AvlTree.)<jashonwu > 在 2025-06-15 上传 | 大小:31kb | 下载:0
[数据结构常用算法] ysf
说明:约瑟夫问题是一个经典的问题。已知n个人(不妨分别以编号1,2,3,…,n 代表)围坐在一张圆桌周围,从编号为 k 的人开始,从1开始顺时针报数1, 2, 3, ...,顺时针数到m 的那个人,出列并输出。然后从出列的下一个人开始,从1开始继续顺时针报数,数到m的那个人,出列并输出,…依此重复下去,直到圆桌周围的人全部出列。 输入:n,k,m 输出:按照出列的顺序依次输出出列人的编号,编号中间相隔一个空格,每10个编号为一行。 非法输入的对应输出如下 a) 输入::n、k、m任一个<月隐星河 > 在 2025-06-15 上传 | 大小:31kb | 下载:0