Time Left - 15:00 mins
GATE 2025 Programming & Data Structures Foundation Quiz 5
Attempt now to get your rank among 49 students!
Question 1
You are been provided with an AVL tree as shown below
![](https://gs-post-images.grdp.co/2021/6/q-img1623325691308-67.jpg-rs-high-webp.jpg)
and suppose a user wishes to add number 70 in it then what would the final AVL tree would look like
![](https://gs-post-images.grdp.co/2021/6/q-img1623325691308-67.jpg-rs-high-webp.jpg)
and suppose a user wishes to add number 70 in it then what would the final AVL tree would look like
Question 2
Suppose we want to search for an element 70 in a Binary Search tree. Which of the following probe sequences are not valid while searching a Binary Search tree?
Question 3
Given a minimum heap tree of size
, what is the worst case time complexity to delete the root element of heap tree?
![](https://gradeup-question-images.grdp.co/equations/1583737741926.png)
Question 4
Insert 50 , 20 , 60 , 10 , 8 into an AVL Tree. Which rotation is performed to make the tree balanced?
Question 5
Consider an empty Binary Search Tree in which the elements are inserted in the order :
20, 30, 15, 10, 7, 80, 45, 25, 17 and 6 Find the element which is inserted at the last level of BST _______.
- 49 attempts
- 0 upvotes
- 0 comments
Nov 14GATE & PSU CS