數據結構與算法分析-樹、二叉樹、二叉查找樹

做者:xiabodan 出處:http://blog.csdn.net/xiabodan node 二叉樹 二叉樹的申明:web struct node { int data; struct node *left; struct node *right; }; 新建一個節點svg /* newNode() allocates a new node with the given dat
相關文章
相關標籤/搜索