131 views
0 votes
0 votes

How many statements are true?

 

Statement 1: Dynamic programming algorithms fills their memory table either in RMO or in CMO.

Statement 2: Bottom up dynamic algorithms are always iterative.

Statement 3: We can apply Dijkstra’s shortest path algorithm on unweighted graph it works like BFS then.

Statement 4: Graph can be represented with B trees.

A). 1

B). 2

C). 3

D). 4

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
Subbu. asked Jul 18, 2022
479 views
BigO notation ofT(n)=T(n-1)+ √n ; n>=1 =0. ; Otherwise
0 votes
0 votes
1 answer
2
amit166 asked Nov 22, 2018
370 views
difference between Bellmann ford and dijkstra's algorithm for -ve weight cycle graph
1 votes
1 votes
2 answers
3
0 votes
0 votes
0 answers
4
air1ankit asked Oct 28, 2017
193 views
What is the disadvantage of avl tree over b tree ??