09 2020 档案

摘要:include <stdio.h> include <malloc.h> typedef struct BTNode { char RootNode;//存放节点 struct BTNode * pLTree;//左子树 struct BTNode * pRTree;//右子树 }BTNODE, * 阅读全文
posted @ 2020-09-29 21:02 星空0125 阅读(113) 评论(0) 推荐(0)