retagged by
1,046 views
0 votes
0 votes
Consider the following instance of OBST (Optimal Binary search Tree) problem.

N = 4; <$a_1$, $a_2$, $a_3$, $a_4$> = <do, if, int, while>

P(1...4) = <3,3,1,1>; Q(0...4) = <2,3,1,1,1>

The cost of OBST is________.
retagged by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
`JEET asked Jan 19, 2019
485 views
Consider the problem of construction of a minimum cost binary search tree for a given set of ‘$n$’ identifiers with their respective probabilities. The time complexit...
0 votes
0 votes
1 answer
2
1 votes
1 votes
1 answer
3
talha hashim asked Aug 17, 2018
619 views
Consider the following instance of OBST (Optimal Binary Search Tree) Problem.n=4;<a1,a2,a3,a4>=<do,if,int,while>P(1....4)=<3,3,1,1>; Q(0....4)=<2,3,1,1,1>The Cost of OBS...
1 votes
1 votes
1 answer
4