diff --git a/Daily/AVL_Tree_deletion.cpp b/Daily/AVL_Tree_deletion.cpp index 858c7af..5c912de 100644 --- a/Daily/AVL_Tree_deletion.cpp +++ b/Daily/AVL_Tree_deletion.cpp @@ -3,7 +3,6 @@ Given an AVL tree and N values to be deleted from the tree. Write a function to All the N values which needs to be deleted are passed one by one as input data by driver code itself, you are asked to return the root of modified tree after deleting the value. - Example 1: Tree = 4