數據結構C語言-線索二叉樹

#include <stdio.h> #include <stdlib.h> #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int status; typedef char ElemType; typedef struct BiThrNode { ElemType data; struct BiThrNode
相關文章
相關標籤/搜索