Merge pull request #597 from Luisfueg/patch-1

Update Tree.cpp
This commit is contained in:
Ashwek Swamy
2019-11-10 19:23:57 +05:30
committed by GitHub

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";