C++描述的数据结构内容,在C++builder的环境中运行,这是第二部分

源代码在线查看: tbstree1m.cpp

软件大小: 221 K
上传用户: zxyxwd6
关键词: builder 数据结构 环境
下载地址: 免注册下载 普通下载 VIP

相关代码

				//线索二叉树类相关操作的测试TBSTree1M.cpp
				#include
				#include
				#include
				#include
				#include "TBSTree1.h"
				
				void main()
				{cout				 THNode *q,*p;
				 TBSTree t;
				 q=t.MakeCharT(q,2);
				 cout				 t.InThread(q);
				 t.ThInorder(q);
				 TBSTree d;
				 p=d.MakeCharT(p,1);
				 cout				 d.InThread(p);
				 d.ThInorder(p);
				 getch();
				}
				
				
				
				
				
				
				
				
				
				
							

相关资源