Data Structures and Algorithms - Old Questions
Question Answer Details
1. Why do we need to balance the binary search here? Justify with an example.Create an AVL tree from the data 24, 12, 8, 15, 35, 57, 40, 45, 78
Answer
AI Generated Answer
AI is thinking...