線索二叉樹

1 #include <iostream> 2 #include <stdio.h> 3 using namespace std; 4 5 typedef char Elemtype; 6 7 typedef struct ThreadNode{ 8 Elemtype data; 9 struct ThreadNode *lchild,*rchi
相關文章
相關標籤/搜索