摘要: #include #include #include char ch; typedef struct BitNode{ char data; struct BitNode *lchid, *rchid; }BitNode, *BitTree; void Create_BitTree(BitTree &T){ if(ch == '\n') retur... 阅读全文
posted @ 2019-05-07 15:38 Coodyzのblog 阅读(124) 评论(0) 推荐(0) 编辑