JAVA
Create binary search tree
shown as below.
2) Create binary search tree shown as below.
33
14
88
Now delete the key 18, and then calculate the balance factor and convert into AVL tree by proper rotation
3)Write a java program using streams to get the longest string from the list by using lambda expressions