Skip to content

Commit

Permalink
Update AVL_Tree_deletion.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 6, 2024
1 parent a8bc47a commit d9e30e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/AVL_Tree_deletion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9e30e3

Please sign in to comment.