Monday, 1 April 2019

UGC NET Computer Science July 2018 - II Question 27

Question 27
27. Match the following with respect to algorithm paradigms :
List - IList - II
(a) The 8-Queen’s problem(i) Dynamic programming
(b) Single-Source shortest paths(ii) Divide and conquer
(c) STRASSEN’s Matrix multiplication(iii) Greedy approach
(d) Optimal binary search trees (iv) Backtracking
Code :
(a)(b)(c)(d)
(1)(iv)(i)(iii)(ii)
(2)(iv)(iii)(i)(ii)
(3)(iii)(iv)(ii)(i)
(4)(iv)(iii)(ii)(i)

Options:
  1. (1)
  2. (2)
  3. (3)
  4. (4)
Answer: (4)

PreviousNext
UGC NET CS 2018 July - II Question 26UGC NET CS 2018 July - II Question 28

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts