1,282 views
0 votes
0 votes
Identify the algorithm which works on the principle that locally optimal solutions are globally optimal.

$\left ( A \right )$ Divide and Conquer

$\left ( B \right )$ Greedy

$\left ( C \right )$ Dynamic Programming

$\left ( D \right )$ All of the above

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
srestha asked Mar 21, 2019
572 views
Which of the following is /are TRUE ?S1 : $n^{a} . n^{b} = 0$$((n^{a})^{b})$ for any a, b 1S2 : $(n^{a})^{b} = 0$$((n^{a})^{b})$ for any a, b 1(1) Both S1 and S2(2) S1 ...
1 votes
1 votes
0 answers
2
srestha asked May 24, 2019
1,313 views
$1)$How circular queue can be implemented?$2)$ For which data structure circular queue cannot be implemented?$(A)$Array $(B)$ Singly Linked List $(C)$ Doubly Linked List...