Podcast
Questions and Answers
In a binary tree of 6 levels, how many times will the while loop execute during insertion?
In a binary tree of 6 levels, how many times will the while loop execute during insertion?
What does the comparison in the while loop reflect if it is true during insertion?
What does the comparison in the while loop reflect if it is true during insertion?
What determines the maximum number of executions of the while loop in a binary tree?
What determines the maximum number of executions of the while loop in a binary tree?
What happens after the while loop during the insertion process?
What happens after the while loop during the insertion process?
Signup and view all the answers
What does the movement of p or q to the left or right side indicate during insertion?
What does the movement of p or q to the left or right side indicate during insertion?
Signup and view all the answers