搜索资源列表
fei333
- 这是一个利用扩展先序二叉树建立二叉树,且利用非递归算法进行中序遍历的算法!-This is the first expansion of the use of a binary tree order to establish binary tree, and the use of non - recursive algorithm which preorder algorithm!
CheckDiskSpaceDlg
- C++不提供删除非空目录的函数,只能通过递归实现删除某文件夹下的所有内容-C++ does not provide non-empty directory to delete the function, only through the recursive realization of a folder to delete all the contents of
erchashudiguifeidiguisuanfa
- 二叉树递归非递归算法:先序查找、中序查找、后序查找-Recursive binary tree non-recursive algorithm: first-order to find, in order to find the latter order to find
paixu
- 本源码介绍了数据结构中快速排序的非递归算法,并且已经实现。-This source describes the data structure to quickly sort the non-recursive algorithm, and has been achieved.
5551
- 利用数据结构的知识生成一颗二叉树,利用非递归的算法遍历二叉树,主要借助栈来遍历二叉树-Data structures generated using a binary tree of knowledge, use of non-recursive binary tree traversal algorithm, the main stack to traverse binary tree with
BTree
- 二叉树的递归以及非递归创建,遍历,遍历包括前序.中序.后序.....,在其非递归创建和遍历时又分别利用了栈和队列等一系列方法进行-Recursive binary tree non-recursive traversal, as well as create, including the former sequence traversal sequence after sequence. .....
Graph-traversal
- 图的遍历,图的深度递归遍历算法,深度遍历非递归算法,图的广度遍历-Graph traversal.The depth traverseof the graph including recursion algorithm or not and breadth traverse of the chart.
fiblogic
- 在linux gCC中实现斐波那契算法的递归与非递归程序,在linux gcc 下编译通过。-Implemented in the linux gCC recursive Fibonacci algorithm with non-recursive procedures, the linux gcc compile.
Untitled1
- 二叉树的基本操作(有界面) 包括各项遍历 主要涵盖递归与非递归-binary tree the basic operating
main
- 树的前序中序后序遍历的递归和非递归算法。-Preamble in sequence after preorder tree recursive and non-recursive algorithm.
1
- 二叉链表作存储结构,试编写非递归的前序遍历算法-n the binary tree structure for storage, try to write non-recursive preorder traversal algorithm.
Maze-problem
- 迷宫问题的非递归求解,探测回溯解法而且打印图像,希望有用。 -Maze Problem
TimSort
- c语言实现的Tim排序算法,使用栈来实现非递归-TimSort in C
avl_tree
- C语言实现的AVL树,实现了插入、删除、查找、rank、非递归前序、中序、后序遍历-AVL Tree in C
Non-recursive-traversal-of-a-tree
- 树的非递归遍历中序,C++ 数据结构,非常适合初学者-Non recursive traversal of the tree in the order, C++ data structure, very suitable for beginners