搜索资源列表
BTree
- 二叉树的递归以及非递归创建,遍历,遍历包括前序.中序.后序.....,在其非递归创建和遍历时又分别利用了栈和队列等一系列方法进行-Recursive binary tree non-recursive traversal, as well as create, including the former sequence traversal sequence after sequence. .....
fiblogic
- 在linux gCC中实现斐波那契算法的递归与非递归程序,在linux gcc 下编译通过。-Implemented in the linux gCC recursive Fibonacci algorithm with non-recursive procedures, the linux gcc compile.
TimSort
- c语言实现的Tim排序算法,使用栈来实现非递归-TimSort in C
avl_tree
- C语言实现的AVL树,实现了插入、删除、查找、rank、非递归前序、中序、后序遍历-AVL Tree in C