Search
Question: What is the post-order traversal of a binary tree with nodes 1, 2, and 3 where 1 is the ro..
Question: What is the worst-case time complexity of inserting an element into a binary search tree?O..
Question: What is the worst-case time complexity for inserting an element in a binary search tree?Op..
Question: What is the primary application of level-order traversal in binary trees?Options: Finding ..
Question: In which traversal method are nodes visited in ascending order for a binary search tree?Op..
Question: Which traversal method is best for copying a binary tree?Options: Pre-orderIn-orderPost-or..
Question: What is the primary advantage of using a binary tree over an array for dynamic data storag..
Question: What is the main characteristic of a binary tree?Options: Each node has at most two childr..
Question: Which traversal method is best for obtaining a sorted list from a binary search tree?Optio..
Question: In which traversal method do you visit the left subtree, then the root, and finally the ri..
Question: Which traversal method is commonly used to retrieve data from a Red-Black tree in sorted o..
Question: What happens when a node is inserted into an AVL tree and it causes an imbalance?Options: ..
Question: Which of the following is a real-world application of Red-Black trees?Options: Memory mana..
Question: What is the time complexity of deleting a node in a Red-Black tree?Options: O(log n)O(n)O(..
Question: How many rotations are required in the worst case when inserting a node in an AVL tree?Opt..
Question: Which of the following operations is NOT performed during the insertion in a Red-Black tre..
Question: What is the worst-case time complexity for inserting a node in an AVL tree?Options: O(n)O(..
Question: Which of the following operations can cause a violation of the AVL tree property?Options: ..
Question: Which operation may require rebalancing in an AVL tree?Options: SearchingInsertionTraversa..
Question: What is the worst-case time complexity for deletion in an AVL tree?Options: O(n)O(log n)O(..
Question: Which of the following scenarios would require a right rotation in an AVL tree?Options: Le..
Question: How does the insertion operation in an AVL tree differ from that in a Red-Black tree?Optio..
Question: What is the primary reason for using a Red-Black tree over an AVL tree?Options: Faster sea..
Question: In an AVL tree, what is the maximum height difference between the left and right subtrees ..
Question: The unit of power is defined as: (2023)Options: Joule per secondNewton per meterWatt per h..
Question: Which of the following quantities has the dimension [M^0 L^0 T^1]? (2022)Options: SpeedTim..
Question: In a measurement, if the precision is high, it means: (2019)Options: The measurements are ..
Question: What is the effect of increasing the wavelength of light on the diffraction pattern? (2019..
Question: Which of the following statements is true about the image formed by a concave lens? (2023)..
Question: What is the image distance for an object placed 30 cm in front of a convex lens with a foc..