數據結構——二叉樹的數組實現

實現算法:二叉樹從上到下,從左往右進行編號,然後放入數組中。 ps:對二叉樹進行操作時,對下標和該節點是否有值要進行判斷 main文件 #include <iostream> #include "Tree.h" using namespace std; /* run this program using the console pauser or add your own getch, syst
相關文章
相關標籤/搜索