February 13, 2024Question 10201 –For merging two sorted lists of sizes m and n into a sorted list of size m+n, we required comparisons of Correct Answer: C Question 1 Explanation: […]
February 13, 2024Question 1 A binary tree T has n leaf nodes. The number of nodes of degree 2 in T is: A log2 n B n – […]
February 13, 2024Question 10083 –Let L = {a1, a2, ……, an} n ≥ 0 be a list whose Pascal representation is type list = record next: ↑ list; val: integer […]
February 13, 2024Question 10084 –Consider a graph whose vertices are points in the plane with integer co-ordinates (x,y) such that 1≤x≤n and 1≤y≤n, where n≥2 is an integer. Two vertices […]