建立線索二叉樹【代碼】

1 #include <iostream> 2 #include <stdio.h> 3 4 using namespace std; 5 6 typedef char TElemType; 7 enum PointerTag{ Link,Thread };//Link == 0 :指針,Thread == 1 :線索 8 typedef struct BiThrN
相關文章
相關標籤/搜索