函数分离
This commit is contained in:
@@ -12,6 +12,8 @@ public:
|
||||
static bool is_empty(BiTree *bt);
|
||||
static bool is_leaf(BiTree *bt);
|
||||
static int sum_leaf(BiTree *bt);
|
||||
static BiTree* createNode(int data);
|
||||
static void insertNode(BiTree*& bt, int value);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user