资源列表
MM
- 数据结构中常见的迷宫求解问题 使用顺序栈 初学者适用-Data structure of the maze to solve common problems using the order applies to stack beginners
table_single
- 顺序表和单链表分别实现集合的并,交,差以及对称差运算-Order to achieve the table and set of single chain, respectively, intersection, difference and symmetric differential operators
wo
- 用顺序栈实现回文的判断,由用户数任意字符串可做出判断-The palindrome judgment order of the stack
maze-game
- 迷宫问题的求解过程可以采用回溯法即在一定的约束条件下试探地搜索前进,若前进中受阻,则及时回头纠正错误另择通路继续搜索的方法。从入口出发,按某一方向向前探索,若能走通,即某处可达,则到达新点,否则探索下一个方向;若所有的方向均没有通路,则沿原路返回前一点,换下一个方向再继续试探,直到所有可能的道路都探索到,或找到一条通路,或无路可走又返回入口点。在求解过程中,为了保证在达到某一个点后不能向前继续行走时,能正确返回前一个以便从下一个方向向前试探,则需要在试探过程中保存所能够达到的每个点的下标以及该点
2g
- 二叉 ,归排 ,算法,写的不好,有用的自己下 -Binary, in the final row, algorithms, badly written, useful, under their own
maze
- 数据结构课程设计中,关于对迷宫求解的源代码。-Data structure course design, on the source code for solving the maze.
the-key-to-find-the-network-path-AOE
- 本程序代码是用c语言来实现求AOE网络中的关键路径-This code is in c language to realize the key to find the network path AOE
Strassen
- 在VS编写的Strassen算法代码,有注释,比较容易懂-VS Strassen algorithm written in code, annotated, it is easier to understand
lianchuan
- 数据结构中会用到的,链串的代码,可供大家使用。-explanation of linkstring
btree
- 这是个平衡二叉树创建及其遍历的c源程序,希望的大家有点用-This is a balanced binary tree creation and traversal of the c source code, we are a bit of hope with
main
- 校园导航,可以对指定的建筑进行介绍,找到地点之间的最短路线。数据结构实现-Campus navigation, you can specify the building described, find the shortest route between locations. Data structure
moshipipei
- 数据结构的模式匹配算法,有创建字符串,添加新字符串,匹配字符串,输出字符串功能-Pattern matching algorithms, data structures, create a string and add a new string matching string, output string function
