By using which probability distribution is the optimal search tree a linear chain?
Thanks for your help.
|
By using which probability distribution is the optimal search tree a linear chain? Thanks for your help. |
|||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
I assume you want to minimize the expected access costs, i.e. $\sum_{0\leq i \leq n} i p_i$? I guess the solution is $p_0=1$ and all others $0$. |
||||
|
|