mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-04 02:59:43 +08:00
Upadate Tree.cpp
It " : " is unnecessary. (I think)
This commit is contained in:
committed by
GitHub
parent
6b6c09fd0e
commit
b0c0e8fcce
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user