1.

Given the list of tasks in Col-A and list of data structure in Col-2) Identify the best match A B (a) Recursion (i) Binary tree (b) Scheduling (ii) stack (c) sorting (iii) Queue

A. a - (i), b - (iii), c - (ii)
B. a - (ii), b - (i), c - (iii)
C. a - (iii), b - (ii), c - (i)
D. a - (ii), b - (iii), c - (i)
Answer» E.


Discussion

No Comment Found