Upadate Tree.cpp

It " : " is unnecessary.
(I think)
This commit is contained in:
Luis Fuentes González
2019-10-27 00:45:55 +02:00
committed by GitHub
parent 6b6c09fd0e
commit b0c0e8fcce

View File

@@ -99,7 +99,7 @@ int main()
root->right = NULL;
do
{
cout << "\n1. Insert : ";
cout << "\n1. Insert";
cout << "\n2. Breadth First";
cout << "\n3. Preorder Depth First";
cout << "\n4. Inorder Depth First";