is_last( ) and get_next( ) functions in a BST

后端 未结 0 700
不知归路
不知归路 2020-12-25 13:12
template
class BST {
private:
    Bnode* root;
    Bnode* it;
public:
    
    bool is_empty() {
        return root == NULL;
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题