Open In App

GATE | GATE CS Mock 2018 | Set 2 | Question 25

Match the pairs in the following questions: 

List 1 List 2
A. Recursion 1. Sorted Array
B. Binary Seach 2. Recursion
C. Sorting 3 Base case
D. Dynamic Programming 4.O(NlogN)

(A)



A – 2, B – 1, C – 4, D – 3

(B)



A – 3, B – 4, C – 1, D – 2

(C)

A – 3, B – 1, C – 4, D – 2

(D)

A – 2, B – 4, C – 1, D – 3


Answer: (C)
Explanation:

Hence Option (C) is the correct answer.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :