摘要: #include <stdio.h> #include<stdlib.h> #include<stdbool.h> typedef int TElemtype; typedef struct BiTNode { TElemtype Data; int IfVisited; struct BiTNod 阅读全文
posted @ 2021-07-12 22:51 empty_thought 阅读(113) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include<stdlib.h> #include<stdbool.h> typedef int TElemtype; typedef struct BiTNode { TElemtype Data; int IfVisited; struct BiTNod 阅读全文
posted @ 2021-07-12 15:26 empty_thought 阅读(101) 评论(0) 推荐(0)