2014年10月21日

二叉树

摘要: 1#include2#include3#include45typedefstructBitTreeNode{6intdata;7structBitTreeNode*Lchild;8structBitTreeNode*Rchild;9}BTNode;1011BTNode*CreateBitTree(... 阅读全文

posted @ 2014-10-21 18:30 angle_qqs 阅读(456) 评论(0) 推荐(0)

导航