add constructor BinaryTree::Tree
This commit is contained in:
@@ -127,5 +127,9 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Tree()
|
||||||
|
: root(nullptr)
|
||||||
|
{}
|
||||||
};
|
};
|
||||||
} // namespace BinaryTree
|
} // namespace BinaryTree
|
||||||
Reference in New Issue
Block a user