February 13, 2024

Question 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, 2024

Question 10202 –

A binary tree T has n leaf nodes. The number of nodes of degree 2 in T is: Correct Answer: B Question 2 Explanation:  A binary […]
February 13, 2024

Question 10083 –

Let L = {a1, a2, ……, an} n ≥ 0 be a list whose Pascal representation is type list = record next: ↑ list; val: integer […]
error: Alert: Content selection is disabled!!