61. What will be the time complexity of insertion operation if all the candidates are evenly spaced so that each bin has constant no. of candidates? (m = number of bins intersecting candidate intersects)
62. What is the worst case time complexity of insertion operation(n =no. of candidates)?
63. What is the condition for an equivalence relation if two cities are related within a country?
64. When executing a sequence of Unions, a node of rank r must have at least 2r descendants.
65. In an abstract syntax tree, each internal node represents an operand and each leaf node represents an operator.
66. Parse tree is constructed from the tokens produced by lexical analyzer.
67. Which node is the child node of the Node D in the following ternary tree?

68. Which node is the child node of the Node B in the following K-ary tree?

69. While evaluating the parse tree, which traversal technique is used to give the original input string?
70. What is the definition for Ackermann's function?
Read More Section(Trees in Data Structures)
Each Section contains maximum 100 MCQs question on Trees in Data Structures. To get more questions visit other sections.