随笔分类 - CCCC天梯赛
GPTL—练习集—006树的遍历
摘要:#include using namespace std; typedef int daTp;//datatype typedef struct BTNode *position; typedef position BTree; const int MAXN=30; struct BTNode { daTp data; position lChild,rChild; }; BT...
阅读全文
浙公网安备 33010602011771号