资源列表
[数据结构常用算法] ThreadedBinaryTree
说明:线索二叉树,二叉树的中序线索化方法。建立二叉树对应的二叉链表,先将该二叉树线索化,然后用非栈非递归方式输出该二叉树的中序序列。采用二叉链表存储结构,用递归方式 -Threaded Binary Tree, inorder threaded binary tree method. The establishment of the corresponding binary tree binary list, the first clue<古哩峰 > 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ABinaryTreeAndBinaryList
说明:二叉树与二叉链表,采用二叉链表存储结构,用递归方式建立二叉树对应的二叉链表,并分别用递归和非递归两种方式实现该二叉树的前序、中序及后序序列的输出 -A binary tree and binary list, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to th<古哩峰 > 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] linked_list
说明:a data sturcture called linked list a list logic<muhendis> 在 2025-02-01 上传 | 大小:2kb | 下载:0
[数据结构常用算法] migongwenti
说明:迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. D<随风而去> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] PythonDataStructuresandAlgorithms
说明:python 数据结构与算法的电子文档。-electronic documents of python data structures and algorithms.<王凌> 在 2025-02-01 上传 | 大小:3.25mb | 下载:0