方便大家使用的c版本 算法

源代码在线查看: tbstree1m.cpp

软件大小: 10949 K
上传用户: tfwangxy
关键词: 版本 算法
下载地址: 免注册下载 普通下载 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);
				 cin.get();
				}
				
				
				
				
				
				
				
				
				
				
							

相关资源