搜索资源列表
1
- 中序遍历递归与非递归,很简单的代码,就是这么简单!-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {
zhongxudiguiyufeidigui
- 中序递归与非递归,很简单的代码,请放心下载,无毒。-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {
General-Tree-To-BTree-(CSharp)
- this an application for converting a General Tree to B-tree. -this is an application for converting a General Tree to B-tree.
BTREE
- Implementation of heap tr-Implementation of heap tree